Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
Nicolas Goaziou writes: > Oleh Krehel writes: > >> It's not: I'm getting this in my Firefox address bar if I click the link: >> >> testorg.html#orgheadline1 > > What link? There is no link in your example. The link to the headline in the table of contents. > The code generated for headline

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Nicolas Goaziou
Oleh Krehel writes: > It's not: I'm getting this in my Firefox address bar if I click the link: > > testorg.html#orgheadline1 What link? There is no link in your example. The code generated for headlines is correct. However, links indeed target internal reference instead of custom ID. I cha

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-10 Thread Oleh Krehel
Hi Nicolas, Thanks for helping. Nicolas Goaziou writes: > The following buffer > > * Headline > :PROPERTIES: > :CUSTOM_ID: my-id > :END: > > > exports as > > >class="section-number-2">1 Headline > > > I'm getting the same behavior. > It looks correct. It's not: I'm getting

Re: [O] CUSTOM_ID doesn't work for HTML export on Org trunk

2015-06-09 Thread Nicolas Goaziou
Hello, Oleh Krehel 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