]> git.earman.xyz Git - emacsinit.git/commitdiff
Capture templates to add a line before
authorrush <rearman@r717.net>
Tue, 7 Jul 2026 14:52:56 +0000 (10:52 -0400)
committerrush <rearman@r717.net>
Tue, 7 Jul 2026 14:55:23 +0000 (10:55 -0400)
Too bunched up in the files

init.el

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