From cd98c67e120b6fe902753c875e42bb63c4c90422 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 18 Feb 2024 10:37:06 +0100 Subject: [PATCH] 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 :) --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 25859a4..2bd3c45 100644 --- a/init.el +++ b/init.el @@ -1111,7 +1111,7 @@ (file db/org-default-refile-file) ,(concat "* TODO [#B] %^{What}\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" - "%a\n" + "\nVia %a.\n\n" "%?") :empty-lines 1) ("g" "Record new goal"