From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Insert ampersand in HTML export? Date: Sat, 12 Feb 2011 15:08:08 +0100 Message-ID: <8623B408-3E2C-4BC2-BF7B-179A7C295A17@gmail.com> References: <20110210152542.26383056amscopub-mail@yahoo.com@dove.localdomain> <20110211114831.2a53a9ffamscopub-mail@yahoo.com@dove.localdomain> <874o89tmwf.fsf@altern.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoG93-0002Aa-Sd for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 09:08:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoG92-00064x-KH for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 09:08:17 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:39162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoG92-00064t-9b for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 09:08:16 -0500 Received: by bwz16 with SMTP id 16so4048762bwz.0 for ; Sat, 12 Feb 2011 06:08:15 -0800 (PST) In-Reply-To: <874o89tmwf.fsf@altern.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 On Feb 12, 2011, at 12:51 PM, Bastien wrote: > 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. Can't we just use =&= or something like this? - Carsten > > You can set this variable per buffer through #+BIND. > > HTH, > > -- > Bastien