From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Bremner Subject: Re: suggestion: "native" orgmode XML export (and import?) Date: Fri, 07 Aug 2009 08:44:59 -0300 Message-ID: <87vdkzhmpw.wl%bremner@pivot.cs.unb.ca> References: <4b11f87e0908060754o7601aeb1uf9b8cebf44c29a24@mail.gmail.com> <1f38ae890908061457m7350ecfdw566e7ce9adc6f06e@mail.gmail.com> <1f38ae890908061458kc3d71fci7f944ae03c2400e@mail.gmail.com> <4b11f87e0908062305ue685293m633213469c47d0e8@mail.gmail.com> <1f38ae890908070213x1fabc9e3o75db945d9f86b2fa@mail.gmail.com> <4b11f87e0908070246rc21ec59k99b0f6ddaac84be3@mail.gmail.com> Reply-To: David Bremner Mime-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZNso-0002OW-AG for emacs-orgmode@gnu.org; Fri, 07 Aug 2009 07:45:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZNsg-0002NK-BR for emacs-orgmode@gnu.org; Fri, 07 Aug 2009 07:45:11 -0400 Received: from [199.232.76.173] (port=36875 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZNse-0002Mh-4b for emacs-orgmode@gnu.org; Fri, 07 Aug 2009 07:45:04 -0400 Received: from pivot.cs.unb.ca ([131.202.240.57]:60838) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MZNsd-0006S9-8t for emacs-orgmode@gnu.org; Fri, 07 Aug 2009 07:45:03 -0400 Received: from bremner by pivot.cs.unb.ca with local (Exim 4.69) (envelope-from ) id 1MZNsa-00054V-RY for emacs-orgmode@gnu.org; Fri, 07 Aug 2009 08:45:00 -0300 In-Reply-To: <4b11f87e0908070246rc21ec59k99b0f6ddaac84be3@mail.gmail.com> 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: Ilya Shlyakhter Cc: emacs-orgmode Ilya Shlyakhter wrote: >That's great, thanks! I should be able to take it from there. >It would be great if at some point this became official, and also >included an XML exporter and specification. There is some code around for converting between xml and sexp representations. A few minutes with google found me http://nxg.me.uk/dist/lx/ and http://ssax.sourceforge.net/ Maybe that helps you at least start searching. It wouldn't be hard to export xml from org-mode, but importing it might be a bit more tedious, where sexp's are really a native format. d