From: rush Date: Thu, 9 Jul 2026 18:21:43 +0000 (-0400) Subject: Capture to put empty lines on both sides of the entry X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=58e2f59354bed6f3d24520e4302dc68c15d55024;p=emacsinit.git Capture to put empty lines on both sides of the entry --- 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