Re: [O] alternating row colours in HTML export: org-table-row-tags with new exporter?

2013-03-26 Thread Stefan Vollmar
Dear Christian, On 26.03.2013, at 23:20, Christian Moe wrote: > The variable has been renamed org-html-table-row-tags. > > I think the general rule is, if you had org- working for export and > can't find it, try org--. sorry - I should have been able to work that out myself: I have come across

Re: [O] alternating row colours in HTML export: org-table-row-tags with new exporter?

2013-03-26 Thread Christian Moe
Hi, The variable has been renamed org-html-table-row-tags. I think the general rule is, if you had org- working for export and can't find it, try org--. Yours, Christian Stefan Vollmar writes: > Hallo, > > when exporting tables to HTML we used this function: > > (setq org-table-row-tags >

[O] alternating row colours in HTML export: org-table-row-tags with new exporter?

2013-03-26 Thread Stefan Vollmar
Hallo, when exporting tables to HTML we used this function: (setq org-table-row-tags (cons '(if head "" (if (= (mod nline 2) 1) "" ""))