Changing formatting for org capture work template
This commit is contained in:
parent
f0883459ca
commit
b47bcbfa54
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user