mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): unlinked-references: support filenames with spaces (#1256)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user