From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [ox-html] bug in documentation of org-html-table-row-tags Date: Tue, 09 Apr 2013 19:40:22 +0200 Message-ID: <87d2u3ob5l.fsf@bzg.ath.cx> References: <87bo9q2fvp.fsf@bzg.ath.cx> <984AC132-774A-4B3A-B8A5-7450C71909F0@nf.mpg.de> <874nfghqpy.fsf@bzg.ath.cx> <87ppy3ah30.fsf@gmail.com> <6D66BA0A-7259-4866-A20E-4387C573D989@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPcWw-0001Ys-P4 for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPcWv-0005cu-Mw for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:40:26 -0400 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:38267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPcWv-0005cm-H7 for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 13:40:25 -0400 Received: by mail-wi0-f172.google.com with SMTP id hr17so3978581wib.5 for ; Tue, 09 Apr 2013 10:40:24 -0700 (PDT) In-Reply-To: <6D66BA0A-7259-4866-A20E-4387C573D989@nf.mpg.de> (Stefan Vollmar's message of "Tue, 09 Apr 2013 19:29:51 +0200") 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 , Nicolas Goaziou Stefan Vollmar writes: > I suggest to replace the current lisp example in the documentation of org-html-table-row with (or similar): > > (setq org-html-table-row-tags > (cons '(cond (top-row-p "") > (bottom-row-p "") > (t > (if (= (mod row-number 2) 1) > "" > ""))) > "")) Done, thanks! -- Bastien