Implement a cleaner way to install back-end specific filters in new exporter
commit432c3d60c6a16db29c38a854e38bc3bfb8f522d1
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 13 Feb 2012 12:50:28 +0000 (13 13:50 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 13 Feb 2012 12:51:22 +0000 (13 13:51 +0100)
tree65e79e05262c94f9b61e5a36d8326c0f03bbc9fd
parentd869973c9d09059be7c7023277e54e94216fa675
Implement a cleaner way to install back-end specific filters in new exporter

* contrib/lisp/org-export.el (org-export-filters-alist): New variable.
(org-export-install-filters): New function.
* EXPERIMENTAL/org-e-ascii.el (org-e-ascii-filters-alist): New variable.

Back-end specific filters can now be installed in communication
channel with `org-BACKEND-filters-alist' variable.
EXPERIMENTAL/org-e-ascii.el
contrib/lisp/org-export.el