From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Lewis Subject: Re: Escaping Square Brackets in LaTeX Export Date: Thu, 01 Sep 2011 16:44:43 +0100 Message-ID: <871uw0z2qc.wl%richard.lewis@gold.ac.uk> References: <87mxeowlmj.wl%richard.lewis@gold.ac.uk> <81pqjk5twv.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9Rn-0003rz-Bl for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 11:44:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qz9Rm-0006os-2M for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 11:44:55 -0400 Received: from sif.gold.ac.uk ([158.223.16.10]:52809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qz9Rl-0006nk-Rv for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 11:44:54 -0400 Received: from [158.223.51.88] (helo=fayrfax.doc.gold.ac.uk.gold.ac.uk) by sif.gold.ac.uk with esmtp id 1Qz9Rb-000485-89 for emacs-orgmode@gnu.org; Thu, 01 Sep 2011 16:44:43 +0100 In-Reply-To: <81pqjk5twv.fsf@gmail.com> 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 At Thu, 01 Sep 2011 17:58:00 +0530, Jambunathan K wrote: > > > The problem is that org-mode treats s[0] as a footnote reference and > > produces LaTeX like this: > > Make sure your Org version is NEWER than this post. > https://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00447.html > > From the above post > > ,---- > | Footnotes cannot live anymore in example, src, verse, latex, html and > | docbook blocks. > `---- Thanks for the pointer. It led me to discover that some of my org-mode libraries were coming from the Debian emacs package, and some from my git repository. So a site-specific problem. I've actually been caught out by this before, so no excuse really. Thanks, Richard