>>
>> The listings package throws an error when it sees language=org.
>
> Normal. It is unknown... unluckily!
>

I've used the following for org-mode listings

--8<---------------cut here---------------start------------->8---
  \lstdefinelanguage{org}
  {
    morekeywords={:results, :session, :var, :noweb, :exports},
    sensitive=false,
    morecomment=[l]{\#},
    morestring=[b]",
  }
--8<---------------cut here---------------end--------------->8---

Best -- Eric

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to