home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit dd8113fa323c6be3e2901629fee6459b7d59afd0
parent f25f5187e84567eca573438e4b7f573188910e6b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 26 Apr 2022 17:39:14 +0200

tools/emacs: fix new task capture template

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -196,7 +196,7 @@ (add-to-list 'org-capture-templates `("tt" "New task" entry (file ,org-inbox-file) - "* %?\n:PROPERTIES:\n:CREATED:%U\n:END:\n\n%i\n\nFrom: %a" + "* %?\n:PROPERTIES:\n:CREATED:\t%U\n:END:\n\n%i\n\nFrom: %a" :empty-lines 1)) (add-to-list 'org-capture-templates `("tr" "PR Review" entry