From b0fead97787a58c18cde8a3c3c09396dc6dd532a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 20 May 2021 22:24:01 +0200 Subject: [PATCH] Add colon to reply capture template It's easier to read this way. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index cc36a14..8ba00c8 100644 --- a/init.el +++ b/init.el @@ -1168,7 +1168,7 @@ ("r" "respond" entry (file db/org-default-refile-file) - ,(concat "* TODO [#B] Reply %:subject (%:from) :EMAIL:\n" + ,(concat "* TODO [#B] Reply: %:subject (%:from) :EMAIL:\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" "\n%a\n%?")) ("R" "read"