Add (back) a TODO org-capture template
This commit is contained in:
parent
6666d4ae21
commit
9174821a35
9
init.el
9
init.el
|
@ -492,7 +492,14 @@
|
||||||
|
|
||||||
(use-package org-capture
|
(use-package org-capture
|
||||||
:after org
|
: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
|
(use-package org-roam
|
||||||
:after org
|
:after org
|
||||||
|
|
Loading…
Reference in a new issue