From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [BUG] unescaped second & in latex Date: Wed, 3 Mar 2010 13:01:18 +0100 Message-ID: <6DCF8F23-7C0A-4797-8245-D31ADFF3FDC6@gmail.com> References: <87d3zl7lwa.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmnGb-0007fC-Me for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:01:29 -0500 Received: from [140.186.70.92] (port=57836 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmnGZ-0007eo-By for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:01:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmnGY-00021u-S0 for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:01:27 -0500 Received: from mail-ew0-f222.google.com ([209.85.219.222]:51987) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmnGY-00021n-Mi for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 07:01:26 -0500 Received: by ewy22 with SMTP id 22so989653ewy.26 for ; Wed, 03 Mar 2010 04:01:25 -0800 (PST) In-Reply-To: <87d3zl7lwa.fsf@dasa3.iem.pw.edu.pl> 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: =?UTF-8?Q?=C5=81ukasz_Stelmach?= Cc: emacs-orgmode@gnu.org Hi Lukasz, I have tried to fix this. A single ^ must be escaped with \^, because ^ is used for superscripts. Also, if you are writing about programmin, you should always write =20 code examples in an example or src block, or in =3D...=3D, like The =3D&&=3D operator ....... - Carsten On Mar 3, 2010, at 11:13 AM, =C5=81ukasz Stelmach wrote: > Hello. > > I've create some presentation on programming (some more to do) and =20 > to my > surprise I've discovered that if org-mode escapes one "&" properly it > doesn't do its job in case of "&&" (and a single "^" too). I get "\&&" > in latex file which of course is wrong. > > --=20 > Mi=C5=82ego dnia, > =C5=81ukasz Stelmach > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten