From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: HOWTO export document to wiki text? Date: Sun, 18 Jan 2009 12:26:20 -0600 Message-ID: References: <200901172203.31914.uwe@koloro.de> 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 1LOcLp-0006bp-6J for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 13:26:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOcLo-0006bZ-If for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 13:26:24 -0500 Received: from [199.232.76.173] (port=50464 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOcLo-0006bW-Cy for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 13:26:24 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:52831) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOcLo-0006i5-5S for emacs-orgmode@gnu.org; Sun, 18 Jan 2009 13:26:24 -0500 In-Reply-To: <200901172203.31914.uwe@koloro.de> (Uwe Koloska's message of "Sat\, 17 Jan 2009 22\:03\:29 +0100") 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: Uwe Koloska Cc: emacs-orgmode@gnu.org Hi Uwe, Uwe Koloska writes: > Hello, > > there is this very nice export to text feature and the superb HTML export. But > is it possible to convert org to some rich text notation used in wikis? I > would like to include some of my documents into a wiki (dokuwiki and > TWiki/Foswiki). > And if there is no such feature yet, where do I have to start to implement it? This doesn't exactly answer your question, but for a quick and dirty wiki conversion, I export an outline (or subtree) to html and then use the perl script html2wiki to convert to the appropriate format. http://diberri.dyndns.org/wikipedia/html2wiki/ It would be easy enough, I imagine, to create a script that combines the two steps. Obviously, this would only be a one-way conversion, from org files to wiki. Carsten addresses the possibility of a two-way conversion via an intermediate list format at the end of his Google text talk, but as far as I know, that is still only an idea. http://orgmode.org/GoogleTech.html My dream is for wiki software that uses org files as its backend, thus enabling community editing of org files via the web. But that, of course, is only a dream at this point. Best, Matt