ox: Change meaning of `org-export-with-\(table\|fixed-width\)
commitd361f465e9477d69030735fe1ebc33f2eab599b0
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 5 Jan 2014 00:13:54 +0000 (5 01:13 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 5 Jan 2014 22:07:13 +0000 (5 23:07 +0100)
tree3a76098b05ccc5bc27abeb0a65d1035c35133c68
parente4a013fcf30717c2fc206aab0fbe59db34cc8c96
ox: Change meaning of `org-export-with-\(table\|fixed-width\)

* lisp/ox.el (org-export-with-fixed-width, org-export-with-tables):
  Change docstring to reflect new meaning.
(org-export--skip-p): Completely ignore tables and fixed-width areas
if appropriate option is nil.
* testing/lisp/test-ox.el (test-org-export/handle-options): Add tests.
lisp/ox.el
testing/lisp/test-ox.el