quot;%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"))
--
2.39.2
--
Best regards,
Martin Marshall
me other package that provides a similar feature?
[1] Commit 53868111d000302b50706769526f15164600d739
[2]
https://www.reddit.com/r/emacs/comments/fg71cw/orgctags_failed_to_create_tags/
[3] That look like <>. See https://orgmode.org/manual/Internal-Links.html
--
Best regards,
Martin Marshall
>From 24d731457433b333b28845e6140532bad790800e Mon Sep 17 00:00:00 2001
From: Martin Marshall
Date: Sat, 10 Feb 2024 23:02:34 -0500
Subject: [PATCH] org-ctags: Use `completing-read' if `ido-mode' is off
* org-ctags.el (org-ctags-find-tag-interactive): Only use
`ido-completing-read&
>From 9b9e8ead6c175c76e4f37273a4e4f29b8e41b4f9 Mon Sep 17 00:00:00 2001
From: Martin Marshall
Date: Sun, 11 Feb 2024 12:36:46 -0500
Subject: [PATCH] org-ctags: Fix regexp to not break radio-target links
* org-ctags.el (org-ctags-tag-regexp): Add left angle-bracket to
excluded characters for
ks
in the same way. So I might submit a patch for that as well soon.
--
Best regards,
Martin Marshall
ml#copyright
Thanks, I submitted a copyright assignment a year or two ago with
respect to a pull-request submitted for the which-key package. Not sure
if it's project-specific, or if I'll need to submit a separate one
(which I'm happy to do of course).
--
Best regards,
Martin Marshall
name on
the first page. And the date of my signature is "January 29, 2022".
This copy doesn't have the Deputy Director's signature.
--
Best regards,
Martin Marshall
le, if you type "Emacs", press TAB and attempt to select the
heading "Emacs Usage" in the Completions buffer by pressing
"M-", the text after the minibuffer prompt will be
"EmacsEmacs Usage", which doesn't match any headings.
You will
Ihor Radchenko writes:
> Fixed, on main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=6daeb5da62
Confirmed. Thank you, Ihor!
-Martin