From b954328b26f901c25b81e6a6c034b854544ddda2 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 14 Jan 2024 15:10:03 +0100 Subject: [PATCH] Simplify Org capture template for recording GOALs I usually already have a first item for a GOAL recorded, so querying for it via the capture template is unnecessary (and annoying). --- init.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/init.el b/init.el index 211baf2..13614c7 100644 --- a/init.el +++ b/init.el @@ -1114,12 +1114,10 @@ "%a\n" "%?") :empty-lines 1) - ("g" "Record new goal with first item" + ("g" "Record new goal" entry (file db/org-default-refile-file) - ,(concat "* %^{Ticket Description} (%^{Ticket Number}) :GOAL:\n" - ":PROPERTIES:\n:CREATED: %U\n:END:\n" - "\n** TODO [#B] %^{First Task}\n" + ,(concat "* %^{Description} (%^{Ticket Number}) :GOAL:\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" "\n%?")) ("n" "Note"