emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [BUG] ORG-LIST-END-MARKER within table.el table


From: Jambunathan K
Subject: Re: [O] [BUG] ORG-LIST-END-MARKER within table.el table
Date: Thu, 21 Apr 2011 23:20:50 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt)

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

[Prev in Thread] Current Thread [Next in Thread]