emacs: tweak the org-capture template that selects a heading

This commit is contained in:
Protesilaos Stavrou 2024-11-25 09:25:26 +02:00
parent 802231990c
commit 7b4320ba25
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -247,7 +247,7 @@
:empty-lines-after 1)
("s" "Select file and heading to add to" entry
(function prot-org-capture-select-project)
"* TODO %^{Title} %^g\n%?"
"* TODO %^{Title}%?"
:empty-lines-after 1)
;; NOTE 2024-11-24: I am not using this, but am keeping it

View file

@ -7739,7 +7739,7 @@ As for my workflow, here is an overview:
:empty-lines-after 1)
("s" "Select file and heading to add to" entry
(function prot-org-capture-select-project)
"* TODO %^{Title} %^g\n%?"
"* TODO %^{Title}%?"
:empty-lines-after 1)
;; NOTE 2024-11-24: I am not using this, but am keeping it