[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [bug, ox-latex] Parsed keywords and export with subscript
From: |
Nicolas Goaziou |
Subject: |
Re: [O] [bug, ox-latex] Parsed keywords and export with subscript |
Date: |
Tue, 14 Mar 2017 18:15:35 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
Rasmus <address@hidden> 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