ox-publish: Fix index generation
commit8858e1ffef8f73b30919321a1f1c14e7e71b6805
authorNicolas Goaziou <n.goaziou@gmail.com>
Sat, 16 Feb 2013 17:44:22 +0000 (16 18:44 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sat, 16 Feb 2013 17:44:22 +0000 (16 18:44 +0100)
treec50222342e3b1abc9824298c12c30c90b31abfd6
parent48da6a46e0b9ccb090b38500b69620ef0945a979
ox-publish: Fix index generation

* lisp/ox.el (org-export-install-filters): Properly install filters
  send through ext-plist mechanism.
* lisp/ox-publish.el (org-publish-org-to): Small refactoring.
* lisp/ox-html.el (org-html-keyword): Remove INDEX keyword handling.
  ox-publish.el takes care of it already.
lisp/ox-html.el
lisp/ox-publish.el
lisp/ox.el