ox-texinfo: Fix table export
commit3b1d2811a8f0ba0ba1ba7c52530eb26de80d04cc
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 4 Aug 2014 13:03:29 +0000 (4 15:03 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 6 Aug 2014 22:01:18 +0000 (7 00:01 +0200)
treea4405ad1d056306f68448d14d8890221e5cce1e4
parentbeed9cbe63e3b601530b5d0787397cab795274cf
ox-texinfo: Fix table export

* lisp/ox-texinfo.el (org-texinfo-table): Remove reference to
  "verbatim" attribute.  Handle table.el tables.  Tiny refactoring.
(org-texinfo-table--org-table, org-texinfo-table--table.el-table):
Remove functions.
(org-texinfo-table-column-widths): Indent code correctly.  Ignore
special column, if any.  Add a comment about the limitation on the
width computation.
(org-texinfo-table-row): Small refactoring.
lisp/ox-texinfo.el