Hello,

Сергей Дорофеенко <sdor...@gmail.com> writes:

>  The command
>
>  \marginnote{$A_{BC}$}
>
>  will be exported to LaTeX as
>
>  \marginnote\{\(A_{BC}\)\}
>
>  while expected
>
>  \marginnote{\(A_{BC}\)}
>
> However, if don't use nested {}, it will be exported as expected.

This is not a bug. Org doesn't handle the full LaTeX syntax. For
complicated constructs, like nested ones, you need to use specific
syntax, e.g.,

  @@latex:\marginnote{$A_{BC}$}@@

Regards,

-- 
Nicolas Goaziou

Reply via email to