emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG]  export of table.el tables
@ 2010-12-19 14:07 Jambunathan K
  2011-01-09 13:42 ` David Maus
  0 siblings, 1 reply; 3+ messages in thread
From: Jambunathan K @ 2010-12-19 14:07 UTC (permalink / raw)
  To: emacs-orgmode

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


Summary: table.el tables with row and col spans are not getting exported
as expected on html export. 

Looks like the table markers gets recognized as strikethroughs, mdashes
and ndashes. This apparrently is getting in the way of proper
export. 

Furthermore I see no rowspans and colspans in the generated html.

Local settings:
(setq org-export-prefer-native-exporter-for-tables nil)

Attachments:

1. Input orgfile
2. html generated with C-c C-e h
3. html generated with M-x table-generate-source

Jambunathan K.


[-- Attachment #2: table-table.org --]
[-- Type: text/plain, Size: 1556 bytes --]

* table.el (with no spanning)

+--------+--------+--------+--------+--------+--------+
|label   |a       |b       |c       |d       |e       |
+--------+--------+--------+--------+--------+--------+
|1       |a1      |b1      |c1      |d1      |e1      |
+--------+--------+--------+--------+--------+--------+
|2       |a2      |b2      |c2      |d2      |e2      |
+--------+--------+--------+--------+--------+--------+
|3       |a3      |b3      |c3      |d3      |e3      |
+--------+--------+--------+--------+--------+--------+
|4       |a4      |b4      |c4      |d4      |e4      |
+--------+--------+--------+--------+--------+--------+
|5       |a5      |b5      |c5      |d5      |e5      |
+--------+--------+--------+--------+--------+--------+

* table.el (with spanning)

+--------+--------+--------+--------+--------+-----------+
|label   |a       |b       |c       |d       |e          |
+--------+--------+--------+--------+--------+-----------+
|1       |a1      |b1      |c1      |d1      |e1 e2 e3 e4|
+--------+--------+--------+--------+--------+           |
|2       |a2 b2 c2                  |d2      |           |
+--------+--------+-----------------+--------+           |
|3       |a3      |b3 c3 d3                  |           |
+--------+--------+--------+--------+--------+           |
|4       |a4      |b4      |c4      |d4      |           |
+--------+--------+--------+--------+--------+-----------+
|5       |a5      |b5      |c5      |d5      |e5         |
+--------+--------+--------+--------+--------+-----------+


[-- Attachment #3: table-table.html --]
[-- Type: text/html, Size: 5165 bytes --]

[-- Attachment #4: table-table-generate-source.html --]
[-- Type: text/html, Size: 3566 bytes --]

[-- Attachment #5: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please 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] 3+ messages in thread

end of thread, other threads:[~2011-02-11 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-19 14:07 [BUG] export of table.el tables Jambunathan K
2011-01-09 13:42 ` David Maus
2011-02-11 13:16   ` Bastien

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