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:
parent
b75e70241b
commit
cd98c67e12
2
init.el
2
init.el
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user