From 9d320a4e6c338358ba894b3dfc5815bdaf202699 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 4 Feb 2026 16:44:26 -0500 Subject: [PATCH] compat(org-roam): fix `org-roam-capture` patch --- config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.org b/config.org index 17c6aec..ca11891 100644 --- a/config.org +++ b/config.org @@ -3742,8 +3742,7 @@ The INFO, if provided, is passed along to the underlying `org-roam-capture-'." (or templates (when (org-roam-node-file node) org-roam-capture-existing-templates))) - :node node - :props '(:immediate-finish nil)))) + :node node))) (defadvice! ~/org-roam-dailies-default-capture (old-fn time &optional goto keys) "Use default capture template when not explicitly capturing."