emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: listing org source blocks in LaTeX


From: Eric Schulte
Subject: Re: [Orgmode] Re: listing org source blocks in LaTeX
Date: Fri, 24 Sep 2010 09:26:16 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux)

>>
>> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]