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 "
|
(concat "sed -n "
|
||||||
row
|
row
|
||||||
"p "
|
"p "
|
||||||
file))))
|
"\""
|
||||||
|
file
|
||||||
|
"\""))))
|
||||||
(insert "\n")))))))
|
(insert "\n")))))))
|
||||||
(read-only-mode +1)
|
(read-only-mode +1)
|
||||||
(dolist (title titles)
|
(dolist (title titles)
|
||||||
|
Reference in New Issue
Block a user