Set TODO org-capture-template to include date so it can be taken from agenda
This commit is contained in:
parent
f0e91ff6fa
commit
6e82967422
2
init.el
2
init.el
|
@ -499,7 +499,7 @@
|
||||||
:custom (org-capture-templates
|
:custom (org-capture-templates
|
||||||
'(("t" "TODO" entry
|
'(("t" "TODO" entry
|
||||||
(file+olp "tasks.org.gpg" "Inbox")
|
(file+olp "tasks.org.gpg" "Inbox")
|
||||||
"* TODO %?\n %i\n %a")
|
"* TODO %?\nDEADLINE: %t\n %i\n %a")
|
||||||
("#" "used by gnus-icalendar-org" entry
|
("#" "used by gnus-icalendar-org" entry
|
||||||
(file+olp "calendar/email.org.gpg" "Inbox")
|
(file+olp "calendar/email.org.gpg" "Inbox")
|
||||||
"%i" :immediate-finish t))))
|
"%i" :immediate-finish t))))
|
||||||
|
|
Loading…
Reference in a new issue