Hi Stefan,

Stefan Vollmar <voll...@nf.mpg.de> writes:

> should probably be:
>
> (setq org-html-table-row-tags
>       (cons '(cond (top-row-p "<tr class=\"tr-top\">")
>                    (bottom-row-p "<tr class=\"tr-bottom\">")
>                    (t "<tr>"))
>             "</tr>"))

Of course, you're right, I fixed this.

> This is already very useful. However, in addition to
> rowgroup-number, top-row-p and bottom-row-p it would be really
> helpful to have a row counter variable. Is this difficult to
> implement (I honestly tried but did not see an obvious way)?

I think it is non-trivial -- as least non-trivial enough so that I
can't do it at the moment, sorry.

-- 
 Bastien

Reply via email to