Fixed org capture template

This commit is contained in:
James Patrick 2021-11-11 15:28:38 -05:00
parent 56c866b664
commit c00c839769
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ If it is an absolute path return `+org-capture-work-todo-file' verbatim."
(add-to-list 'org-capture-templates
'("w" "Work Todo" entry
(file+headline +org-capture-work-todo-file "Inbox")
"* [_] %?\n%i\n%a" :prepend t))
"* [_] %?%i\n%a" :prepend t))
(setq org-roam-directory "~/org/roam")