emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Orgtbl, Radiotables: ":booktabs t"


From: Nicolas Goaziou
Subject: Re: [O] Orgtbl, Radiotables: ":booktabs t"
Date: Sun, 01 Dec 2013 11:18:33 +0100

Hello,

AW <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]