emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [bug, ox-latex] Parsed keywords and export with subscript


From: Rasmus
Subject: [O] [bug, ox-latex] Parsed keywords and export with subscript
Date: Tue, 14 Mar 2017 11:05:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]