Add calendar entry capture template
This commit is contained in:
parent
942459735a
commit
52f881677a
|
@ -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")
|
||||||
"* %?")
|
"* %?")
|
||||||
|
|
Loading…
Reference in a new issue