From 63a03f0038927bab15675421154ddf5b7907d0e0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 28 Aug 2022 10:12:43 +0200 Subject: [PATCH] Remove some unnecessary empty lines in capture templates --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 5bedc3a..e6ab04a 100644 --- a/init.el +++ b/init.el @@ -1256,14 +1256,14 @@ respectively." entry (file db/org-default-refile-file) "* GOTO [#B] %^{What} :DATE:\n%^{When}t\n%a%?" - :empty-lines-after 1) + :empty-lines-after 0) ("i" "Interruptions" entry (file db/org-default-refile-file) ,(concat "* DONE [#B] %^{What}\nCLOSED: %U\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" "\nInterrupted %(with-temp-buffer (db/org-add-link-to-current-clock) (buffer-string))\n\n%?") - :clock-in t :clock-resume t :empty-lines-after 1) + :clock-in t :clock-resume t :empty-lines-after 0) ("r" "respond" entry (file db/org-default-refile-file)