Commit dd8113fa323c
Changed files (1)
tools
emacs
config
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