emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] new(ish) behaviour wrt to {s & }s


From: Nicolas Goaziou
Subject: Re: [O] new(ish) behaviour wrt to {s & }s
Date: Sun, 02 Feb 2014 08:55:16 +0100

Hello,

Benjamin Slade <address@hidden> writes:

> At some point orgmode has started escaping {s and }s which I don't want
> to be escaped on conversion to LaTeX. For example when I put in orgmode
> \textsubscript{some subscript}, I get out in the .tex file
> \textsubscript\{some subsubscript}. Likewise with a user-defined
> function like \Bracketed{...}.

Org doesn't support full LaTeX syntax. If you want to insert raw LaTeX,
you need to use specific markup, for example an export snippet:

  @@latex:\textsubscript{some subsubscript}@@

> Is there a flag/option I can use to tell orgmode to *never* escape my {s
> and }s on export to LaTeX?

No. But you could write a filter to do so, see:

  (info "(org) Advanced configuration").


Regards,

-- 
Nicolas Goaziou



reply via email to

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