Remove datetime preamble from org-roam filename
This commit is contained in:
parent
1eb462885b
commit
ce2703c925
|
@ -90,7 +90,7 @@ For reference information, see [[https://orgmode.com][Org-mode website]]
|
||||||
(with-eval-after-load 'org-roam
|
(with-eval-after-load 'org-roam
|
||||||
(setq org-roam-capture-templates
|
(setq org-roam-capture-templates
|
||||||
'(("d" "default" plain "%?"
|
'(("d" "default" plain "%?"
|
||||||
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org"
|
:target (file+head "${slug}.org"
|
||||||
"#+title: ${title}\n#+author: %n")
|
"#+title: ${title}\n#+author: %n")
|
||||||
:unnarrowed t))))
|
:unnarrowed t))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue