[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Best way to generate textile from orgmode ?
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Best way to generate textile from orgmode ? |
Date: |
Tue, 16 Apr 2013 10:43:39 +0200 |
Suvayu Ali <address@hidden> writes:
> On Fri, Apr 12, 2013 at 07:36:26AM +0200, Bastien wrote:
>> 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.
>
> Actually ox-md derives from ox-html. It was not clear to me why that is
> the case though.
Simple. Markdown syntax supports raw HTML. So anything not supported by
Markdown can be written as HTML.
Regards,
--
Nicolas Goaziou