Add an inbox capture-template using datetree for fast capture
This commit is contained in:
parent
16f9b6e39b
commit
52d9009c14
|
@ -910,7 +910,9 @@ Configure email with iCalendar event support, to integrate with
|
|||
:after org
|
||||
:bind (("C-c n n" . org-capture))
|
||||
:custom (org-capture-templates
|
||||
'(("t" "TODO" entry
|
||||
'(("n" "Inbox" entry
|
||||
(file+datetree "inbox.org"))
|
||||
("t" "TODO" entry
|
||||
(file+olp "roam/tasks.org" "Inbox")
|
||||
"* TODO %?\nDEADLINE: %t\n %i\n %a")
|
||||
("#" "used by gnus-icalendar-org" entry
|
||||
|
|
Loading…
Reference in a new issue