From 6e82967422bc0e7156fe5d73d09bfa687a3c8df5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 12 Jul 2024 07:01:42 +0100 Subject: [PATCH] Set TODO org-capture-template to include date so it can be taken from agenda --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index d90da84..043604c 100644 --- a/init.el +++ b/init.el @@ -499,7 +499,7 @@ :custom (org-capture-templates '(("t" "TODO" entry (file+olp "tasks.org.gpg" "Inbox") - "* TODO %?\n %i\n %a") + "* TODO %?\nDEADLINE: %t\n %i\n %a") ("#" "used by gnus-icalendar-org" entry (file+olp "calendar/email.org.gpg" "Inbox") "%i" :immediate-finish t))))