Re: HTML export uses anchor ids which change on every export

2021-06-09 Thread Nicolas Goaziou
Hello, Spencer Baugh writes: > Nicolas Goaziou writes: >> No, for public links, CUSTOM_ID is the only sane way to handle this. >> Even "sec-2" could betray you if you slightly modify the document. > > I understand and agree. However, "sec-2" is strictly better than the > current situation in te

Re: HTML export uses anchor ids which change on every export

2021-06-08 Thread Spencer Baugh
Nicolas Goaziou writes: > No, for public links, CUSTOM_ID is the only sane way to handle this. > Even "sec-2" could betray you if you slightly modify the document. I understand and agree. However, "sec-2" is strictly better than the current situation in terms of link stability: There are many doc

Re: HTML export uses anchor ids which change on every export

2021-05-30 Thread Nicolas Goaziou
Hello, Tim Cross writes: > Perhaps I misunderstood. My reading was that none of the proposed > approaches were complete enough (in the sense they either introduced > other issues or, while addressing some corner cases, made it much harder > to address others, broke or failed to cater for other w

Re: HTML export uses anchor ids which change on every export

2021-05-30 Thread Tim Cross
Timothy writes: > Tim Cross writes: > >> Timothy writes: >> >>> On this, would you have any interested in going back to that thread >>> about IDs generated based on the headings? IIRC it petered out more that >>> reached a conclusion. >> >> I thought the conclusion was that if you wanted link

Re: HTML export uses anchor ids which change on every export

2021-05-29 Thread Timothy
Tim Cross writes: > Timothy writes: > >> On this, would you have any interested in going back to that thread >> about IDs generated based on the headings? IIRC it petered out more that >> reached a conclusion. > > I thought the conclusion was that if you wanted link stability, use > publish ra

Re: HTML export uses anchor ids which change on every export

2021-05-29 Thread Tim Cross
Timothy writes: > Nicolas Goaziou writes: > >> No, for public links, CUSTOM_ID is the only sane way to handle this. >> Even "sec-2" could betray you if you slightly modify the document. > > Hi Nicolas, > > On this, would you have any interested in going back to that thread > about IDs generate

Re: HTML export uses anchor ids which change on every export

2021-05-29 Thread Timothy
Nicolas Goaziou writes: > No, for public links, CUSTOM_ID is the only sane way to handle this. > Even "sec-2" could betray you if you slightly modify the document. Hi Nicolas, On this, would you have any interested in going back to that thread about IDs generated based on the headings? IIRC i

Re: HTML export uses anchor ids which change on every export

2021-05-29 Thread Nicolas Goaziou
Hello, sba...@catern.com writes: > HTML export wraps headlines in anchor tags with IDs, so that they can be > linked by suffixing #[anchor-tag-ID] to the URL. > > HTML export used to use anchor IDs like "sec-2" for the second headline, > but at some point it switched to generated IDs like "org7ff

HTML export uses anchor ids which change on every export

2021-05-29 Thread sbaugh
HTML export wraps headlines in anchor tags with IDs, so that they can be linked by suffixing #[anchor-tag-ID] to the URL. HTML export used to use anchor IDs like "sec-2" for the second headline, but at some point it switched to generated IDs like "org7ffb324", which change on every re-export. T