fixup! org-ctags.el: Fix use of "ctags" executable

* lisp/org-ctags.el (org-ctags-create-tags): Quote spaces and other
special characters in path.
This commit is contained in:
Ihor Radchenko 2024-02-10 22:18:10 +01:00
parent 8c7313d397
commit d3a1394270
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ its subdirectories contain large numbers of taggable files."
org-ctags-path-to-ctags
org-ctags-tag-regexp
(expand-file-name (concat dir-name "/TAGS"))
(expand-file-name (concat dir-name "/*")))))
(expand-file-name (concat (shell-quote-argument dir-name) "/*")))))
(cond
((eql 0 exitcode)
(setq-local org-ctags-tag-list