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