Aloha all,

Has anyone configured the listings package to recognize org source code blocks?

On LaTeX export, I get this:

\lstset{language=org}

org-buffer-color() $\equiv$ 
\begin{lstlisting}
#+LaTeX_CLASS_OPTIONS: [color]
\end{lstlisting}

The listings package throws an error when it sees language=org.  It does just fine with source code blocks in other languages.

All the best,
Tom