summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-06-08 15:36:26 -0700
committerGravatar Tom Willemse2024-06-08 15:36:26 -0700
commit96d383d8c2d6c8cd310eea89b5c200e5c2c502d5 (patch)
treef43c5af25cdd901701ba15646a563ea1d5d22fa0
parent082d44bd397807492c7f0ebf65a0ccf6b12baba8 (diff)
downloadnroam-96d383d8c2d6c8cd310eea89b5c200e5c2c502d5.tar.gz
nroam-96d383d8c2d6c8cd310eea89b5c200e5c2c502d5.zip
Fix syntax errororg-roam-v2
-rw-r--r--nroam-backlinks.el2
1 files changed, 1 insertions, 1 deletions
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)))