From 96d383d8c2d6c8cd310eea89b5c200e5c2c502d5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 8 Jun 2024 15:36:26 -0700 Subject: Fix syntax error --- nroam-backlinks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nroam-backlinks.el') diff --git a/nroam-backlinks.el b/nroam-backlinks.el index ba5f140..0e8c06b 100644 --- a/nroam-backlinks.el +++ b/nroam-backlinks.el @@ -85,7 +85,7 @@ (point (org-roam-backlink-point backlink))) (when-let* ((elt (nroam-backlinks--crawl-source file point)) (type (plist-get elt :type)) - (content (org-roam-preview-get-contents file point) file) + (content (org-roam-preview-get-contents file point)) (beg (point))) (let ((outline (plist-get elt :outline)) (full-outline (plist-get elt :full-outline))) -- cgit v1.2.3-54-g00ecf