emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 981402a93d 2/3: org-ctags.el: Fix use of "ctags" ex


From: ELPA Syncer
Subject: [elpa] externals/org 981402a93d 2/3: org-ctags.el: Fix use of "ctags" executable
Date: Sat, 10 Feb 2024 09:58:29 -0500 (EST)

branch: externals/org
commit 981402a93df7ac50cb40b23e84b8aa2f313d4e24
Author: Martin Marshall <law@martinmarshall.com>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-ctags.el: Fix use of "ctags" executable
    
    * lisp/org-ctags.el (org-ctags-create-tags): Allow file globbing in
    `shell-command' invocation of "ctags".
    
    TINYCHANGE
---
 lisp/org-ctags.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el
index a360341495..693ccc87b7 100644
--- a/lisp/org-ctags.el
+++ b/lisp/org-ctags.el
@@ -484,7 +484,7 @@ its subdirectories contain large numbers of taggable files."
       (setq exitcode
             (shell-command
              (format (concat "%s --langdef=orgmode --langmap=orgmode:.org "
-                             "--regex-orgmode=\"%s\" -f \"%s\" -e -R \"%s\"")
+                             "--regex-orgmode=\"%s\" -f \"%s\" -e -R %s")
                      org-ctags-path-to-ctags
                      org-ctags-tag-regexp
                      (expand-file-name (concat dir-name "/TAGS"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]