Hello, today I upgraded to emacs 26.3. and links don't show up correct anymore with org-mode from git. The link is shown not the description.
Steps to reproduce: =test.org=: #+begin_src org [[http://www.google.com][A Test link]] #+end_src : emacs -Q --find-file="test.org" All links are shown as described above. =git bisect= shows following commit as root cause: Author: Max Mouratov <mmoura...@gmail.com> Date: Thu Aug 29 22:48:22 2019 +0500 Prevent loss of `re-search-forward' results * org.el (org-activate-links): `match-beginning' and `match-end` should be called shortly after `re-search-forward'. Otherwise, they may return values corresponding to a different invocation of `re-search-forward'. TINYCHANGE :040000 040000 f3bac3041e71bff7b3c0ca2495bd629d8f3f2833 634c8baa25f1ad4f3620d9ad26995ac17c26de6b M lisp "GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-09-16" Org mode version 9.2.6 (release_9.2.6-541-g46767c @ /home/thommy/git-emacs/org-mode/lisp/) Thanks for looking into this. -- Thomas