I thought I was probably being stupid. Thanks! -----Original Message----- From: Bastien Guerry [mailto:[email protected]] On Behalf Of Bastien Sent: Wednesday, February 27, 2013 3:32 PM To: Richard Stanton Cc: [email protected] Subject: Re: Problem with code blocks and new exporter
Hi Richard, Richard Stanton <[email protected]> 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
