Set TODO org-capture-template to include date so it can be taken from agenda

This commit is contained in:
Evie Litherland-Smith 2024-07-12 07:01:42 +01:00
parent f0e91ff6fa
commit 6e82967422

View file

@ -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))))