[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: |
Stefan Vollmar |
Subject: |
Re: [O] [ox-html] bug in documentation of org-html-table-row-tags |
Date: |
Tue, 09 Apr 2013 19:29:51 +0200 |
Dear Nicolas,
dear Bastien,
On 09.04.2013, at 16:56, Nicolas Goaziou wrote:
> [...] Indeed. I had forgotten to implement such a tool in ox.el. I added
> `org-export-table-row-number'.
>
> Could you patch `org-html-table-row' accordingly?
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 "<tr class=\"tr-top\">")
(bottom-row-p "<tr class=\"tr-bottom\">")
(t
(if (= (mod row-number 2) 1)
"<tr class=\"tr-odd\">"
"<tr class=\"tr-even\">")))
"</tr>"))
It now generates HTML code the way the old exporter used to work for
alternating row colours/styles.
Thank you!
Warm regards,
Stefan
--
Dr. Stefan Vollmar, Dipl.-Phys.
Head of IT group
Max-Planck-Institut für neurologische Forschung
Gleueler Str. 50, 50931 Köln, Germany
Tel.: +49-221-4726-213 FAX +49-221-4726-298
Tel.: +49-221-478-5713 Mobile: 0160-93874279
E-Mail: address@hidden http://www.nf.mpg.de
smime.p7s
Description: S/MIME cryptographic signature
- 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, 2013/04/09
- 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 <=
- Re: [O] [ox-html] bug in documentation of org-html-table-row-tags, Bastien, 2013/04/09