Re: Underscores in "Function:" items

2024-10-26 Thread Ihor Radchenko
8dcc <8dcc@gmail.com> writes: > When exporting the following Org file to Texinfo: > > - Function: foo_bar arg :: > Contents. > > The part after the underscore is completely skipped: > > @defun foo > Contents. > @end defun Fixed, on main. https://git.savannah.gnu.org/cgit

Underscores in "Function:" items

2024-10-22 Thread 8dcc
Hello, When exporting the following Org file to Texinfo: - Function: foo_bar arg :: Contents. The part after the underscore is completely skipped: @defun foo Contents. @end defun And, if I export it to HTML, the `bar' part is shown as a subscript, and I don't know if it's