]> git.earman.xyz Git - emacsinit.git/commitdiff
Capture to put empty lines on both sides of the entry
authorrush <rearman@r717.net>
Thu, 9 Jul 2026 18:21:43 +0000 (14:21 -0400)
committerrush <rearman@r717.net>
Mon, 13 Jul 2026 16:44:21 +0000 (12:44 -0400)
init.el

diff --git a/init.el b/init.el
index c7bc2e4d0ed422625e74d642ad139847abfe5ab5..f2b0170d1d2330ad23daee17b39f68495f84080d 100644 (file)
--- a/init.el
+++ b/init.el
                               (file "inbox.org")\r
                               "* %^{Description}\n%U\n%?"\r
                               :prepend t\r
-                              :empty-lines-before 1)\r
+                              :empty-lines 1)\r
                              ("n" "Next Action" entry\r
                               (file "next.org")\r
                               "* TODO %^{Description}\nTaken: %T\n%?"\r
                               :prepend t\r
-                              :empty-lines-before 1)\r
+                              :empty-lines 1)\r
                              ("u" "Undertaking" entry\r
                               (file "undertakings.org")\r
                               "* %^{Description} [/]\nTaken: %T\n%?"\r
                               :prepend t\r
-                              :empty-lines-before 1)\r
+                              :empty-lines 1)\r
                              ("m" "Meeting" entry\r
                               (file "meetings.org")\r
                               "* %^{Description}\n%^{Scheduled:}T\n%?"\r
                               :prepend t\r
-                              :empty-lines-before 1)\r
+                              :empty-lines 1)\r
                              ("p" "Phone Call" entry\r
                               (file "inbox.org")\r
                               "* %^{Description} :call:\n%T\n%?"\r
                               :prepend t\r
-                              :empty-lines-before 1)\r
+                              :empty-lines 1)\r
                              ("t" "Note" entry\r
                               (file "notes.org")\r
                               "* %^{Description}\n%U\n%?"\r
                               :prepend t\r
-                              :empty-lines-before 1)))\r
+                              :empty-lines 1)))\r
 \r
 ;; IDs\r
 \r