mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: tweak the org-capture template that selects a heading
This commit is contained in:
parent
802231990c
commit
7b4320ba25
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue