From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [BUG] ORG-LIST-END-MARKER within table.el table Date: Thu, 21 Apr 2011 23:20:50 +0530 Message-ID: <81fwpbebnp.fsf@gmail.com> References: <81k4enebzd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCy1z-0003hh-F6 for emacs-orgmode@gnu.org; Thu, 21 Apr 2011 13:51:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCy1y-0005at-DA for emacs-orgmode@gnu.org; Thu, 21 Apr 2011 13:51:07 -0400 Received: from mail-px0-f179.google.com ([209.85.212.179]:55615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCy1y-0005ao-5p for emacs-orgmode@gnu.org; Thu, 21 Apr 2011 13:51:06 -0400 Received: by pxi2 with SMTP id 2so1479023pxi.38 for ; Thu, 21 Apr 2011 10:51:05 -0700 (PDT) In-Reply-To: <81k4enebzd.fsf@gmail.com> (Jambunathan K.'s message of "Thu, 21 Apr 2011 23:13:50 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 --