From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: alternating row colours in HTML export: org-table-row-tags with new exporter? Date: Tue, 26 Mar 2013 23:20:07 +0100 Message-ID: References: <1F5CE39E-9BD5-47EE-AF18-040ADA6376FC@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKcCe-000319-24 for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 18:18:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKcCd-0000Wy-3Z for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 18:18:47 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:43704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKcCc-0000WM-U0 for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 18:18:47 -0400 In-reply-to: <1F5CE39E-9BD5-47EE-AF18-040ADA6376FC@nf.mpg.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Stefan Vollmar Cc: Org Mode Mailing List 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 > (cons '(if head > "" > (if (= (mod nline 2) 1) > "" > "")) > "")) > > 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