Re: [O] Exporting in html with numeric references to headlines

2019-07-16 Thread Bruno Barbier
Hi Shérab, Shérab writes: > Dear Bruno and Nick, > > Many thanks to both of you for having taken the time to respond to my > question. > > Actually, my initial problem was in a larger document. There the links > didn't work but I now think it was because I did something wrong. When > writing t

Re: [O] Exporting in html with numeric references to headlines

2019-07-15 Thread Shérab
Dear Bruno and Nick, Many thanks to both of you for having taken the time to respond to my question. Actually, my initial problem was in a larger document. There the links didn't work but I now think it was because I did something wrong. When writing to the list I wrote the toy example I sent and

Re: [O] Exporting in html with numeric references to headlines

2019-07-15 Thread Nick Dokos
Shérab writes: > Dear all, > > Assume the following document: > > === > > #+title: test1 > > * Introduction > > Monads will be explained in chapter [[#monads]] > > * Monads > :PROPERTIES: > :CUSTOM_ID: monads > :END: > > Welcome to the monads chapter. > > === > > When I export this to html,

Re: [O] Exporting in html with numeric references to headlines

2019-07-15 Thread Bruno Barbier
Hi Shérab, Shérab writes: > Dear all, > > Assume the following document: > > === > > #+title: test1 > > * Introduction > > Monads will be explained in chapter [[#monads]] > > * Monads > :PROPERTIES: > :CUSTOM_ID: monads > :END: > > Welcome to the monads chapter. > > === > > When I export

[O] Exporting in html with numeric references to headlines

2019-07-15 Thread Shérab
Dear all, Assume the following document: === #+title: test1 * Introduction Monads will be explained in chapter [[#monads]] * Monads :PROPERTIES: :CUSTOM_ID: monads :END: Welcome to the monads chapter. === When I export this to html, the paragraph in the introduction says: Monads wil