From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: Anyway to publish org file to XML file? Date: Thu, 12 Nov 2009 12:02:11 +0100 Message-ID: References: <83zl6sz67m.fsf@ymail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8XSb-0003pf-Rz for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 06:03:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8XSX-0003m6-RE for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 06:03:29 -0500 Received: from [199.232.76.173] (port=60778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8XSX-0003ld-EJ for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 06:03:25 -0500 Received: from lo.gmane.org ([80.91.229.12]:49167) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8XSW-0007Ui-Q7 for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 06:03:25 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N8XST-00049m-Of for emacs-orgmode@gnu.org; Thu, 12 Nov 2009 12:03:21 +0100 Received: from gateway01.sbszh.ch ([217.192.14.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2009 12:03:21 +0100 Received: from christian.egli by gateway01.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Nov 2009 12:03:21 +0100 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: emacs-orgmode@gnu.org Water Lin writes: > Is it possible to publish org file to XML file in a specific format? Export to XHTML and then use XSLT to transform it to your specific XML. Works like a charm. HTH Christian