From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Best way to generate textile from orgmode ? Date: Mon, 15 Apr 2013 23:49:30 +0200 Message-ID: <20130415214930.GA20405@kuru.dyndns-at-home.com> References: <87ip3se2ed.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URrHQ-0000SY-GJ for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 17:49:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URrHM-0008UH-1w for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 17:49:40 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:58480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URrHL-0008Ts-S4 for emacs-orgmode@gnu.org; Mon, 15 Apr 2013 17:49:35 -0400 Received: by mail-wg0-f49.google.com with SMTP id x12so3889245wgg.4 for ; Mon, 15 Apr 2013 14:49:35 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87ip3se2ed.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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. I would have thought ox-ascii is the obvious choice. Only reason I could think of was referencing/linking is more natural with ox-html. -- Suvayu Open source is the future. It sets us free.