From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Insert ampersand in HTML export? Date: Sat, 12 Feb 2011 12:51:25 +0100 Message-ID: <874o89tmwf.fsf@altern.org> References: <20110210152542.26383056amscopub-mail@yahoo.com@dove.localdomain> <20110211114831.2a53a9ffamscopub-mail@yahoo.com@dove.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=49656 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoFJM-00034s-Us for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoFJL-00024N-V1 for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:52 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:59893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoFJL-000249-Pe for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:51 -0500 Received: by bwz16 with SMTP id 16so4021061bwz.0 for ; Sat, 12 Feb 2011 05:14:50 -0800 (PST) In-Reply-To: <20110211114831.2a53a9ffamscopub-mail@yahoo.com@dove.localdomain> (Uriel Avalos's message of "Fri, 11 Feb 2011 11:48:31 -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: Uriel Avalos Cc: emacs , Carsten Dominik Uriel Avalos writes: > & gets incorrectly converted to & It's what's expected in most cases. But I added a new variable `org-export-html-protect-char-alist' to allow fine tuning of what characters should be HTML proected. You can set this variable per buffer through #+BIND. HTH, -- Bastien