From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Bug: export failed when using footnotes inside src blocks [7.7] Date: Mon, 01 Aug 2011 00:42:38 +0530 Message-ID: <814o22nu1l.fsf@gmail.com> References: <4E33BF33.2050508@htlwrn.ac.at> <87zkjwyrlr.fsf@gmail.com> <87mxfuuwce.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:42381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnbRX-0005ME-Ls for emacs-orgmode@gnu.org; Sun, 31 Jul 2011 15:12:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QnbRW-0002tj-Mz for emacs-orgmode@gnu.org; Sun, 31 Jul 2011 15:12:55 -0400 Received: from mail-pz0-f49.google.com ([209.85.210.49]:34989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QnbRW-0002td-9x for emacs-orgmode@gnu.org; Sun, 31 Jul 2011 15:12:54 -0400 Received: by pzk33 with SMTP id 33so8639774pzk.8 for ; Sun, 31 Jul 2011 12:12:53 -0700 (PDT) In-Reply-To: <87mxfuuwce.fsf@Rainer.invalid> (Achim Gratz's message of "Sun, 31 Jul 2011 20:41:05 +0200") 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: Achim Gratz Cc: emacs-orgmode@gnu.org > Your remark reminded me that I should look at the generic exporter in > contrib. It needs an eval-while-compile wrapped (require 'cl) to > compile and run cleanly. It also doesn't appear to recognize tables (or > those are still copies from the ASCII export?). It looks like it works > line-by-line, which seems a somewhat questionable choice, but then it > was written for Org6.25=A1=AD > > I think it boils down to the question of having a formal org syntax. If > that existed, all exporters (and much of the org core, I guess) could > work on the parse tree (some list structure with lists as elements and > the actual text as their leaf nodes) of the org document. I also invite you to take a look at org-lparse and org-xhtml and org-odt that are built on top of it. With some very minimal hackery it is possible to export a document to lisp-format. You seem to be behind tables for quite some time. One of the most significant re-write is in the callbacks for tables. When it comes to export, most of the magic happens in the pre-processing stage and not in the export backends itself. > > Regards, > Achim. --=20