From b04e75d2e18f8f4766718f82db93e087bf3e32ae Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 3 Feb 2025 17:52:56 +0000 Subject: [PATCH] Adjust capture templates for org file restructure --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)