From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: [FEATURE REQUEST] export to mediawiki Date: Mon, 08 Jun 2009 10:45:44 +0200 Message-ID: References: <87bpp210pr.fsf@jehiel.elehack.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 1MDaUb-0006nB-3I for emacs-orgmode@gnu.org; Mon, 08 Jun 2009 04:46:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDaUW-0006lY-JV for emacs-orgmode@gnu.org; Mon, 08 Jun 2009 04:46:08 -0400 Received: from [199.232.76.173] (port=52079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDaUW-0006lS-GJ for emacs-orgmode@gnu.org; Mon, 08 Jun 2009 04:46:04 -0400 Received: from main.gmane.org ([80.91.229.2]:59537 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 1MDaUV-0007Ys-TC for emacs-orgmode@gnu.org; Mon, 08 Jun 2009 04:46:04 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MDaUP-0003RT-0S for emacs-orgmode@gnu.org; Mon, 08 Jun 2009 08:45:57 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 08:45:57 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jun 2009 08:45:57 +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 Michael Ekstrand writes: > Spike Spiegel writes: >> it would be awesome if there was an org to mediawiki export >> functionality as I have a lot of documentation in a mediawiki > I would second this suggestion. In the mean time, exporting to HTML and > postprocessing with HTML::WikiConverter works reasonably well. I use the attached sed script to "sort of" convert between org-mode and mediawiki syntax. This works more or less depending on your definition of "works". However, long term I think the best solution would be a transformation via the docbook exporter, similar in spirit to the twiki exporter by Baoqiu Cui (http://docbook2twiki.googlecode.com) which also uses the docbook exporter. Thanks Christian