Commit dd8113fa323c

Vincent Demeester <vincent@sbr.pm>
2022-04-26 17:39:14
tools/emacs: fix new task capture template
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f25f518
Changed files (1)
tools
emacs
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