From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: problem with html export of links Date: Mon, 26 Sep 2016 17:36:29 +0200 Message-ID: <87y42e1xmq.fsf@nicolasgoaziou.fr> References: <706A4D7A-07EB-475F-9B4E-9BDC56FCE426@nordakademie.de> 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]:46701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boXxI-0005Ds-S7 for emacs-orgmode@gnu.org; Mon, 26 Sep 2016 11:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boXxH-0007lO-MK for emacs-orgmode@gnu.org; Mon, 26 Sep 2016 11:36:32 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:36989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boXxH-0007l1-Gr for emacs-orgmode@gnu.org; Mon, 26 Sep 2016 11:36:31 -0400 In-Reply-To: <706A4D7A-07EB-475F-9B4E-9BDC56FCE426@nordakademie.de> (Johannes Brauer's message of "Mon, 26 Sep 2016 15:20:15 +0000") 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" To: Johannes Brauer Cc: "emacs-orgmode@gnu.org" Hello, Johannes Brauer writes: > I have two files. > > a.org contains the anchor defined by custom_id property > > * headline > :PROPERTIES: > :CUSTOM_ID: anchor > :END: > > and > > b.org contains the link to a headline in a.org with custom id #anchor > > [[file:a.org::#anchor]] > > Clicking the link in b.org all works fine. But exporting b.org to html I = get=20 > > =E2=80=A6 > b.org contains the link to a headline in a.org with custom id #anchor >

> >

> a.html#MissingReference >

> ... > with #MissingReference instead of #anchor. I cannot figure out, what > the failure is. You probably need to upgrade Org, as I cannot reproduce the error. Regards, --=20 Nicolas Goaziou