From e5c74946226040311e54fae69f70d19d8a9f5365 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 17 May 2021 21:49:01 +0200 Subject: [PATCH] Fix wrong definition of org capture template for interruptions --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index cf1305f..edcf1a0 100644 --- a/init.el +++ b/init.el @@ -1161,9 +1161,9 @@ ("i" "Interruptions" entry (file db/org-default-refile-file) - "* DONE [#B] %^{What}\nCLOSED: %U\n" - ":PROPERTIES:\n:CREATED: %U\n:END:\n" - "\n%?" + ,(concat "* DONE [#B] %^{What}\nCLOSED: %U\n" + ":PROPERTIES:\n:CREATED: %U\n:END:\n" + "\n%?") :clock-in t :clock-resume t) ("r" "respond" entry