[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] HOWTO export document to wiki text?
From: |
Matthew Lundin |
Subject: |
Re: [Orgmode] HOWTO export document to wiki text? |
Date: |
Sun, 18 Jan 2009 12:26:20 -0600 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin) |
Hi Uwe,
Uwe Koloska <address@hidden> 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