Simplify org-roam-dailies-capture-templates

This commit is contained in:
Seth Morabito 2022-11-20 20:23:57 -08:00
parent 78e5308f64
commit cc578edc45
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ collapsed.
"#+TITLE: ${title}\n")
:unnarrowed t)))
(org-roam-dailies-capture-templates
'(("d" "default" entry "\n* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n"
'(("d" "default" entry "\n* %?"
:target (file+head "%<%Y-%m-%d>.org" "#+TITLE: %u\n#+STARTUP: showall\n\n")
:unnarrowed nil ; Show only the current note on entry
:empty-lines 1)))