Hello,

AW <alexander.will...@t-online.de> writes:

>>      #+ORGTBL: SEND salesfigures orgtbl-to-latex :splice t :skip 2 :booktabs 
>> t
>>      | Month | Days | Nr sold | per day |
>>      |
>>      |-------+------+---------+---------|
>>      |
>>      | Jan   |   23 |      55 |     2.4 |
>>      | Feb   |   21 |      16 |     0.8 |
>>      | March |   22 |     278 |    12.6 |
>>      |
>>      |-------+------+---------+---------|
>>      |
>>      | S:    |   66 |         |         |
>> 
>>      #+TBLFM: $4=$3/$2;%.1f::@5$2=vsum(@I..II)
>> 

>> The parameter ":booktabs t" would be new.

[...]

>> So would it be possible to implement the parameter ":booktabs t"
>> without much trouble?

I don't think :booktabs belong to #+ORGTBL keyword because it is not
specific to radio tables.

I have a half baked patch which allows to use export framework to handle
radio tables. I'll try to complete it by the end of the year and propose
it on the ML.

Since ox-latex supports booktabs extension, radio tables will logically
inherit that feature.


Regards,

-- 
Nicolas Goaziou

Reply via email to