diff --git a/init.el b/init.el index 1f24c35..5b0c9a4 100644 --- a/init.el +++ b/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)