From d6d2d4787de98324632f09dd844397fd5d6edad7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 12 May 2021 17:03:12 +0200 Subject: [PATCH] Do not immediately finish capture when responding to mails In that case, I sometimes want to add extra information, like scheduling a date or adding extra references. This is not easily possible when the capture is closed immediately. --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 7391e4f..d55bc97 100644 --- a/init.el +++ b/init.el @@ -1171,8 +1171,7 @@ (file db/org-default-refile-file) ,(concat "* TODO [#B] E-Mail: %:subject (%:from) :EMAIL:\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" - "\n%a") - :immediate-finish t) + "\n%a")) ("R" "read" entry (file db/org-default-refile-file)