From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan Schmitt" Subject: Invalid read syntax "#"? Date: Fri, 27 Jan 2012 14:07:54 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqlX8-0001Xk-Nt for emacs-orgmode@gnu.org; Fri, 27 Jan 2012 08:08:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqlX4-00015N-KV for emacs-orgmode@gnu.org; Fri, 27 Jan 2012 08:08:02 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:18178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqlX4-00015B-FX for emacs-orgmode@gnu.org; Fri, 27 Jan 2012 08:07:58 -0500 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: Org Mode List Hello, I'm trying this example to export nicely formatted code in LaTeX: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-3 Unfortunately it fails with an error 'Invalid read syntax "#"'. If I delete the second code block (the python one), it works. Is there something wrong in the example or in my setup (org-mode from yesterday's git, Aquamacs 3 from two days ago, Pygments easy-installed today)? Thanks, Alan