(fix): fix buffer ref-links (#1160)

remove stray `(org-roam-link-make-string)` call
This commit is contained in:
Jethro Kuan
2020-10-01 11:21:09 +08:00
committed by GitHub
parent 369753c98b
commit ce17e7eecd

View File

@@ -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")))