add capture template for new books
This commit is contained in:
parent
c089ec1e27
commit
71b794071e
|
@ -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")
|
||||
|
|
Reference in a new issue