(fix): org-roam-directory having spaces and Unlinked References not working (#2411)

Co-authored-by: Vikram Mandyam <vicky08@gmail>
This commit is contained in:
Vikram Mandyam
2024-07-03 22:08:15 +05:30
committed by GitHub
parent aa64cc9596
commit edccf9be84

View File

@ -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)