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 13:46:01 +0200 Message-ID: <874nfghqpy.fsf@bzg.ath.cx> References: <87bo9q2fvp.fsf@bzg.ath.cx> <984AC132-774A-4B3A-B8A5-7450C71909F0@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPX00-0000fY-MM for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 07:46:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPWzz-0007gN-Ez for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 07:46:04 -0400 Received: from mail-wg0-f43.google.com ([74.125.82.43]:54350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPWzz-0007gD-7x for emacs-orgmode@gnu.org; Tue, 09 Apr 2013 07:46:03 -0400 Received: by mail-wg0-f43.google.com with SMTP id f12so6881916wgh.10 for ; Tue, 09 Apr 2013 04:46:02 -0700 (PDT) In-Reply-To: <984AC132-774A-4B3A-B8A5-7450C71909F0@nf.mpg.de> (Stefan Vollmar's message of "Tue, 09 Apr 2013 12:52:35 +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 Hi Stefan, Stefan Vollmar writes: > should probably be: > > (setq org-html-table-row-tags > (cons '(cond (top-row-p "") > (bottom-row-p "") > (t "")) > "")) 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