Hello,

Benjamin Slade <sl...@jnanam.net> 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