From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: [WIP] OpenOffice Exporter Date: Sun, 10 Oct 2010 12:09:50 +0530 Message-ID: <81r5fy5z61.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=60236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4phN-0005Nq-CO for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 02:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4pZk-0005zn-8U for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 02:40:05 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:46044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4pZk-0005zj-3m for emacs-orgmode@gnu.org; Sun, 10 Oct 2010 02:40:04 -0400 Received: by pzk7 with SMTP id 7so694874pzk.0 for ; Sat, 09 Oct 2010 23:40:02 -0700 (PDT) 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 I am working on a Org->OpenOffice/ODT exporter. This is a WIP announcement. I am posting this with an intention to hear of and preferably avoid any parallell efforts. I am basing it on org-html.el. As it stands now in my own work area, it can export an outline structure and has support for 1. character styles - bold, italic, underline, strikethrough, code, verbatim 2. paragraph styles - quote, verse, center, example and source code 3. lists - numbered, bulleted and description lists 4. table of contents Still a long a way to go ... Jambunathan K.