Hi, The variable has been renamed org-html-table-row-tags.
I think the general rule is, if you had org-<foo> working for export and can't find it, try org-<backend>-<foo>. Yours, Christian Stefan Vollmar writes: > Hallo, > > when exporting tables to HTML we used this function: > > (setq org-table-row-tags > (cons '(if head > "<tr>" > (if (= (mod nline 2) 1) > "<tr class=\"tr-odd\">" > "<tr class=\"tr-even\">")) > "</tr>")) > > to assign different CSS-classes to alternating rows of a table. With a > suitable CSS file we were then able to assign different shades of gray to > these classes and thus create tables with improved readability (nice looking, > too). However, I did not find a corresponding option for the new exporter > with a very recent version (release_8.0-pre-193-gaa7b1). Is there a way to > achieve this goal? > > Many thanks in advance. > Warm regards, > Stefan