diff --git a/init.el b/init.el index 03fe9d4..e5854da 100644 --- a/init.el +++ b/init.el @@ -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