From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Insert ampersand in HTML export? Date: Sat, 12 Feb 2011 16:24:23 +0100 Message-ID: <871v3dp97c.fsf@gnu.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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47444 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoHKe-0006Y1-It for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 10:24:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoHKd-0005RR-9X for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 10:24:20 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:49092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoHKc-0005RA-OG for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 10:24:19 -0500 Received: by bwz16 with SMTP id 16so4091856bwz.0 for ; Sat, 12 Feb 2011 07:24:17 -0800 (PST) In-Reply-To: <8623B408-3E2C-4BC2-BF7B-179A7C295A17@gmail.com> (Carsten Dominik's message of "Sat, 12 Feb 2011 15:08:08 +0100") 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: Carsten Dominik Cc: emacs Hi Carsten, Carsten Dominik writes: >> 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? For now =&= will be exported as & Do you mean that everything within =...= should not go through `org-html-protect'? And if so, that org-export-html-protect-char-alist might not be necessary anymore? PS: Well, I thought about this but couldn't solve Uriel's problem this way... -- Bastien