Hi uriel,

Uriel Avalos <uriava...@yahoo.com> 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.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to