* [BUG] org-link-descriptive affects verbatim text
@ 2022-06-07 14:57 Max Nikulin
2022-06-08 13:43 ` Ihor Radchenko
0 siblings, 1 reply; 3+ messages in thread
From: Max Nikulin @ 2022-06-07 14:57 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I noticed that current main HEAD hides link description even when it is
not a link but verbatim text:
=[[http://orgmode.org][Org]]=
Just underlined =Org= is displayed, while earlier version of Org
displays whole verbatim text.
1105da80a doc/org-manual.org: variable rename
Emacs-26.3.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] org-link-descriptive affects verbatim text
2022-06-07 14:57 [BUG] org-link-descriptive affects verbatim text Max Nikulin
@ 2022-06-08 13:43 ` Ihor Radchenko
2022-06-08 16:26 ` Max Nikulin
0 siblings, 1 reply; 3+ messages in thread
From: Ihor Radchenko @ 2022-06-08 13:43 UTC (permalink / raw)
To: Max Nikulin; +Cc: emacs-orgmode
Max Nikulin <manikulin@gmail.com> writes:
> Hi,
>
> I noticed that current main HEAD hides link description even when it is
> not a link but verbatim text:
>
> =[[http://orgmode.org][Org]]=
>
> Just underlined =Org= is displayed, while earlier version of Org
> displays whole verbatim text.
>
> 1105da80a doc/org-manual.org: variable rename
> Emacs-26.3.
Partially fixed on main via c02c0d660.
The problem is related to org-activate-links wrongly fontifying links
inside verbatim. However, I am not going to fix that as it will be
auto-resolved when fontification uses org-element parser.
Best,
Ihor
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [BUG] org-link-descriptive affects verbatim text
2022-06-08 13:43 ` Ihor Radchenko
@ 2022-06-08 16:26 ` Max Nikulin
0 siblings, 0 replies; 3+ messages in thread
From: Max Nikulin @ 2022-06-08 16:26 UTC (permalink / raw)
To: emacs-orgmode
On 08/06/2022 20:43, Ihor Radchenko wrote:
> Max Nikulin writes:
>>
>> I noticed that current main HEAD hides link description even when it is
>> not a link but verbatim text:
>>
>> =[[http://orgmode.org][Org]]=
>>
>> Just underlined =Org= is displayed, while earlier version of Org
>> displays whole verbatim text.
>>
>> 1105da80a doc/org-manual.org: variable rename
>> Emacs-26.3.
>
> Partially fixed on main via c02c0d660.
> The problem is related to org-activate-links wrongly fontifying links
> inside verbatim. However, I am not going to fix that as it will be
> auto-resolved when fontification uses org-element parser.
Thank you for the prompt fix, my example works now as expected (and as
on the bugfix branch).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-06-08 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-07 14:57 [BUG] org-link-descriptive affects verbatim text Max Nikulin
2022-06-08 13:43 ` Ihor Radchenko
2022-06-08 16:26 ` Max Nikulin
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.