diff --git a/config.org b/config.org index 3248918..33a7b26 100644 --- a/config.org +++ b/config.org @@ -3620,6 +3620,11 @@ With those variables created, we can define our templates. '(("f" "Standalone file" plain "" :target (file+head "${file-maybe-dir}" "#+title: ${title}") + :unnarrowed t) + ("n" "Bibliography note" plain "" + :target + (file+head "${file-maybe-cite}" + "#+title: ${citar-author} - ${citar-title}") :unnarrowed t)) org-roam-dailies-capture-templates '(("e" "Event" entry "* $1\n%^t\n\n$0"