Is there a simpler way to export colored
text to LaTeX from org-mode than the way I'm currently doing it?
Here is how I do it today.
#+LATEX_HEADER: \usepackage{color}
#+BEGIN_LaTeX:
\begin{itemize}
{\color{red}
\item This is text in the first bullet
point.}
{\color{blue}
\item This is text in the first bullet
point.}
\end{itemize}
#+END_LaTeX
Best Regards,
Rick Starkovs
DISCLAIMER:
This e-mail contains proprietary information some or all of which may be legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail, please notify the author by replying to this e-mail. If you are not the intended recipient you must not use, disclose, distribute, copy, print, or rely on this e-mail.