Hi,

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

Perhaps I'm misunderstanding how a parsed keyword is supposed to do...

Thanks,
Rasmus

-- 
And I faced endless streams of vendor-approved Ikea furniture. . .


Reply via email to