Update notes and tasks capture templates

This commit is contained in:
Evie Litherland-Smith 2024-04-18 11:59:01 +01:00
parent a33102c5e4
commit 82967137ea

View file

@ -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")