Adjust capture templates for org file restructure

This commit is contained in:
Evie Litherland-Smith 2025-02-03 17:52:56 +00:00
parent 126ddada44
commit b04e75d2e1

View file

@ -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)