Fixed org capture template
This commit is contained in:
parent
56c866b664
commit
c00c839769
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user