emacs-configuration: Use a single datetree file for org-roam dailies

This commit is contained in:
Collin J. Doering 2022-08-06 12:03:18 -04:00
parent ee5706de3a
commit 4eabc166bb
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 3 additions and 3 deletions

View File

@ -2133,9 +2133,9 @@ Use [[http://gnuplot.sourceforge.net/][gnuplot]] alongside org-mode to generate
,#+filetags: ${tags}
")
:unnarrowed t)))
;; TODO
;; (org-roam-dailies-capture-templates '(("d" "daily" plain #'org-roam-capture--get-point "" :immediate-finish t :file-name "%<%Y-%m-%d>" :head "#+title: %<%Y-%m-%d>")))
(org-roam-dailies-directory "")
(org-roam-dailies-capture-templates
'(("d" "default" entry "* %?" :target (file+datetree "dailies.org.gpg" week))))
:bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . org-roam-node-find)
("C-c n g" . org-roam-graph)