add capture template for new books

This commit is contained in:
KemoNine 2024-08-30 08:48:18 -04:00
parent c089ec1e27
commit 71b794071e

View file

@ -19,6 +19,13 @@
; orgmode capture templates
(setq org-capture-templates '(
("b" "Book to buy / process" entry
(file "~/org/orgzly/_slipbox.org")
(file "~/org/_org-capture-templates/template_book.org")
:prepend t
:immediate-finish "f"
:jump-to-captured "t"
)
("d" "TODO (Main)" entry
(file "~/org/orgzly/_todo.org")
(file "~/org/_org-capture-templates/template_todo.org")