From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Re: Insert ampersand in HTML export? Date: Sun, 13 Feb 2011 13:53:47 -0500 Message-ID: <42073.0852908038$1297623277@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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Poh4x-0008Jd-QU for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 13:53:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Poh4w-0000PW-NX for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 13:53:51 -0500 Received: from smtp106.prem.mail.ac4.yahoo.com ([76.13.13.45]:26256) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Poh4w-0000PM-A0 for emacs-orgmode@gnu.org; Sun, 13 Feb 2011 13:53:50 -0500 In-Reply-To: <87aai0pafe.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: emacs-orgmode@gnu.org On Sun, 13 Feb 2011 10:10:13 +0100 Bastien wrote: > Hi Uriel, > > Uriel Avalos writes: > > > What about some type of escape character like \&? That way \& is > > exported as & instead of & or \$. Would that work? > > Handling escape characters is quite tricky, I'd better not go that way. > > > org-export-html-protect-char-alist may work in my case---the MATHML > > macros are in a seperate #+SETUPFILE. As long as this variable doesn't > > "bubble up" i.e., apply to the file that calls #+SETUPFILE, then it > > will work. > > Please tell me if it works. > > Thanks! > > -- > Bastien > > _______________________________________________ > 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 So this new variable is in the bleeding edge version of org-mode? Will download and test. Thanks