From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Stanton Subject: Problem with code blocks and new exporter Date: Wed, 27 Feb 2013 22:30:22 +0000 Message-ID: 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]:58583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UApWQ-0003Lb-4w for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 17:30:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UApWD-0001RP-Vj for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 17:30:40 -0500 Received: from gateway-b.haas.berkeley.edu ([128.32.222.40]:32011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UApWD-0001OL-P7 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 17:30:33 -0500 Content-Language: en-US Content-ID: <6AA9CEA75EA686448EE049760F1D6C60@campus.berkeley.edu> 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: "emacs-orgmode@gnu.org" I'm having trouble exporting code blocks with the new exporter. I'm sure I've missed something obvious, but can anyone tell me why the following file doesn't work exporting to LaTeX or HTML? ----------- Code snippet: #+begin_src python a =3D 5 #+end_src python ------------ When I export this, I don't get a code block displayed. Instead, I get a single line that includes the text "#+begin_src", which is not what I wanted (or what I was expecting). What am I doing wrong...? Thanks very much. Richard Stanton