Adjust capture templates for org file restructure
This commit is contained in:
parent
126ddada44
commit
b04e75d2e1
5
init.el
5
init.el
|
@ -623,9 +623,10 @@
|
|||
:bind (("C-c n n" . org-capture))
|
||||
:custom (org-capture-templates
|
||||
'(("n" "Note" entry
|
||||
(file org-default-notes-file))
|
||||
(file+olp org-default-notes-file "Notes")
|
||||
"* %?")
|
||||
("t" "Task" entry
|
||||
(file+olp "tasks.org" "Inbox")
|
||||
(file+olp org-default-notes-file "Tasks")
|
||||
"* TODO %?\nDEADLINE: %t\n %i\n %a")))
|
||||
:config
|
||||
(require 'khalel)
|
||||
|
|
Loading…
Reference in a new issue