emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] bug with emacs 26.3 and hyperlinks


From: Thomas Holst
Subject: [O] bug with emacs 26.3 and hyperlinks
Date: Tue, 17 Sep 2019 17:35:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

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 <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]