Override gnus-icalendar-org capture template to put in datetree
Rename calendar to diary capture template
This commit is contained in:
parent
52f881677a
commit
717128736d
|
@ -73,12 +73,15 @@ 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")
|
||||||
"* %?")
|
"* %?")
|
||||||
|
("d" "Diary Event" entry
|
||||||
|
(file+datetree "diary.org")
|
||||||
|
"* %?\n%^T")
|
||||||
|
("#" "used by gnus-icalendar-org" entry
|
||||||
|
(file+datetree "diary.org")
|
||||||
|
"%i" :immediate-finish t)
|
||||||
("m" "Email Workflow")
|
("m" "Email Workflow")
|
||||||
("mf" "Follow Up" entry
|
("mf" "Follow Up" entry
|
||||||
(file+olp+datetree "tasks.org" "Inbox")
|
(file+olp+datetree "tasks.org" "Inbox")
|
||||||
|
|
Loading…
Reference in a new issue