emacs: tweak the spacing of some org-capture templates

This commit is contained in:
Protesilaos Stavrou 2024-12-01 09:02:36 +02:00
parent 1ceb88c2c9
commit d78cafdd37
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 4 additions and 4 deletions

View file

@ -236,7 +236,7 @@
":CAPTURED: %U\n"
":CUSTOM_ID: h:%(format-time-string \"%Y%m%dT%H%M%S\")\n"
":END:\n\n"
"%a%?")
"%a\n%?")
:empty-lines-after 1)
("t" "Task to do" entry
(file+headline "tasks.org" "All tasks")
@ -245,7 +245,7 @@
":CAPTURED: %U\n"
":CUSTOM_ID: h:%(format-time-string \"%Y%m%dT%H%M%S\")\n"
":END:\n\n"
"%a%?")
"%a\n%?")
:empty-lines-after 1)
("s" "Select file and heading to add to" entry
(function prot-org-capture-select-project)

View file

@ -7728,7 +7728,7 @@ As for my workflow, here is an overview:
":CAPTURED: %U\n"
":CUSTOM_ID: h:%(format-time-string \"%Y%m%dT%H%M%S\")\n"
":END:\n\n"
"%a%?")
"%a\n%?")
:empty-lines-after 1)
("t" "Task to do" entry
(file+headline "tasks.org" "All tasks")
@ -7737,7 +7737,7 @@ As for my workflow, here is an overview:
":CAPTURED: %U\n"
":CUSTOM_ID: h:%(format-time-string \"%Y%m%dT%H%M%S\")\n"
":END:\n\n"
"%a%?")
"%a\n%?")
:empty-lines-after 1)
("s" "Select file and heading to add to" entry
(function prot-org-capture-select-project)