From 1325a53afdfd8f8cfb87b44749462d81daae5b98 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Thu, 3 Apr 2025 06:44:39 -0400 Subject: [PATCH] feat(org-roam): bibliography note capture template --- config.org | 5 +++++ 1 file changed, 5 insertions(+) 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"