mirror of
https://github.com/org-roam/org-roam
synced 2025-09-14 15:46:48 -05:00
(fix): fix buffer ref-links (#1160)
remove stray `(org-roam-link-make-string)` call
This commit is contained in:
@@ -160,8 +160,7 @@ ORIG-PATH is the path where the CONTENT originated."
|
||||
(dolist (group grouped-backlinks)
|
||||
(let ((file-from (car group))
|
||||
(bls (cdr group)))
|
||||
(insert (org-roam-link-make-string)
|
||||
(format "** %s\n"
|
||||
(insert (format "** %s\n"
|
||||
(org-roam--format-link file-from
|
||||
(org-roam--get-title-or-slug file-from)
|
||||
"file")))
|
||||
|
Reference in New Issue
Block a user