From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kaushal Modi Subject: Re: Gnus org-mode link problems in org 9.3 Date: Wed, 4 Dec 2019 11:31:29 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000076b9350598e35a04" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36371) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icXZk-0002W6-Pd for emacs-orgmode@gnu.org; Wed, 04 Dec 2019 11:32:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icXZj-00018h-DO for emacs-orgmode@gnu.org; Wed, 04 Dec 2019 11:32:28 -0500 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Bob Newell Cc: emacs-org list , info-gnus-english@gnu.org --00000000000076b9350598e35a04 Content-Type: text/plain; charset="UTF-8" On Wed, Dec 4, 2019 at 11:27 AM Bob Newell wrote: > Aloha, > > Posting to both org-mode and gnus groups. > > Just updated to latest org (9.3 of 3 December) on Emacs 26.3.1 > and my gnus link functions seem to have quit. > > Now, whenever I do C-c C-o on an email link I get something like this: > > org-link-search: No match for fuzzy expression: gnus:nnimap+imap.gmail.com: > %5BGmail%5D/All%20Mail# > CAN9LUGf6QKkyxt9EWJJs+hOYC6yWJASFT4K4hV5Zr2D10VyJWA@mail.gmail.com > Very strange! Just an hour back, my test suite failed because earlier org-link-unescape used to unhex but now it doesn't. I haven't yet traced back to the commit where this change happened. Then replacing org-link-unescape with url-unhex-string fixed my use case[1]. Not sure if the issue you are seeing is because of the same cause. [1]: https://github.com/kaushalmodi/ox-hugo/commit/4badf135967c03c402ef8fc636ac4968ac98e57c --00000000000076b9350598e35a04 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Dec 4, 2019 at 11:27 AM Bob Newell <bobnewell@bobnewell.net> wrote:
Aloha,

Posting to both org-mode and gnus groups.

Just updated to latest org (9.3 of 3 December) on Emacs 26.3.1
and my gnus link functions seem to have quit.

Now, whenever I do C-c C-o on an email link I get something like this:

org-link-search: No match for fuzzy expression: gnus:nnimap+imap.gmail.com:= %5BGmail%5D/All%20Mail#CAN9LUGf6QKkyxt9EWJJs= +hOYC6yWJASFT4K4hV5Zr2D10VyJWA@mail.gmail.com

=
Very strange! Just an hour back, my test suite failed because ea= rlier org-link-unescape used to unhex but now it doesn't. I haven't= yet traced back to the commit where this change happened.

Then replacing org-link-unescape with url-unhex-string fixed my us= e case[1].

Not sure if the issue you are seeing is= because of the same cause.

--00000000000076b9350598e35a04--