From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: New feature branch: org-xhtml-and-org-odt Date: Mon, 14 Nov 2011 13:43:56 +0530 Message-ID: <81lirjdsu3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPrg9-0005Id-B6 for emacs-orgmode@gnu.org; Mon, 14 Nov 2011 03:14:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPrg8-0004Ov-2R for emacs-orgmode@gnu.org; Mon, 14 Nov 2011 03:14:09 -0500 Received: from lo.gmane.org ([80.91.229.12]:55951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPrg7-0004Om-TG for emacs-orgmode@gnu.org; Mon, 14 Nov 2011 03:14:08 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RPrg6-0005wY-1C for emacs-orgmode@gnu.org; Mon, 14 Nov 2011 09:14:06 +0100 Received: from 115.242.194.76 ([115.242.194.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Nov 2011 09:14:06 +0100 Received: from kjambunathan by 115.242.194.76 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Nov 2011 09:14:06 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: bzg@altern.org Bastien I have created a new feature branch named "org-xhtml-and-org-odt". The main "feature" introduced by this branch is: 1. The HTML exporter in lisp/org-html.el is *totally* rewritten. It should be on par with the current HTML exporter in the master branch. Note: Anyone who depends on HTML export for his day-to-day work *must* make sure that nothing is broken. 2. The ODT exporter is now moved to lisp/org-odt.el Additional Info: 1. testing - There is a testfile in contrib/odt/tests/test.org which users can use to unit test the changes. 2. info manual - I have updated the ODT section in the info manual and it is worth a read for serious users. (Chirstian, I will revise the manual later in the day. For now, it is pretty much same as what you had seen last time.) Let me know if there are any questions or comments. Jambunathan K. --