mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
(fix): fix org-roam--list-files escape (#684)
This commit is contained in:
committed by
GitHub
parent
4cd0fe4e41
commit
4d0b5734c8
@@ -308,7 +308,7 @@ Use external shell commands if defined in `org-roam-list-files-commands'."
|
||||
(if path
|
||||
(let ((fn (intern (concat "org-roam--list-files-" exe))))
|
||||
(unless (fboundp fn) (user-error "%s is not an implemented search method" fn))
|
||||
(funcall fn path dir))
|
||||
(funcall fn path (format "\"%s\"" dir)))
|
||||
(org-roam--list-files-elisp dir))))
|
||||
|
||||
(defun org-roam--list-all-files ()
|
||||
|
Reference in New Issue
Block a user