From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Re: Insert ampersand in HTML export? Date: Tue, 22 Feb 2011 11:28:51 -0500 Message-ID: <10700.5252888941$1298392225@news.gmane.org> References: <20110210152542.26383056amscopub-mail@yahoo.com@dove.localdomain> <20110211114831.2a53a9ffamscopub-mail@yahoo.com@dove.localdomain> <874o89tmwf.fsf@altern.org> <8623B408-3E2C-4BC2-BF7B-179A7C295A17@gmail.com> <871v3dp97c.fsf@gnu.org> <20110212155103.16e82a76uriavalos@yahoo.com@dove.localdomain> <87aai0pafe.fsf@gnu.org> <20110213135347.58c0c882uriavalos@yahoo.com@dove.localdomain> <8762snjvzi.fsf@altern.org> <20110216215007.51a0a126uriavalos@yahoo.com@dove.localdomain> <8762sjpcl1.fsf@gnu.org> <20110217134138.059f9051amscopub-mail@yahoo.com@dove.localdomain> <4079.1297979862@alphaville> <87oc69g1cb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52614 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Prv6n-0002bY-IG for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 11:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Prv6j-0003T4-QV for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 11:29:02 -0500 Received: from smtp105.prem.mail.ac4.yahoo.com ([76.13.13.44]:30172) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Prv6j-0003Sx-Md for emacs-orgmode@gnu.org; Tue, 22 Feb 2011 11:29:01 -0500 In-Reply-To: <87oc69g1cb.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org On Fri, 18 Feb 2011 10:04:52 +0100 Bastien wrote: > Nick Dokos writes: >=20 > > #+BIND: org-export-html-protect-char-alist (("&" . "&")) >=20 > Yes, no quote needed. Thanks Nick for correcting me. >=20 > --=20 > Bastien Also I found a bug in that version of org-mode. How do I report it or should I report it because it's a development version? There seems to be a problem with the escape character @. Anytime the preceding character is *NOT* a white space (including non-breaking space), the export breaks.=20 This wasn't a problem before in 7.3. In 7.3, this code exports fine: point=A0@A@ ^ | non-breaking space It exports to: point A In the development version, that code snippet exports to: point @<i>A not at all what's intended....