Add missing information for complex TODO capture templates

The first tasks for complex tasks and tickets should be TODO items.
This commit is contained in:
Daniel - 2020-07-10 22:18:17 +02:00
parent 0885c3b648
commit 7a729aa006
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 2 deletions

View File

@ -1070,7 +1070,8 @@ With given ARG, display files in `db/important-document-path."
(file db/org-default-refile-file)
,(concat "* %^{Task Description}\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n** %^{First Thing to Do}\n"
"\n** TODO [#B] %^{First Thing to Do}\n"
"SCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%?"))
("TT" "Record new ticket with first item"
@ -1079,7 +1080,8 @@ With given ARG, display files in `db/important-document-path."
,(concat "* Ticket #%^{Ticket Number}: %^{Ticket Description}\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\nReference: %^{Reference}\n"
"\n** %^{First Task}\n"
"\n** TODO [#B] %^{First Task}\n"
"SCHEDULED: %(org-insert-time-stamp (org-read-date nil t \"+0d\"))\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%?"))
("n" "Note"