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.

* 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         |
+--------+--------+--------+--------+--------+-----------+

Title: table-table

table-table

1 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

2 table.el (with spanning)

–——–——+–——+–——+–——+ | –——–——+–—————+–——+ | –——–——+–——+–——+–——+ |

label a b c d e
1
2
3
4
a1
a2 b2 c2
a3
a4
b1
d2
b3 c3 d3
b4
c1


c4
d1


d4
e1 e2 e3 e4


5 a5 b5 c5 d5 e5

Author: Jambunathan K <kjambunat...@gmail.com>

Date: 2010-12-19 19:27:31

HTML generated by org-mode 7.4 in emacs 23

Table
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         
_______________________________________________
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

Reply via email to