[emacs] Update orgroam to use journals and pages
This commit is contained in:
@ -263,14 +263,20 @@ easier. I just need to level up with Zettels and web publishing of my notes.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq org-roam-directory "~/var/org/")
|
||||
(setq org-roam-dailies-directory "dailies")
|
||||
(setq org-roam-dailies-directory "journals")
|
||||
|
||||
(setq org-roam-dailies-capture-templates
|
||||
'(("d" "default" entry
|
||||
"* Meetings :work:hungryroot:meeting:\n* Tasks :work:hungryroot:\n** %?"
|
||||
:target (file+head "%<%Y-%m-%d>.org"
|
||||
"#+title: %<%Y-%m-%d>\n")
|
||||
:target (file+head "%<%Y_%m_%d>.org"
|
||||
"#+title: %<%Y_%m_%d>\n")
|
||||
:empty-lines 1)))
|
||||
|
||||
(setq org-roam-capture-templates
|
||||
'(("d" "default" plain "%?"
|
||||
:target (file+head "pages/${slug}.org"
|
||||
"#+title: ${title}\n")
|
||||
:unnarrowed t)))
|
||||
#+END_SRC
|
||||
|
||||
* Novel
|
||||
|
||||
Reference in New Issue
Block a user