Re: [BUG] Texinfo: Commas in URL text are not escaped

2024-10-28 Thread Ihor Radchenko
Jonas Bernoulli writes: >> * lisp/ox-texinfo.el (org-texinfo--sanitize-content): Sanitize commas >> everywhere to make sure that we do not end up with text commas being >> interpreted as argument separator in @command{arg1, arg2, ...}. This >> approach will produce @comma{} even when it is not n

Re: [BUG] Texinfo: Commas in URL text are not escaped

2024-10-27 Thread Jonas Bernoulli
Ihor Radchenko writes: > 8dcc <8dcc@gmail.com> writes: > >> When exported to Texinfo using `org-texinfo-export-to-texinfo', >> generates the following file: >> >> ... >> @uref{https://example.com, Foo} >> >> @uref{https://example.com, Foo, Bar} >> ... >> >> The comma on the text of th

Re: [BUG] Texinfo: Commas in URL text are not escaped

2024-10-19 Thread Ihor Radchenko
8dcc <8dcc@gmail.com> writes: > When exported to Texinfo using `org-texinfo-export-to-texinfo', > generates the following file: > > ... > @uref{https://example.com, Foo} > > @uref{https://example.com, Foo, Bar} > ... > > The comma on the text of the second URL is being interpreted by T

[BUG] Texinfo: Commas in URL text are not escaped

2024-10-09 Thread 8dcc
Hello, The following Org file: [[https://example.com][Foo]] [[https://example.com][Foo, Bar]] When exported to Texinfo using `org-texinfo-export-to-texinfo', generates the following file: ... @uref{https://example.com, Foo} @uref{https://example.com, Foo, Bar} ... The comma on th