Hello, Rasmus <[email protected]> writes:
> It would seem that parse doesn't behave correctly when
> org-export-with-sub-superscripts is turned off via #+options.
>
> Example:
>
> #+options: ^:nil
> #+date: a_b
>
> * test
> a_b
>
> Exported result with ox-latex:
>
> %% ...
> \date{a\(\_b\)}
> %% ...
> \section{test}
> a\_b
> %% ...
>
> Expected result
>
> %% ...
> \date{a\_b}
> %% ...
> \section{test}
> a\_b
> %% ...
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
