From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: export failed when using footnotes inside src blocks [7.7] Date: Sun, 14 Aug 2011 18:25:58 +0200 Message-ID: <87y5yw7yeh.fsf@gnu.org> References: <4E33BF33.2050508@htlwrn.ac.at> <87zkjwyrlr.fsf@gmail.com> <87mxfuuwce.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsdV1-0005Uc-HR for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 12:25:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QsdV0-0006PB-Bg for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 12:25:19 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:49511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsdV0-0006P7-3I for emacs-orgmode@gnu.org; Sun, 14 Aug 2011 12:25:18 -0400 Received: by wyi11 with SMTP id 11so3597647wyi.0 for ; Sun, 14 Aug 2011 09:25:17 -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 Hi Achim, Achim Gratz writes: > 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… I suggest you look at EXPERIMENTAL/org-export.el. It parses an Org buffer and store it as a structured list. It's not yet completely syntax aware, but it is a move in the right direction. I'm willing to work on this now and will move forward. -- Bastien