From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Internal links broken when exporting from org mode to markdown and odt [8.3.1 (8.3.1-103-g366dc4-elpa @ /home/bitouze/.emacs.d/elpa/org-20150907/)] Date: Sun, 20 Sep 2015 13:26:34 +0200 Message-ID: <87pp1d9vrp.fsf@nicolasgoaziou.fr> References: <87vbbiqbss.fsf@nicolasgoaziou.fr> <87pp1ftma1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zdcjw-0005BF-Od for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 07:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zdcjr-0006Ak-SB for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 07:25:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:53428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zdcjr-0006A4-LV for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 07:24:59 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zdcjp-0005vC-CX for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 13:24:57 +0200 In-Reply-To: ("Denis \=\?utf-8\?Q\?Bitouz\=C3\=A9\?\= \=\?utf-8\?Q\?\=22's\?\= message of "Sun, 20 Sep 2015 11:58:20 +0200") 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: Denis =?utf-8?Q?Bitouz=C3=A9?= Cc: Denis =?utf-8?Q?Bitouz=C3=A9?= , public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Denis Bitouz=C3=A9 writes: > AFAICS, that's not the case with Org-mode version 8.3.1 > (8.3.1-123-g823cad-elpa @ /home/bitouze/.emacs.d/elpa/org-20150914/) > > and e.g.: > > #+begin_src org > * One section > See the [[another][another]] section. > * Another section<> > #+end_src > > The "another" link points, not to the "Another section", but to its > corresponding entry in the TOC. The fix is only 2 days old and is not included in Org ELPA yet. Regards,