From: Xin Shi <shixin111@gmail.com>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode Mailinglist <emacs-orgmode@gnu.org>
Subject: Re: Release 6.28
Date: Thu, 25 Jun 2009 14:38:08 -0400 [thread overview]
Message-ID: <5236d6f90906251138r7b07e706k299fa7a5199ebae0@mail.gmail.com> (raw)
In-Reply-To: <697A2093-E226-4AD6-B7DE-21A2DA8208A6@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 1395 bytes --]
Hi Carsten,
On Thu, Jun 25, 2009 at 3:10 AM, Carsten Dominik
<carsten.dominik@gmail.com>wrote:
> Hi,
>
> I have uploaded release 6.28. Once more I urge you to read
> the release notes carefully, there are many very interesting changes.
>
> Enjoy!
>
> - Carsten
>
> Changes in Version 6.28
> =======================
>
> Agenda changes
> ......
>
> Miscellaneous changes
> ~~~~~~~~~~~~~~~~~~~~~~
>
> ....
>
> HTML table export: Assign alternating classes to rows
> ======================================================
>
> The new variable `org-export-table-row-tags' can now be set up in
> a way so that different table lines get special CSS classes
> assigned. This can be used for example to choose different
> background colors for odd and even lines, respectively. The
> docstring of the variable contains this example:
>
> (setq org-export-table-row-tags
> (cons '(if head
> "<tr>"
> (if (= (mod nline 2) 1)
> "<tr class=\"tr-odd\">"
> "<tr class=\"tr-even\">"))
> "</tr>"))
>
>
> It makes use of the local variables `head' and `nline' which are
> used to check whether the current line is a header line, and whether
> it is an odd or an even line. Since this is fully programmable,
> you can do other things as well.
>
> This was a request by Xin Shi.
>
I've just tested it. It works great!
Thank you!
Xin
[-- Attachment #1.2: Type: text/html, Size: 1962 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2009-06-25 18:38 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-25 7:10 Release 6.28 Carsten Dominik
2009-06-25 7:14 ` Carsten Dominik
2009-06-25 13:05 ` Bastien
2009-06-25 13:19 ` Bastien
2009-06-25 13:58 ` Peter Frings
2009-06-25 16:16 ` Bastien
2009-06-25 17:34 ` Eric S Fraga, Eric S Fraga
2009-06-25 14:24 ` Carsten Dominik
2009-06-25 14:54 ` peter.frings
2009-06-25 14:57 ` Bernt Hansen
2009-06-25 15:34 ` Carsten Dominik
2009-06-25 16:15 ` Bastien
2009-06-25 19:34 ` Eric S Fraga
2009-06-25 17:00 ` Samuel Wales
2009-06-26 5:18 ` Carsten Dominik
2009-06-26 8:03 ` Carsten Dominik
2009-06-26 10:06 ` peter.frings
2009-06-26 14:05 ` Bernt Hansen
2009-06-26 14:14 ` Bastien
2009-06-26 10:59 ` Eric S Fraga, Eric S Fraga
2009-06-26 13:59 ` Carsten Dominik
2009-06-25 13:59 ` Sebastian Rose
2009-06-25 17:02 ` Eddward DeVilla
2009-06-25 17:10 ` Tom Tobin
2009-06-25 18:38 ` Xin Shi [this message]
2009-06-25 20:05 ` Matthew Lundin
2009-07-01 7:20 ` Ulf Stegemann
2009-07-01 9:47 ` Carsten Dominik
2009-07-01 10:26 ` Christian Egli
2009-07-01 11:17 ` Ulf Stegemann
2009-07-02 9:58 ` Carsten Dominik
2009-07-02 11:14 ` Ulf Stegemann
2009-07-02 11:33 ` Carsten Dominik
2009-07-02 21:09 ` Carsten Dominik
2009-07-03 12:32 ` Ulf Stegemann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5236d6f90906251138r7b07e706k299fa7a5199ebae0@mail.gmail.com \
--to=shixin111@gmail.com \
--cc=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).