Hello all,
I would like to have some text in color when I export my org document to latex.
I tried this:
...
#+latex_header: \usepackage{color}
\textcolor{red}{Text I want in red}
...
But, this is producing
...
\usepackage{color}
\textcolor{red}\{Text I want in red\} in the exported latex document.
...
How can I properly export the org file to latex and still have colored text. How can I escape braces '{'?
Best regards,
Chai