[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk
From: |
Oleh Krehel |
Subject: |
Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk |
Date: |
Wed, 10 Jun 2015 10:11:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Hi Nicolas,
Thanks for helping.
Nicolas Goaziou <address@hidden> writes:
> The following buffer
>
> * Headline
> :PROPERTIES:
> :CUSTOM_ID: my-id
> :END:
>
>
> exports as
>
> <div id="outline-container-orgheadline1" class="outline-2">
> <h2 id="my-id"><a id="orgheadline1"></a><span
> class="section-number-2">1</span> Headline</h2>
> <div class="outline-text-2" id="text-my-id">
> </div>
> </div>
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:
<div id="outline-container-my-id" class="outline-2">
<h2 id="my-id"><a id="sec-1"></a><span class="section-number-2">1</span>
Headline</h2>
<div class="outline-text-2" id="text-my-id">
</div>
And the corresponding Firefox bar:
testorg.html#my-id
regards,
Oleh