From 58e2f59354bed6f3d24520e4302dc68c15d55024 Mon Sep 17 00:00:00 2001 From: rush Date: Thu, 9 Jul 2026 14:21:43 -0400 Subject: [PATCH] Capture to put empty lines on both sides of the entry --- init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index c7bc2e4..f2b0170 100644 --- a/init.el +++ b/init.el @@ -270,32 +270,32 @@ (file "inbox.org") "* %^{Description}\n%U\n%?" :prepend t - :empty-lines-before 1) + :empty-lines 1) ("n" "Next Action" entry (file "next.org") "* TODO %^{Description}\nTaken: %T\n%?" :prepend t - :empty-lines-before 1) + :empty-lines 1) ("u" "Undertaking" entry (file "undertakings.org") "* %^{Description} [/]\nTaken: %T\n%?" :prepend t - :empty-lines-before 1) + :empty-lines 1) ("m" "Meeting" entry (file "meetings.org") "* %^{Description}\n%^{Scheduled:}T\n%?" :prepend t - :empty-lines-before 1) + :empty-lines 1) ("p" "Phone Call" entry (file "inbox.org") "* %^{Description} :call:\n%T\n%?" :prepend t - :empty-lines-before 1) + :empty-lines 1) ("t" "Note" entry (file "notes.org") "* %^{Description}\n%U\n%?" :prepend t - :empty-lines-before 1))) + :empty-lines 1))) ;; IDs -- 2.39.5