Additional Note:

I have a fix for emitting "complex" table.el tables [1]. The
preprocessing bug noted below is coming in the way of my patch.

Once this bug is cleared, I can submit my table.el patch for
integration.

> Export the following fragment to html
>
> * Another Table.el Table with Spanning
>   
>   +----------+----------+
>   | Header 1 | Header 2 |
>   +----------+----------+
>   | R1 C1-2             |
>   +----------+----------+
>   | R2 C1    | R2-3 C2  |
>   +          +----------+
>   |          |          |
>   +----------+----------+
>
>
> Examine the temporary buffer that is emitted by
> `org-export-preprocess-string'. Note that there is a ORG-LIST-END-MARKER
> within the table.el table.
>
>
> *  Another Table.el Table with Spanning 
>   
>   +----------+----------+
>   | Header 1 | Header 2 |
>   +----------+----------+
>   | R1 C1-2             |
>   +----------+----------+
>   | R2 C1    | R2-3 C2  |
>   +          +----------+
> ORG-LIST-END-MARKER
>   +----------+----------+


Footnotes: 
[1]  See bug report
http://lists.gnu.org/archive/html/emacs-orgmode/2010-12/msg00978.html

-- 

Reply via email to