emacs-orgmode
[Top][All Lists]
Advanced

[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 19:40:22 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Stefan Vollmar <address@hidden> 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 "<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>"))

Done, thanks!

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]