Hello,

Oleh Krehel <ohwoeo...@gmail.com> 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

Reply via email to