Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-24 Thread Ihor Radchenko
Bastien Guerry writes: >> Bastien, may you please check FSF records? > > Yes, Martin's FSF record is okay. Thanks! Updated our records. https://git.sr.ht/~bzg/worg/commit/a93fa90a -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at .

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-24 Thread Bastien Guerry
Ihor Radchenko writes: > Martin Marshall writes: > >> Ihor Radchenko writes: >>> I also see that you submitted a number of patches recently. >>> For now, your contribution size is fairly small, but if you plan to >>> contribute a lot more, please consider signing FSF copyright assignment. >>>

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Martin Marshall
Ihor Radchenko writes: > If your assignment has "GNU Emacs" in it, you are good to go. Just found the scanned copy. It refers to "GNU EMACS (herein called the Program)" in paragraph 1.(a). :-D Also, in case it helps locate it, there is "RT:1798288" under my name on the first page. And the

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Ihor Radchenko
Martin Marshall writes: > Ihor Radchenko writes: >> I also see that you submitted a number of patches recently. >> For now, your contribution size is fairly small, but if you plan to >> contribute a lot more, please consider signing FSF copyright assignment. >> See

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Martin Marshall
Ihor Radchenko writes: > I also see that you submitted a number of patches recently. > For now, your contribution size is fairly small, but if you plan to > contribute a lot more, please consider signing FSF copyright assignment. > See https://orgmode.org/worg/org-contribute.html#copyright

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Ihor Radchenko
Martin Marshall writes: > ... I just noticed that org-ctags breaks CUSTOM_ID property links > in the same way. So I might submit a patch for that as well soon. Improvements are always welcome! I also see that you submitted a number of patches recently. For now, your contribution size is

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Martin Marshall
Ihor Radchenko writes: > Applied, onto main, with amendments to the commit message. > I added a TINYCHANGE cookie and linked to this thread. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=38dd88268 Thanks! I just noticed that org-ctags breaks CUSTOM_ID property links in the

Re: [PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-12 Thread Ihor Radchenko
Martin Marshall writes: > 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 tag text. > ... > This updates `org-ctags-tag-regexp' to avoid adding broken entries for > radio targets

[PATCH] org-ctags: Fix regexp to not break radio targets

2024-02-11 Thread Martin Marshall
>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 tag