ox: Fix 88457acff411eca9b32c04b4bc100ef094a23c5c
commita0ac1344fccc391abda4e5f5088a399e511b3607
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 12 Oct 2014 20:47:48 +0000 (12 22:47 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 12 Oct 2014 20:53:01 +0000 (12 22:53 +0200)
treea1244554aa56bc5055d4b6a8b5de4fe1ca4a286f
parent9c3d22f86449d284efd5126254e4c76e43c09f48
ox: Fix 88457acff411eca9b32c04b4bc100ef094a23c5c

* lisp/ox.el (org-export-async-start): Limit first argument to lambda
  expressions.
* lisp/ox-publish.el (org-publish, org-publish-all,
  org-publish-current-file): Replace `ignore', per limit stated above.

Due to a hack allowing to provide quasi-quoted lambda expressions,
symbols are not allowed as result handler.  This limitation is not
much of a problem as `org-export-async-start' is only meant to be used
internally.
lisp/ox-publish.el
lisp/ox.el