Christian Moe <[email protected]> writes:
> Panayotis Manganaris <[email protected]> writes:
>> I'm on org 9.7.11. I treat the 20250709 version of siunitx as a first
>> class citizen for all my documents. The macros \num, \qty, and \unit are
>> all protected during export but \ang is escaped. It is an org entity but
>> I have entities export disabled in this case.
>
> In this case, you will need to mark up the \ang as LaTeX. If it's part of a
> =#+LATEX:= line, a =#+BEGIN_EXPORT latex= block, or a
> =\begin{environmentname}= LaTeX environment, it will take care of
> itself. Otherwise, you can use this syntax:
>
> : A right angle is @@latex:\ang{90}@@ degrees.
PS. Sorry, I completely forgot the obvious solution that requires the
least keystrokes: just put it in a math environment.
: A right angle is \(\ang{90}\) degrees.
Yours,
Christian