adjust health capture templates to be organized better within the slipbox
This commit is contained in:
parent
ff69dd3500
commit
a988eae948
4
init.el
4
init.el
|
@ -1334,16 +1334,12 @@ position between last non-whitespace and `end-of-line'."
|
||||||
(file "~/org/_org-capture-templates/template_couples_apt_developments.org")
|
(file "~/org/_org-capture-templates/template_couples_apt_developments.org")
|
||||||
:immediate-finish "f"
|
:immediate-finish "f"
|
||||||
:jump-to-captured "t"
|
:jump-to-captured "t"
|
||||||
:unnarrowed "t"
|
|
||||||
:prepend "t"
|
|
||||||
)
|
)
|
||||||
("hm" "Mike Appointment noteworthy developments / [time] in review"
|
("hm" "Mike Appointment noteworthy developments / [time] in review"
|
||||||
entry (file "~/org/_slipbox.org")
|
entry (file "~/org/_slipbox.org")
|
||||||
(file "~/org/_org-capture-templates/template_apt_developments.org")
|
(file "~/org/_org-capture-templates/template_apt_developments.org")
|
||||||
:immediate-finish "f"
|
:immediate-finish "f"
|
||||||
:jump-to-captured "t"
|
:jump-to-captured "t"
|
||||||
:unnarrowed "t"
|
|
||||||
:prepend "t"
|
|
||||||
)
|
)
|
||||||
("m" "Music import (beets)" entry
|
("m" "Music import (beets)" entry
|
||||||
(file "~/org/_slipbox.org")
|
(file "~/org/_slipbox.org")
|
||||||
|
|
Reference in a new issue