From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Problem with code blocks and new exporter Date: Thu, 28 Feb 2013 00:31:35 +0100 Message-ID: <87obf5mizs.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49715) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAqTP-0003Tl-3f for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 18:31:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAqTN-0001Wi-4d for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 18:31:43 -0500 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:39015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAqTM-0001WI-U4 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 18:31:41 -0500 Received: by mail-wi0-f170.google.com with SMTP id hm11so8335545wib.5 for ; Wed, 27 Feb 2013 15:31:40 -0800 (PST) In-Reply-To: (Richard Stanton's message of "Wed, 27 Feb 2013 22:30:22 +0000") 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: Richard Stanton Cc: "emacs-orgmode@gnu.org" Hi Richard, Richard Stanton 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