Start adding org-roam capture templates
Just copied default template for now to get started
This commit is contained in:
parent
4c97ae0827
commit
9f6edcc1b8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue