Add (back) a TODO org-capture template

This commit is contained in:
Evie Litherland-Smith 2024-07-10 17:13:15 +01:00
parent 6666d4ae21
commit 9174821a35

View file

@ -492,7 +492,14 @@
(use-package org-capture
:after org
:bind ("C-c n" . org-capture))
:bind ("C-c n" . org-capture)
:custom (org-capture-templates
'(("t" "TODO" entry
(file+olp "tasks.org.gpg" "Inbox")
"* TODO %?\n %i\n %a")
("#" "used by gnus-icalendar-org" entry
(file+olp "calendar/email.org.gpg" "Inbox")
"%i" :immediate-finish t))))
(use-package org-roam
:after org