Update notes and tasks capture templates
This commit is contained in:
parent
a33102c5e4
commit
82967137ea
4
init.el
4
init.el
|
@ -696,10 +696,10 @@ Try `magit-clone-default-directory' if available, fall back to
|
|||
("C-c o l" . org-capture-goto-last-stored))
|
||||
:custom
|
||||
(org-capture-templates '(("n" "Note" entry
|
||||
(file+olp+datetree "notes.org" "Inbox")
|
||||
(file+datetree "notes.org")
|
||||
"* %?")
|
||||
("t" "Task" entry
|
||||
(file+olp+datetree "tasks.org" "Inbox")
|
||||
(file+datetree "tasks.org")
|
||||
"* TODO [#B] %?")
|
||||
("r" "Reading List" entry
|
||||
(file+olp+datetree "reading.org" "Inbox")
|
||||
|
|
Loading…
Reference in a new issue