ox: Remove `org-export-ignore-element'
commit6b450ce81c1c28105de0a4067fc8094faf603aa6
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 21 Jan 2015 23:11:35 +0000 (22 00:11 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 21 Jan 2015 23:11:35 +0000 (22 00:11 +0100)
tree5a075ae9837be87392fd825ad8c6321b9ea56e8c
parent2ca9222252f3f607b85d43167537ec075ef13b63
ox: Remove `org-export-ignore-element'

* lisp/ox.el (org-export-ignore-element): Remove function.
(org-export-collect-tree-properties): Do not assume users can
modify :ignore-list export property.

* testing/lisp/test-ox.el (test-org-export/user-ignore-list): Remove
  test.

:ignore-property is an implementation detail, which should not be
exposed to users.  Also, it is easier to simply remove the element to
ignore from the parse tree with `org-element-extract-element'.
lisp/ox.el
testing/lisp/test-ox.el