Re: texinfo export has no targets for src blocks

2024-12-23 Thread Ihor Radchenko
"Fraga, Eric" writes: > Response below/inline for email Ihor Radchenko wrote: >> (original email sent 23 Dec 2024 at 15:10) >> >> Thanks for reporting! >> I tried to add support for #+name'd elements in ox-texinfo. >> See the attached patch. > > Seems to work fine, at least for both the minimal

Re: texinfo export has no targets for src blocks

2024-12-23 Thread Fraga, Eric
Response below/inline for email Ihor Radchenko wrote: > (original email sent 23 Dec 2024 at 15:10) > > Thanks for reporting! > I tried to add support for #+name'd elements in ox-texinfo. > See the attached patch. Seems to work fine, at least for both the minimal test and my long document. Thank

Re: texinfo export has no targets for src blocks

2024-12-23 Thread Ihor Radchenko
"Fraga, Eric" writes: > but also happen to have a code block > > #+name: model > #+begin_src ... > > exporting to texinfo, asking to refer to [[model]], creates a reference > to an non-existing target ("model") because (a) org appears to assume > that you wish to reference the src block, not the

texinfo export has no targets for src blocks

2024-12-14 Thread Fraga, Eric
Hello all, Just a heads up as I spent some time debugging a problem with export to texinfo. If you have a heading, say ** The model <> but also happen to have a code block #+name: model #+begin_src ... exporting to texinfo, asking to refer to [[model]], creates a reference to an non-existing