This commit is contained in:
Jethro Kuan
2021-04-16 03:13:24 +08:00
parent bc7a4986d8
commit 6c34528837

View File

@ -626,7 +626,7 @@ If REQUIRE-MATCH, require returning a match."
'(metadata
(annotation-function . (lambda (title)
(funcall org-roam-node-annotation-function
(get-text-property 0 'node node-title))))
(get-text-property 0 'node title))))
(category . org-roam-node))
(complete-with-action action nodes string pred)))
nil require-match initial-input)))