From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uriel Avalos Subject: Re: Insert ampersand in HTML export? Date: Wed, 16 Feb 2011 21:50:07 -0500 Message-ID: <9935.89862850985$1297911092@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> <20110213135347.58c0c882uriavalos@yahoo.com@dove.localdomain> <8762snjvzi.fsf@altern.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=47463 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PptwY-0001Jv-PZ for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 21:50:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PptwX-0004EU-G6 for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 21:50:10 -0500 Received: from smtp104.prem.mail.ac4.yahoo.com ([76.13.13.43]:29850) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PptwX-0004EN-An for emacs-orgmode@gnu.org; Wed, 16 Feb 2011 21:50:09 -0500 In-Reply-To: <8762snjvzi.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-orgmode@gnu.org On Mon, 14 Feb 2011 01:04:16 +0100 Bastien wrote: > Uriel Avalos writes: > > > So this new variable is in the bleeding edge version of org-mode? > > Yes it is. > > > Will download and test. Thanks > > 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 Just installed the latest bleeding edge version of org. How do I set that variable using BIND? Recall, the goal is to export & to itself: #+BIND: org-export-html-protect-char-alist '("&" . "&") That's telling me I'm using the "wrong type argument: listp, quote"