[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Best way to generate textile from orgmode ?
From: |
Bastien |
Subject: |
Re: [O] Best way to generate textile from orgmode ? |
Date: |
Fri, 12 Apr 2013 07:36:26 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) |
Hi Marc-Oliver,
Marc-Oliver Ihm <address@hidden> writes:
> i would like to convert orgmode to textile (which is used within confluence
> wiki).
>
> What is the best way to do this ?
The best way would be to write a textile exporter.
For this you need to define a new derived exporter from 'ascii.
Get a fresh clone of Org and see how this is done in ox-md.el,
which create a MarkDown exporter by deriving it from the ascii
one.
Also note there is contrib/lisp/ox-confluence.el by Sébastien
Delafond which can be used for Confluence Wiki.
Hope that helps,
--
Bastien