From 82967137ea80b6a5b793e3f8b749af34aeb2b74e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 18 Apr 2024 11:59:01 +0100 Subject: [PATCH] Update notes and tasks capture templates --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 6441a57..d0de34a 100644 --- a/init.el +++ b/init.el @@ -696,10 +696,10 @@ Try `magit-clone-default-directory' if available, fall back to ("C-c o l" . org-capture-goto-last-stored)) :custom (org-capture-templates '(("n" "Note" entry - (file+olp+datetree "notes.org" "Inbox") + (file+datetree "notes.org") "* %?") ("t" "Task" entry - (file+olp+datetree "tasks.org" "Inbox") + (file+datetree "tasks.org") "* TODO [#B] %?") ("r" "Reading List" entry (file+olp+datetree "reading.org" "Inbox")