Hi Nicolas,

Thanks for helping.

Nicolas Goaziou <m...@nicolasgoaziou.fr> 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

Reply via email to