emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Problem with code blocks and new exporter


From: Richard Stanton
Subject: Re: [O] Problem with code blocks and new exporter
Date: Thu, 28 Feb 2013 03:02:41 +0000

I thought I was probably being stupid. Thanks!

-----Original Message-----
From: Bastien Guerry [mailto:address@hidden On Behalf Of Bastien
Sent: Wednesday, February 27, 2013 3:32 PM
To: Richard Stanton
Cc: address@hidden
Subject: Re: Problem with code blocks and new exporter

Hi Richard,

Richard Stanton <address@hidden> 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

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