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: Uriel Avalos
Subject: Re: [Orgmode] Insert ampersand in HTML export?
Date: Thu, 17 Feb 2011 13:41:38 -0500

On Thu, 17 Feb 2011 04:24:58 +0100
Bastien <address@hidden> wrote:

> 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
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Nope. It still doesn't work. This is my test file:

   #+BIND: org-export-html-protect-char-alist '(("&" . "&"))
   #+MACRO test & should stay as is

   Hello world & 

I get the same error when I try to export: "wrong type argument: listp, quote"



reply via email to

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