Hello,

commit 4e864643bdb6bba3e000ea51fb746a26e40b1f77
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Date:   Sun Oct 18 09:36:15 2015 +0200

changes the behaviour of org-return when positioned right after a link with
org-return-follows-link set to t.

The test shows the scenario which now goes wrong:

#+BEGIN_SRC elisp
  (should-not
   (org-test-with-temp-text "Link [[target]]<point> <<target>>"
     (let ((org-return-follows-link t)
           (org-link-search-must-match-exact-headline nil))
       (org-return))
     (org-looking-at-p "<<target>>")))
#+END_SRC

Behaviour before was to open a new line. Same for links in task headline or
any other link.

With kind regards,
Stefan

-- 
Stefan-W. Hahn                          It is easy to make things.
                                        It is hard to make things simple.

Reply via email to