diff --git a/org-roam.el b/org-roam.el index 7961877..144092a 100644 --- a/org-roam.el +++ b/org-roam.el @@ -1875,7 +1875,9 @@ the executable 'rg' in variable `exec-path'." (concat "sed -n " row "p " - file)))) + "\"" + file + "\"")))) (insert "\n"))))))) (read-only-mode +1) (dolist (title titles)