From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Krehel Subject: Re: CUSTOM_ID doesn't work for HTML export on Org trunk Date: Wed, 10 Jun 2015 10:11:05 +0200 Message-ID: <87mw08m19i.fsf@gmail.com> References: <87vbew3ngp.fsf@gmail.com> <87bngovh2c.fsf@selenimh.access.network> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2bCf-0000QJ-E6 for emacs-orgmode@gnu.org; Wed, 10 Jun 2015 04:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2bCc-0006fN-7G for emacs-orgmode@gnu.org; Wed, 10 Jun 2015 04:17:41 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:38519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2bCb-0006cr-TR for emacs-orgmode@gnu.org; Wed, 10 Jun 2015 04:17:38 -0400 Received: by wibdq8 with SMTP id dq8so38965658wib.1 for ; Wed, 10 Jun 2015 01:17:34 -0700 (PDT) Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id gt10sm6638355wib.20.2015.06.10.01.17.33 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 10 Jun 2015 01:17:33 -0700 (PDT) In-Reply-To: <87bngovh2c.fsf@selenimh.access.network> (Nicolas Goaziou's message of "Tue, 09 Jun 2015 21:04:59 +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: emacs-orgmode@gnu.org Hi Nicolas, Thanks for helping. Nicolas Goaziou writes: > The following buffer > > * Headline > :PROPERTIES: > :CUSTOM_ID: my-id > :END: > > > exports as > >
>

1 Headline

>
>
>
I'm getting the same behavior. > It looks correct. It's not: I'm getting this in my Firefox address bar if I click the link: testorg.html#orgheadline1 Here's the two months old export behavior:

1 Headline

And the corresponding Firefox bar: testorg.html#my-id regards, Oleh