ox-html: Fix infojs integration
commit3049f1c75fc361ddcdb68faaef35acc8330a89f2
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 1 Mar 2013 22:14:30 +0000 (1 23:14 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 1 Mar 2013 22:14:30 +0000 (1 23:14 +0100)
tree6e6169a5b5da586e24e7b7146e8903e206857dd7
parentc299c109bb108a4be71e889b74c2d9b41a3f631b
ox-html: Fix infojs integration

* lisp/ox-html.el (html): Add infojs installation script in options
  filter.
(org-html-infojs-install-script): Remove check for back-end as we can
safely assume the function will be called from `html' back-end or one
of its derivative.

`org-export-filter-*-functions' are user oriented. Developer filters
should be installed in back-end definition.
lisp/ox-html.el