From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Mediawiki and org-mode Date: Mon, 20 Sep 2010 10:33:37 +0100 Message-ID: <87pqw8bvym.fsf@stats.ox.ac.uk> References: <877higesao.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=39748 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oxckw-0004Vh-5W for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 05:33:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oxcku-0001UJ-Rf for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 05:33:50 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:55619) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oxcku-0001UA-Kk for emacs-orgmode@gnu.org; Mon, 20 Sep 2010 05:33:48 -0400 In-Reply-To: (Carsten Dominik's message of "Mon, 20 Sep 2010 10:29:26 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Alex Kozak , Bastien Carsten Dominik writes: > On Sep 20, 2010, at 10:24 AM, Bastien wrote: > >> Hi all, >> >> I have improved the experimental export engine I've been promising for >> way too long. It lives in the EXPERIMENTAL/ directory of the git >> repo: >> >> http://repo.or.cz/w/org-mode.git/blob/b63f5333e7bbab900b134584d07e158aeba14844:/EXPERIMENTAL/org-export.el Hi Bastien, This looks really nice. This is a slightly cosmetic issue, but would it make sense to separate the parsing functions from the strictly export-related stuff? (e.g. put them in org.el or a library of their own org-parse.el). They look useful in situations outside export, and it would be nice if there were one "official" method for parsing an org buffer into a lisp representation. But perhaps it would hurt the new exporter to demand that the parsing code is general-purpose? dan > > Wow, I am glad you got back to this - this is still very much needed > code, I think. > > - Carsten > >> >> I'm also releasing org-mediawiki.el: >> >> http://lumiere.ens.fr/~guerry/u/org-mediawiki.el >> >> org-mediawiki.el uses this experimental export engine. >> >> I will try to create a page on Worg explaining how this new export >> engine works so that people can start coding their own exporters. >> >> Thanks for sending bug reports, feature requests and ideas! >> >> -- >> Bastien >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > - Carsten > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode