Max Nikulin <maniku...@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