1
0
Fork 0

fix(emacs): sync expected org-roam file name format

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-24 19:45:24 -05:00
parent daa08771dc
commit 72a18f614d
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -62,10 +62,10 @@
"* %i%? \n %U")))
(setq org-roam-capture-templates
'(("n" "default" plain "%?"
:target (file+head "${slug}:${id}.org" "#+title: ${title}\n")
:target (file+head "${slug}-${id}.org" "#+title: ${title}\n")
:unnarrowed t)
("N" "encrypted" plain "%?"
:target (file+head "${slug}:${id}.org.gpg" "#+title: ${title}\n")
:target (file+head "${slug}-${id}.org.gpg" "#+title: ${title}\n")
:unnarrowed t)))
(setq org-refile-targets '(("~/org/gtd.org" :maxlevel . 3)
("~/org/someday.org" :level . 1)