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: Bastien
Subject: Re: [O] Problem with code blocks and new exporter
Date: Thu, 28 Feb 2013 00:31:35 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

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]