Add calendar entry capture template

This commit is contained in:
Evie Litherland-Smith 2024-03-27 16:17:25 +00:00
parent 942459735a
commit 52f881677a

View file

@ -73,6 +73,9 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
("t" "Task" entry ("t" "Task" entry
(file+olp+datetree "tasks.org" "Inbox") (file+olp+datetree "tasks.org" "Inbox")
"* TODO %?") "* TODO %?")
("c" "Calendar" entry
(file+datetree "diary.org")
"* %?\n%^T")
("r" "Reading List" entry ("r" "Reading List" entry
(file+olp+datetree "reading.org" "Inbox") (file+olp+datetree "reading.org" "Inbox")
"* %?") "* %?")