emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: An improvement for a reading of exported HTML tables
@ 2009-05-06 14:13 Giovanni Ridolfi
  2009-05-06 15:28 ` Jan Buchal
  2009-05-07  9:38 ` Jan Buchal
  0 siblings, 2 replies; 23+ messages in thread
From: Giovanni Ridolfi @ 2009-05-06 14:13 UTC (permalink / raw)
  To: emacs-orgmode, Jan Buchal


--- Mer 6/5/09, Jan Buchal <buchal@brailcom.org> ha scritto:
> 
> I create simple org table with the build-in table editor.

Jan, your table is ... too simple ;-)

The exporter has to know the first line is the header of the table:
so use the separator  (C-c -)

| Project  |    HH |   PDM |    TC | Summary |
|----------+-------+-------+-------+---------|
| bibli09b |  0.00 |  8.65 | 20.70 |   29.35 |
| brlcm09a |  0.00 |  0.13 |  0.00 |    0.13 |
| eurch09a | 26.70 |  0.59 |  0.00 |   27.29 |

cheers,
Giovanni




^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: Re: An improvement for a reading of exported HTML tables
@ 2009-05-07  7:52 Giovanni Ridolfi
  2009-05-07  8:52 ` Jan Buchal
  0 siblings, 1 reply; 23+ messages in thread
From: Giovanni Ridolfi @ 2009-05-07  7:52 UTC (permalink / raw)
  To: Jan Buchal; +Cc: emacs-orgmode


--- Mer 6/5/09, Jan Buchal <buchal@brailcom.org> ha scritto:
> But if I wont use '!' mark in first
> column then is in HTML table no header. 
?-(

Jan, 

In section 3.5.8 Advanced features [note 1]

[note 1]  Please note that the section is  a SUBsection of the 
         *SPREADSHEET* feature of the manual:
        Tables:: > The spreadsheet:: > Advanced features

the manual states: 

`!' The fields in this line define names for the columns, so that you
     may refer to a column as `$Tot' instead of `$6'.

So  why do you insist in using "!" ?
what do you want to achieve? 
what are the names of the columns you are referring to?

cheers,
Giovanni




^ permalink raw reply	[flat|nested] 23+ messages in thread
* An improvement for a reading of exported HTML tables
@ 2009-05-06 13:11 Jan Buchal
  0 siblings, 0 replies; 23+ messages in thread
From: Jan Buchal @ 2009-05-06 13:11 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 473 bytes --]

Hello,

I create simple org table with the build-in table editor. First row I
use for name of columns. If I export the table to HTML then is there
only <td></td> tags. That is problem for screen reader because it
nothing knows about name of column which is read.

If will be used <th></th> tag then screen reader read the name of column
correct. I attache a small .org file with two tables as an example.


-- 

Jan Buchal
Tel: (00420) 24 24 86 008
Mob: (00420) 608023021


[-- Attachment #2: accessible-table.org --]
[-- Type: application/octet-stream, Size: 970 bytes --]

* Example of a table 1

the export of this table is with first row but the tags are <td>, must be <th>

| Project  |    HH |   PDM |    TC | Summary |
| bibli09b |  0.00 |  8.65 | 20.70 |  29.35 |
| brlcm09a |  0.00 |  0.13 |  0.00 |   0.13 |
| eurch09a | 26.70 |  0.59 |  0.00 |  27.29 |
| ktnsp09a |  0.00 |  0.13 |  1.00 |   1.13 |
| wpbas09a |  0.00 | 21.26 |  5.00 |  26.26 |
| Summary | 26.70 | 30.76 | 26.70 |  84.16 |



* Example of table 2

The export of this table is without first row. I think that '!' in first column can be use as the mark for export to html, also all columns would be marked as <th>



| ! | Project  |    HH |   PDM |    TC | Summary |
|   | bibli09b |  0.00 |  8.65 | 20.70 |  29.35 |
|   | brlcm09a |  0.00 |  0.13 |  0.00 |   0.13 |
|   | eurch09a | 26.70 |  0.59 |  0.00 |  27.29 |
|   | ktnsp09a |  0.00 |  0.13 |  1.00 |   1.13 |
|   | wpbas09a |  0.00 | 21.26 |  5.00 |  26.26 |
|   | Summary  | 26.70 | 30.76 | 26.70 |  84.16 |


[-- Attachment #3: 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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2009-05-11  6:32 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-06 14:13 An improvement for a reading of exported HTML tables Giovanni Ridolfi
2009-05-06 15:28 ` Jan Buchal
2009-05-07  6:46   ` Carsten Dominik
2009-05-07  9:09     ` Jan Buchal
2009-05-07  9:38 ` Jan Buchal
2009-05-07 10:09   ` Carsten Dominik
2009-05-07 10:44     ` Jan Buchal
2009-05-07 12:29       ` Carsten Dominik
2009-05-07 13:12         ` Carsten Dominik
2009-05-07 13:43           ` Jan Buchal
2009-05-07 15:00           ` Nick Dokos
2009-05-07 16:21             ` Carsten Dominik
2009-05-07 13:31         ` Jan Buchal
2009-05-07 15:47           ` Sebastian Rose
2009-05-08  4:36             ` Carsten Dominik
2009-05-09  8:52               ` Jan Buchal
2009-05-11  5:25                 ` Carsten Dominik
2009-05-08  8:37             ` Jan Buchal
2009-05-08  9:03               ` Carsten Dominik
2009-05-08 10:39                 ` Jan Buchal
2009-05-08 14:50                   ` Nick Dokos
  -- strict thread matches above, loose matches on Subject: below --
2009-05-07  7:52 Giovanni Ridolfi
2009-05-07  8:52 ` Jan Buchal
2009-05-06 13:11 Jan Buchal

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).