From 6c34528837369eb41f484f493c480f0477220abb Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Fri, 16 Apr 2021 03:13:24 +0800 Subject: [PATCH] fix --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index 9ef560d..a811b11 100644 --- a/org-roam.el +++ b/org-roam.el @@ -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)))