fix(emacs): sync expected org-roam file name format
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
daa08771dc
commit
72a18f614d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue