mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the spacing of some org-capture templates
This commit is contained in:
parent
1ceb88c2c9
commit
d78cafdd37
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue