Export: Remove table rows that only contain width and alignment markers
commitf88f4fc4fb5f6eac898ae42fce3f15b707f01361
authorCarsten Dominik <carsten.dominik@gmail.com>
Fri, 28 Aug 2009 07:15:52 +0000 (28 09:15 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Fri, 28 Aug 2009 07:18:41 +0000 (28 09:18 +0200)
treef8baf94a81fa8e103923b70d1b4390d4902895b8
parent10d59f78bbbfd8749406758d589e4696486d21cc
Export: Remove table rows that only contain width and alignment markers

The width and alignment in table columns can be set with a cookie like
"<10>" or "<r>" or "<r10>".  In order to keep Org from exporting such
lines, the first column of a line can contain only "/".  However, for
convenience, this commit implements a special case:  If the entire row
contains only sch markers, the line will automatically be discarded
during export.
doc/org.texi
lisp/org-exp.el