> Nick Dokos <[email protected]> writes:
> Rearranging like this seems to work:
> #+ORGTBL: SEND test orgtbl-to-latex :lend "\\\\ \\hline" :environment
tabular
> |--------+-----+-----+-----+-----+-----+-----+-----+-----|
> | Name | E1a | E1b | E1c | E1d | E2a | E2b | E2c | Res |
> | / | <> | | | | | | | |
> |--------+-----+-----+-----+-----+-----+-----+-----+-----|
> | Brauer | 25 | 20 | 10 | 10 | 30 | 10 | 10 | 115 |
> | Smith | 10 | 30 | | | | | | 40 |
> #+TBLFM: $9=$2+$3+$4+$5+$6+$7+$8
Cool thanks very much.