From 71b794071edd31d316bdcd9966bdad926cbf5d9b Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 30 Aug 2024 08:48:18 -0400 Subject: [PATCH] add capture template for new books --- org/config-org-capture.el | 7 +++++++ 1 file changed, 7 insertions(+) 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")