Re: Fixing the automatic generation of Tex info node names

2022-05-04 Thread TRS-80
Philip Kaludercic writes: > Ihor Radchenko writes: > >> Philip Kaludercic writes: >> >>> For some reason ox-texinfo removes periods from node names. It seems >>> this is not necessary as info can render these files without any issues, >>> and in certain cases not intended (e.g. I had a node na

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Ihor Radchenko
Philip Kaludercic writes: > Would you happen to know what the issue is? As I said, the documents > appear to render just as expected in my case, but it might just be due > to the version or because I didn't hit some specific edge-case. The link I shared is all I know. Apparently, using some sym

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Philip Kaludercic
Ihor Radchenko writes: > Philip Kaludercic writes: > >> For some reason ox-texinfo removes periods from node names. It seems >> this is not necessary as info can render these files without any issues, >> and in certain cases not intended (e.g. I had a node named "Emacs 28.1" >> and it was abbre

Re: Fixing the automatic generation of Tex info node names

2022-04-19 Thread Ihor Radchenko
Philip Kaludercic writes: > For some reason ox-texinfo removes periods from node names. It seems > this is not necessary as info can render these files without any issues, > and in certain cases not intended (e.g. I had a node named "Emacs 28.1" > and it was abbreviated to "Emacs 281"). Accordi

Fixing the automatic generation of Tex info node names

2022-04-19 Thread Philip Kaludercic
For some reason ox-texinfo removes periods from node names. It seems this is not necessary as info can render these files without any issues, and in certain cases not intended (e.g. I had a node named "Emacs 28.1" and it was abbreviated to "Emacs 281"). This patch should resolve the issue: >Fro