compat(org-roam): fix org-roam-capture patch
This commit is contained in:
parent
46607fca5f
commit
9d320a4e6c
1 changed files with 1 additions and 2 deletions
|
|
@ -3742,8 +3742,7 @@ The INFO, if provided, is passed along to the underlying `org-roam-capture-'."
|
||||||
(or templates
|
(or templates
|
||||||
(when (org-roam-node-file node)
|
(when (org-roam-node-file node)
|
||||||
org-roam-capture-existing-templates)))
|
org-roam-capture-existing-templates)))
|
||||||
:node node
|
:node node)))
|
||||||
:props '(:immediate-finish nil))))
|
|
||||||
|
|
||||||
(defadvice! ~/org-roam-dailies-default-capture (old-fn time &optional goto keys)
|
(defadvice! ~/org-roam-dailies-default-capture (old-fn time &optional goto keys)
|
||||||
"Use default capture template when not explicitly capturing."
|
"Use default capture template when not explicitly capturing."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue