From 238c8ae0c86edbb8e5b02f0978b00b356aa7790d Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 5 Apr 2024 15:37:33 +0200 Subject: [PATCH] Add extra spacing also to Org capture template for generic items Missed that before. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 5059b72..0d393f5 100644 --- a/init.el +++ b/init.el @@ -1105,7 +1105,8 @@ ,(concat "* [#B] %^{What}\n" ":PROPERTIES:\n:CREATED: %U\n:END:\n" "%a\n" - "%?")) + "%?") + :empty-lines 1) ("n" "Note" entry (file db/org-default-refile-file)