emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Insert ampersand in HTML export?


From: Bastien
Subject: Re: [Orgmode] Insert ampersand in HTML export?
Date: Thu, 17 Feb 2011 04:24:58 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi uriel,

Uriel Avalos <address@hidden> writes:

> #+BIND: org-export-html-protect-char-alist '("&" . "&")
>
> That's telling me I'm using the "wrong type argument: listp, quote"

It must be this:

#+BIND: org-export-html-protect-char-alist '(("&" . "&"))

The "-alist" suffix means it should be an alist -- see the Info node for
Association lists in the Elisp manual.

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]