From 52d9009c1419ddb76dd5348a480409133f244a3e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 25 Sep 2024 07:05:08 +0100 Subject: [PATCH] Add an inbox capture-template using datetree for fast capture --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index f0d7628..55eb732 100644 --- a/README.org +++ b/README.org @@ -910,7 +910,9 @@ Configure email with iCalendar event support, to integrate with :after org :bind (("C-c n n" . org-capture)) :custom (org-capture-templates - '(("t" "TODO" entry + '(("n" "Inbox" entry + (file+datetree "inbox.org")) + ("t" "TODO" entry (file+olp "roam/tasks.org" "Inbox") "* TODO %?\nDEADLINE: %t\n %i\n %a") ("#" "used by gnus-icalendar-org" entry