ox: Implement `org-export-table-row-in-header-p'
commitd47f66d6d06407eb9022afe9e44dc20df7266487
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 Aug 2014 13:05:52 +0000 (26 15:05 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 26 Aug 2014 13:05:52 +0000 (26 15:05 +0200)
tree1ede6cd25e8b718152504ffb41614a6fe2f0242a
parent81906c52ae81e8540df464870a709452eaf8d84b
ox: Implement `org-export-table-row-in-header-p'

* lisp/ox.el (org-export-table-row-in-header-p): New function.
(org-export-table-row-starts-header-p,
org-export-table-row-ends-header-p): Use new function.

* testing/lisp/test-ox.el (test-org-export/table-row-in-header-p): New
  test.
lisp/ox.el
testing/lisp/test-ox.el