Start adding org-roam capture templates

Just copied default template for now to get started
This commit is contained in:
Evie Litherland-Smith 2024-02-15 12:20:54 +00:00
parent 4c97ae0827
commit 9f6edcc1b8

View file

@ -85,7 +85,14 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
(no-delete-other-windows . t)))))
(org-roam-db-autosync-mode +1))
#+end_src
** Capture templates
#+begin_src emacs-lisp
(with-eval-after-load 'org-roam
(setq org-roam-capture-templates
'(("d" "default" plain "%?"
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
:unnarrowed t))))
#+end_src
* org-agenda
#+begin_src emacs-lisp :results output silent
(setq org-agenda-span 'week