org-table.el: Add defcustoms for LaTeX export of table rules :tstart, :hline and...
commit549c498bb63bea582c375287cae6156b763f1222
authorniels giesen <niels.giesen@gmail.com>
Fri, 28 Oct 2011 22:09:46 +0000 (28 22:09 +0000)
committerBastien Guerry <bzg@altern.org>
Mon, 23 Apr 2012 11:23:36 +0000 (23 13:23 +0200)
treea1ebb38eca1dd542335d3b4eea68435c6a37b515
parentb1618e2d69799de7c75e7bf58036d9332bd2a5e9
org-table.el: Add defcustoms for LaTeX export of table rules :tstart, :hline and :tend

* org-table.el (orgtbl-to-generic): Add check for :skipheadrule.
When present, the :hline following the head will be skipped.  This is
necessary to avoid doubling of horizontal rules in LaTeX longtable
environments and consequent width problems.

* org-latex.el (org-export-latex-tables-tstart)
(org-export-latex-tables-hline)
(org-export-latex-tables-tend): New options.
(org-export-latex-tables): Use the new options.
lisp/org-latex.el
lisp/org-table.el