From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: problem with export of verbatim code Date: Thu, 17 Dec 2009 09:34:04 +0000 Message-ID: <874onqosfn.wl%ucecesf@ucl.ac.uk> References: <878wdl7m2e.wl%ucecesf@ucl.ac.uk> <3FAF492A-FC25-4BF9-9A6A-6F64EE9E7272@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLCka-0004UY-3z for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 04:34:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLCkU-0004Sk-Rl for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 04:34:23 -0500 Received: from [199.232.76.173] (port=44449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLCkU-0004Sd-J7 for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 04:34:18 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:33373) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NLCkU-0003OH-82 for emacs-orgmode@gnu.org; Thu, 17 Dec 2009 04:34:18 -0500 In-Reply-To: <3FAF492A-FC25-4BF9-9A6A-6F64EE9E7272@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: org-mode mailing list At Thu, 17 Dec 2009 00:17:22 +0100, Carsten Dominik wrote: > > Hi Eric, > > thanks for the bug report, this is now fixed. > > - Carsten > > On Dec 2, 2009, at 10:38 AM, Eric S Fraga wrote: > > > Hello, > > > > the attached files illustrate a bug in the export of verbatim code to > > LaTeX that replaces a sequence of [[xxxxx]] with > > [[section-label][xxxxx]]. Actually, this happens when exporting to > > html as well so it may be a generic problem. Thanks Carsten! Much appreciated.