From 7a729aa00685fe1d912cde303abea609b3675d77 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 10 Jul 2020 22:18:17 +0200 Subject: [PATCH] Add missing information for complex TODO capture templates The first tasks for complex tasks and tickets should be TODO items. --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index e68502a..f9ed717 100644 --- a/init.el +++ b/init.el @@ -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"