[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: |
Nicolas Goaziou |
Subject: |
Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk |
Date: |
Tue, 09 Jun 2015 21:04:59 +0200 |
Hello,
Oleh Krehel <address@hidden> writes:
> I don't know if this has been raised before, but it seems not to be
> fixed yet. Currently, in HTML export, instead of #custom_id I'm getting
> e.g. #orgheadline10.
The following buffer
--8<---------------cut here---------------start------------->8---
* Headline
:PROPERTIES:
:CUSTOM_ID: my-id
:END:
--8<---------------cut here---------------end--------------->8---
exports as
--8<---------------cut here---------------start------------->8---
<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>
--8<---------------cut here---------------end--------------->8---
It looks correct.
Regards,
--
Nicolas Goaziou