From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: DocBook exporter code (version 1.0) Date: Sat, 07 Mar 2009 21:10:53 -0800 Message-ID: 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 1LgBIB-0005Zk-5G for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:11:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgBI8-0005ZW-Lb for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:11:13 -0500 Received: from [199.232.76.173] (port=44263 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgBI8-0005ZT-G3 for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:11:12 -0500 Received: from main.gmane.org ([80.91.229.2]:34802 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 1LgBI8-0003x7-4f for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 00:11:12 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LgBI5-0002N0-0A for emacs-orgmode@gnu.org; Sun, 08 Mar 2009 05:11:09 +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:11:08 +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:11:08 +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 Hi, I just posted the code for DocBook exporter to Google Code. You can use the following link to get access to the code and example files: http://code.google.com/p/bcui-emacs/source/browse/#svn/trunk/org-docbook Here is the README: ======================================================================== # # File: org-docbook/README # # $Id$ # This is the DocBook exporter for Org-mode, a tool written in Emacs Lisp to export text files written in Org-mode to DocBook. This directory contains: README This file. org-export-docbook.el The main part of DocBook exporter code. org-exp.el Slightly modified version of file org-exp.el that is part of Org-mode. Currently this file is synced up with Org-mode 6.24. test.org An Org file used for testing. It includes all the features that current version of DocBook exporter supports. test.xml DocBook XML file exported from test.org. test.pdf PDF file generated from DocBook XML file test.xml. If you have any comments on how to improve this exporter, please send email to cbaoqiu AT yahoo DOT com. ======================================================================== You are welcome to try this out, and give me any comments you may have. Bug reports and ideas on how to improve this will be highly appreciated. Thanks, Baoqiu