From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Insert ampersand in HTML export? Date: Thu, 10 Feb 2011 15:25:42 -0500 Message-ID: <34135.6764933609$1297369695@news.gmane.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=51230 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnd5V-0004U4-AM for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 15:26:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnd5U-0004Z3-7M for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 15:26:01 -0500 Received: from smtp101.prem.mail.ac4.yahoo.com ([76.13.13.40]:20802) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pnd5U-0004Ye-3R for emacs-orgmode@gnu.org; Thu, 10 Feb 2011 15:26:00 -0500 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 How do you insert the actual & character in an HTML export? I'm trying to write a macro to insert a MATHML snippet but org-mode converts & to &. How can I prevent that behavior?