Add inbox capture template
This commit is contained in:
parent
0908027f9f
commit
86e8f8987e
1 changed files with 4 additions and 1 deletions
|
@ -287,7 +287,10 @@ also move point to the start of the heading."
|
||||||
'(("n" ((in-mode . "nov-mode")))))
|
'(("n" ((in-mode . "nov-mode")))))
|
||||||
|
|
||||||
(setq org-capture-templates
|
(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"))
|
(file ,(oni-org-expand-to-home "documents/gtd/inbox.org"))
|
||||||
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
|
"* TODO %i%?\n :PROPERTIES:\n :CREATED: %U\n :END:")
|
||||||
("a" "Appointment" entry
|
("a" "Appointment" entry
|
||||||
|
|
Loading…
Reference in a new issue