"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
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
"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
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