[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [ox-html] bug in documentation of org-html-table-row-tags
From: |
Bastien |
Subject: |
Re: [O] [ox-html] bug in documentation of org-html-table-row-tags |
Date: |
Tue, 09 Apr 2013 13:46:01 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi Stefan,
Stefan Vollmar <address@hidden> writes:
> should probably be:
>
> (setq org-html-table-row-tags
> (cons '(cond (top-row-p "<tr class=\"tr-top\">")
> (bottom-row-p "<tr class=\"tr-bottom\">")
> (t "<tr>"))
> "</tr>"))
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
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/07
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Stefan Vollmar, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags,
Bastien <=
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Stefan Vollmar, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Nicolas Goaziou, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Achim Gratz, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Nicolas Goaziou, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Achim Gratz, 2013/04/10
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Nicolas Goaziou, 2013/04/10
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Stefan Vollmar, 2013/04/09
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/09