ox: Remove filter associated to comments
commit0ac26737f0c0cdc990388d6075b999adb4d4eebe
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Mar 2015 09:35:26 +0000 (28 10:35 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 28 Mar 2015 09:45:36 +0000 (28 10:45 +0100)
tree60a51dd963ab346b5e42c49fa59851d9529112c6
parent69dd4301ab7aeb581968f1c7e75167338d024c8f
ox: Remove filter associated to comments

* lisp/ox.el (org-export-filters-alist): Remove reference to comment
  filters.
(org-export-filter-comment-functions,
org-export-filter-comment-block-functions): Remove variables.

* doc/org.texi (Advanced configuration): Remove reference to comment
  filters.

* etc/ORG-NEWS: Signal removal.

Comments are removed before parsing the buffer.  As a consequence,
filters are never called.
doc/org.texi
etc/ORG-NEWS
lisp/ox.el