From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Re: Problem with code blocks and new exporter Date: Thu, 28 Feb 2013 03:02:41 +0000 Message-ID: References: <87obf5mizs.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAtlc-0001bf-8k for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 22:02:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAtlb-0005aR-6B for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 22:02:44 -0500 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:12010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAtlb-0005aM-0O for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 22:02:43 -0500 In-Reply-To: <87obf5mizs.fsf@bzg.ath.cx> Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: "emacs-orgmode@gnu.org" I thought I was probably being stupid. Thanks! -----Original Message----- From: Bastien Guerry [mailto:bastienguerry@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 writes: > Code snippet: > > #+begin_src python > a =3D 5 > #+end_src python ^^^^^^ You don't need this. Use this: #+begin_src python a =3D 5 #+end_src --=20 Bastien