mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
fix
This commit is contained in:
@ -626,7 +626,7 @@ If REQUIRE-MATCH, require returning a match."
|
|||||||
'(metadata
|
'(metadata
|
||||||
(annotation-function . (lambda (title)
|
(annotation-function . (lambda (title)
|
||||||
(funcall org-roam-node-annotation-function
|
(funcall org-roam-node-annotation-function
|
||||||
(get-text-property 0 'node node-title))))
|
(get-text-property 0 'node title))))
|
||||||
(category . org-roam-node))
|
(category . org-roam-node))
|
||||||
(complete-with-action action nodes string pred)))
|
(complete-with-action action nodes string pred)))
|
||||||
nil require-match initial-input)))
|
nil require-match initial-input)))
|
||||||
|
Reference in New Issue
Block a user