Add usual text surrounding backlink in TODO caputure template

I always add "Via " around the backlink, with some newlines.  Let's just
let Emacs do this for us :)
This commit is contained in:
Daniel Borchmann 2024-02-18 10:37:06 +01:00
parent b75e70241b
commit cd98c67e12
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1111,7 +1111,7 @@
(file db/org-default-refile-file) (file db/org-default-refile-file)
,(concat "* TODO [#B] %^{What}\n" ,(concat "* TODO [#B] %^{What}\n"
":PROPERTIES:\n:CREATED: %U\n:END:\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n"
"%a\n" "\nVia %a.\n\n"
"%?") "%?")
:empty-lines 1) :empty-lines 1)
("g" "Record new goal" ("g" "Record new goal"