1
0
Fork 0

Add inbox capture template

This commit is contained in:
Tom Willemse 2020-07-10 10:19:49 -07:00
parent 0908027f9f
commit 86e8f8987e

View file

@ -287,7 +287,10 @@ also move point to the start of the heading."
'(("n" ((in-mode . "nov-mode")))))
(setq org-capture-templates
`(("t" "Task" entry
`(("i" "Inbox" entry
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
"* %?\n:PROPERTIES:\n:CREATED: %U\n:ORIGIN: %a\n:END:\n\n%i")
("t" "Task" entry
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
("a" "Appointment" entry