I thought I was probably being stupid. Thanks!

-----Original Message-----
From: Bastien Guerry [mailto:bastiengue...@gmail.com] On Behalf Of Bastien
Sent: Wednesday, February 27, 2013 3:32 PM
To: Richard Stanton
Cc: emacs-orgmode@gnu.org
Subject: Re: Problem with code blocks and new exporter

Hi Richard,

Richard Stanton <stan...@haas.berkeley.edu> writes:

> Code snippet:
>
> #+begin_src python
> a = 5
> #+end_src python
            ^^^^^^

You don't need this.  Use this:

#+begin_src python
a = 5
#+end_src

-- 
 Bastien

Reply via email to