Hi Nicolas, Are there any news on this? I was just trying to accomplish the same thing (get \midrule instead of \hline in a LaTeX orgtbl), but adding :booktabs t seems to not be enough.

Best,

Jorge.

On [2013-12-01 Sun 10:18], Nicolas Goaziou wrote:

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,

Reply via email to