From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Re: DocBook exporter for Org-mode Date: Tue, 03 Mar 2009 11:07:35 -0800 Message-ID: References: <18860.14549.718412.149720@muchbodyking-lm.gateway.2wire.net> 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 1Lea0E-0004KD-Mf for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 14:10:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lea0E-0004J7-00 for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 14:10:06 -0500 Received: from [199.232.76.173] (port=37329 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lea0D-0004Iz-Sr for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 14:10:05 -0500 Received: from main.gmane.org ([80.91.229.2]:60354 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lea0D-0006yB-Fu for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 14:10:05 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Lea0B-0000TJ-OX for emacs-orgmode@gnu.org; Tue, 03 Mar 2009 19:10:03 +0000 Received: from nat-dip4.cfw-a-gci.corp.yahoo.com ([209.131.62.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Mar 2009 19:10:03 +0000 Received: from cbaoqiu by nat-dip4.cfw-a-gci.corp.yahoo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Mar 2009 19:10:03 +0000 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 Dale Smith writes: > Baoqiu Cui writes: > >> The only thing that is missing (at least to me) in current Org-mode is >> the exporter for DocBook format. > > There is quite a bit of similarity between org and muse formats. I've > found that I can edit .muse files in org-mode and stiil publish to > docbook. Yes, Muse and Org-mode do have some similarity. While Muse is mainly for publishing, Org-mode focuses on many other things beyond some good publishing functionality. Since Org-mode already has a very good publishing framework in its HTML exporter , it is relatively easy (a small step) to make Org-mode a strong publishing environment too. I have not used Muse in the past 2+ years. Don't know whether it has got much improvement... It's a nice trick to edit .muse files in Org-mode. :-) >> During the last week (mainly during the last weekend), I wrote some code >> to export Org files to DocBook V5.0 format, and everything looks very >> promising (I have to admit that a lot of work still needs to be done to >> make the code complete and stable) . > > Looks pretty good to me. I'm ready to ty it out! Thanks. I'll work on the code a little bit more during the weekend and post it to the group. Baoqiu