From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Re: DocBook exporter for Org-mode Date: Sat, 07 Mar 2009 21:42: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 1LgBow-0004Xm-R3 for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:45:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgBou-0004Vv-GK for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:45:05 -0500 Received: from [199.232.76.173] (port=45157 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgBou-0004Vq-Dg for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:45:04 -0500 Received: from main.gmane.org ([80.91.229.2]:49501 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 1LgBot-0005sC-TU for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:45:04 -0500 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1LgBos-0003OH-Hu for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 05:45:02 +0000 Received: from adsl-76-192-233-190.dsl.pltn13.sbcglobal.net ([76.192.233.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2009 05:45:02 +0000 Received: from cbaoqiu by adsl-76-192-233-190.dsl.pltn13.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Mar 2009 05:45:02 +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 Baoqiu Cui writes: > 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. Link to the code: http://code.google.com/p/bcui-emacs/source/browse/#svn/trunk/org-docbook Baoqiu