Re: [PATCH] ox-texinfo: Support links in headings

2024-09-16 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> I tried to run make test and your new test fails: [...] > > Yup, `4829bacff', which you merged in the meantime, broke the test, as > it changed how `@ref's are generated. > >> May you please fix this and also rebase the patch onto the latest

Re: [PATCH] ox-texinfo: Support links in headings

2024-09-15 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I tried to run make test and your new test fails: [...] Yup, `4829bacff', which you merged in the meantime, broke the test, as it changed how `@ref's are generated. > May you please fix this and also rebase the patch onto the latest main? Rebased. Rudy >From 56ff9d12

Re: [PATCH] ox-texinfo: Support links in headings

2024-09-15 Thread Ihor Radchenko
Rudolf Adamkovič writes: > From: Rudolf Adamkovic > > * etc/ORG-NEWS (Texinfo exporter now supports links in headings): > Announce the new feature. > * lisp/ox-texinfo.el: (org-texinfo--format-entries, > org-texinfo--get-node, org-texinfo--sanitize-title-reference, > org-texinfo--sanitize-title)