Changing formatting for org capture work template

This commit is contained in:
James Patrick 2024-01-22 14:33:15 -05:00
parent f0883459ca
commit b47bcbfa54
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
(add-to-list 'org-capture-templates
'("w" "Work Todo" entry
(file+headline +org-capture-work-todo-file "Inbox")
"* [_] %?%i\n%a" :prepend t))
"* [_] %i%?\n%a -  %u" :prepend t))
(add-hook! 'org-mode-hook #'mixed-pitch-mode)

View File

@ -621,7 +621,7 @@ I still want to capture work related notes where ever I am though.
(add-to-list 'org-capture-templates
'("w" "Work Todo" entry
(file+headline +org-capture-work-todo-file "Inbox")
"* [_] %?%i\n%a" :prepend t))
"* [_] %i%?\n%a -  %u" :prepend t))
#+end_src
*** A Prettier Orgmode