Hi,
I was wondering if there’s a way to have the dailies capture auto-create the node specified in :olp if it’s missing?
I believe this feature would be doable in usual org-capture with the “file+headline” target.
I’m trying the example given in the docs, and getting an obvious “Heading not found on Level 1: Lab Notes”.
(setq org-roam-dailies-capture-templates
'(("l" "lab" entry
#'org-roam-capture--get-point
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Lab notes"))
("j" "journal" entry
#'org-roam-capture--get-point
"* %?"
:file-name "daily/%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n"
:olp ("Journal"))))