Add extra blank line after capturing items – again

This is to have this extra blank line after refiling.

This reintroduces 76c8717, and reverts f064bf9 and 8ed64b7.  The issue
with too many blank lines at some items may reappear.
This commit is contained in:
Daniel Borchmann 2024-07-09 11:40:00 +02:00
parent 762581c263
commit 2f01ae081e
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

12
init.el
View File

@ -1129,7 +1129,7 @@ quickly loose their meaning."
"\nVia %(with-temp-buffer (db/org-add-link-to-current-clock) (string-trim (buffer-string)))."
"%?")
:empty-lines-before 1
:empty-lines-after 0)
:empty-lines-after 1)
("g" "Record new goal"
entry
(file db/org-default-refile-file)
@ -1144,19 +1144,19 @@ quickly loose their meaning."
"%a"
"%?")
:empty-lines-before 1
:empty-lines-after 0)
:empty-lines-after 1)
("n" "Note"
entry
(file db/org-default-refile-file)
"* Note: %^{About} :NOTE:\n:PROPERTIES:\n:CREATED: %U\n:END:%?"
:empty-lines-before 1
:empty-lines-after 0)
:empty-lines-after 1)
("d" "Date"
entry
(file db/org-default-refile-file)
"* GOTO [#B] %^{What} :DATE:\n%^{When}t\n%a%?"
:empty-lines-before 1
:empty-lines-after 0)
:empty-lines-after 1)
("i" "Interruptions"
entry
(file db/org-default-refile-file)
@ -1167,7 +1167,7 @@ quickly loose their meaning."
:clock-in t
:clock-resume t
:empty-lines-before 1
:empty-lines-after 0)
:empty-lines-after 1)
("r" "Respond"
entry
(file db/org-default-refile-file)
@ -1175,7 +1175,7 @@ quickly loose their meaning."
":PROPERTIES:\n:CREATED: %U\n:END:\n"
"\n%a%?")
:empty-lines-before 1
:empty-lines-after 0)))
:empty-lines-after 1)))
:config (progn
;; disable usage of helm for `org-capture'
(with-eval-after-load 'helm-mode