compat(org-roam): fix org-roam-capture patch

This commit is contained in:
Kiana Sheibani 2026-02-04 16:44:26 -05:00
parent 46607fca5f
commit 9d320a4e6c
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -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."