From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Iverson Subject: Re: Escaping Square Brackets in LaTeX Export Date: Thu, 01 Sep 2011 07:07:36 -0500 Message-ID: <4E5F7588.6030001@ccbr.umn.edu> References: <87mxeowlmj.wl%richard.lewis@gold.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz5xk-00071F-7s for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 08:01:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz5xe-0003rl-Bt for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 08:01:40 -0400 Received: from pegasus.biostat.wisc.edu ([144.92.73.35]:42722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz5xd-0003pu-ON for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 08:01:33 -0400 In-Reply-To: <87mxeowlmj.wl%richard.lewis@gold.ac.uk> 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 Lewis Cc: emacs-orgmode@gnu.org Richard, On 09/01/2011 06:24 AM, Richard Lewis wrote: > I want to include the following in an org-mode buffer and be able to > export it to LaTeX: > > #+begin_src python :exports code > s[0] > #+end_src This works for me with both python and R code blocks on the latest version pulled from git. Which version of org-mode are you experiencing this with? --Erik