From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Stefan-W. Hahn" Subject: commit 4e864643 breaks org-return Date: Thu, 22 Oct 2015 18:57:08 +0200 Message-ID: <20151022165708.GL12141@scotty.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpJAu-0003eU-0w for emacs-orgmode@gnu.org; Thu, 22 Oct 2015 12:57:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpJAq-00075k-PV for emacs-orgmode@gnu.org; Thu, 22 Oct 2015 12:57:11 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:52306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpJAq-000751-KA for emacs-orgmode@gnu.org; Thu, 22 Oct 2015 12:57:08 -0400 Received: from scotty.home ([92.192.15.3]) by mrelayeu.kundenserver.de (mreue004) with ESMTPSA (Nemesis) id 0MfV79-1a9RWr3nyd-00P2yT for ; Thu, 22 Oct 2015 18:57:07 +0200 Received: from scotty.home (hs@localhost [127.0.0.1]) by scotty.home (8.14.4/8.14.4/Debian-4) with ESMTP id t9MGv9oa029725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 22 Oct 2015 18:57:09 +0200 Received: (from hs@localhost) by scotty.home (8.14.4/8.14.4/Submit) id t9MGv8ii029723 for emacs-orgmode@gnu.org; Thu, 22 Oct 2015 18:57:08 +0200 Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, commit 4e864643bdb6bba3e000ea51fb746a26e40b1f77 Author: Nicolas Goaziou 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]] <>" (let ((org-return-follows-link t) (org-link-search-must-match-exact-headline nil)) (org-return)) (org-looking-at-p "<>"))) #+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.