Skip to content

Commit

Permalink
Add WIP org-roam capture template for books to read
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Sep 4, 2021
1 parent 7e661fe commit b1d4e41
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2222,6 +2222,21 @@
;; (after-init . org-roam-mode)
:custom
(org-roam-v2-ack t)
(org-roam-capture-templates
'(
("d" "default" plain "%?" :if-new
(file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
:unnarrowed t)
("R"
"Reading"
entry
"* ${title}%?
%l"
:if-new (file "~/roam/20210108105150-reading_list.org")
:empty-lines-before 1
:unnarrowed t
)
))
:init
(setq org-roam-directory "~/roam")
:config
Expand Down

0 comments on commit b1d4e41

Please sign in to comment.