Slight template tweak

This commit is contained in:
Seth Morabito 2022-11-06 09:14:27 -08:00
parent 6f15dd2990
commit d68ec2fd6a
1 changed files with 2 additions and 6 deletions

View File

@ -972,12 +972,8 @@ collapsed.
"#+TITLE: ${title}\n")
:unnarrowed t)))
(org-roam-dailies-capture-templates
'(("d" "default" entry
"\n* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n"
:target
(file+head
"%<%Y-%m-%d>.org"
"#+TITLE: %u\n#+STARTUP: showall\n\n")
'(("d" "default" entry "\n* %?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\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)))
:bind (("C-c n l" . org-roam-buffer-toggle)