From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Best way to generate textile from orgmode ? Date: Fri, 12 Apr 2013 07:36:26 +0200 Message-ID: <87ip3se2ed.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49638) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQWex-0001WR-D0 for emacs-orgmode@gnu.org; Fri, 12 Apr 2013 01:36:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQWew-0002wa-Cx for emacs-orgmode@gnu.org; Fri, 12 Apr 2013 01:36:27 -0400 Received: from mail-we0-x231.google.com ([2a00:1450:400c:c03::231]:34764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQWew-0002wS-6f for emacs-orgmode@gnu.org; Fri, 12 Apr 2013 01:36:26 -0400 Received: by mail-we0-f177.google.com with SMTP id o45so1743939wer.8 for ; Thu, 11 Apr 2013 22:36:25 -0700 (PDT) In-Reply-To: (Marc-Oliver Ihm's message of "Thu, 11 Apr 2013 22:11:49 +0200") 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: Marc-Oliver Ihm Cc: emacs-orgmode@gnu.org Hi Marc-Oliver, Marc-Oliver Ihm 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