> > > > #+attr_latex: :environment tabulary :width \textwidth :align L|RRRRRR > > For the record, for simple ":align" strings, you can also use Org > syntax: > > | / | > | | | | | | | > | | <l> | <r> | <r> | <r> | <r> | <r> | <r> | > | | a | b | c | d | e | f | g | > > It is more intrusive, but it will (should) work in all back-ends. >
tabulary allows me to use L and R where the column contents are nicely wrapped. I do not know if this would work with align strings in the table. Also, my tables are created by babel source code blocks. I would have to hack that code to insert additional rows in the table. Am not sure if that is a good idea. Vikas