diff --git a/org/config-org-capture.el b/org/config-org-capture.el index a74c0f4..c1ebfdb 100644 --- a/org/config-org-capture.el +++ b/org/config-org-capture.el @@ -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")