On May 9, 2009, at 10:52 AM, Jan Buchal wrote:

"CD" == Carsten Dominik <carsten.domi...@gmail.com> writes:
[....]

a) mark cells as table-headers (this is the only needed new
Org-syntax feature), b) if in the first table row, add a
scope="col" to the <th> tag, c) if in the first column, add a
scope="row" to the <th> tag.


   CD> OK, this is ho it works now....

Can you please give me an example of table with these parameters?

Hi Jan,

the following table

 | Country | Number of citizens |
 |---------+--------------------|
 | Germany | 84 Mio.            |
 | France  | XXX Mio.           |

exported with

   (setq org-export-html-table-use-header-tags-for-first-column t)

results in the attached html file.

HTH

- Carsten

Title: jan

jan

CountryNumber of citizens
Germany84 Mio.
FranceXXX Mio.

Author: Carsten Dominik <carsten.domi...@gmail.com>

Date: 2009-05-11 07:22:41 CEST

HTML generated by org-mode 6.26trans in emacs 23


_______________________________________________
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

Reply via email to