mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(fix): org-roam-directory having spaces and Unlinked References not working (#2411)
Co-authored-by: Vikram Mandyam <vicky08@gmail>
This commit is contained in:
@ -672,7 +672,7 @@ References from FILE are excluded."
|
|||||||
(mapconcat (lambda (title)
|
(mapconcat (lambda (title)
|
||||||
(format "|(\\b%s\\b)" (shell-quote-argument title)))
|
(format "|(\\b%s\\b)" (shell-quote-argument title)))
|
||||||
titles ""))
|
titles ""))
|
||||||
org-roam-directory))
|
(shell-quote-argument org-roam-directory)))
|
||||||
(results (split-string (shell-command-to-string rg-command) "\n"))
|
(results (split-string (shell-command-to-string rg-command) "\n"))
|
||||||
f row col match)
|
f row col match)
|
||||||
(magit-insert-section (unlinked-references)
|
(magit-insert-section (unlinked-references)
|
||||||
|
Reference in New Issue
Block a user