From d39556a78b58bbcf98bf245df3895185d505bc0a Mon Sep 17 00:00:00 2001 From: lytex <32138262+lytex@users.noreply.github.com> Date: Thu, 12 Nov 2020 05:05:14 +0100 Subject: [PATCH] (fix): unlinked-references: support filenames with spaces (#1256) --- org-roam.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)