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).
This commit is contained in:
Daniel - 2024-01-14 15:10:03 +01:00
parent af05bd2106
commit b954328b26
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 4 deletions

View File

@ -1114,12 +1114,10 @@
"%a\n" "%a\n"
"%?") "%?")
:empty-lines 1) :empty-lines 1)
("g" "Record new goal with first item" ("g" "Record new goal"
entry entry
(file db/org-default-refile-file) (file db/org-default-refile-file)
,(concat "* %^{Ticket Description} (%^{Ticket Number}) :GOAL:\n" ,(concat "* %^{Description} (%^{Ticket Number}) :GOAL:\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n** TODO [#B] %^{First Task}\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%?")) "\n%?"))
("n" "Note" ("n" "Note"