From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: emacs export org-mode to wiki: especially for the org-mode tables Date: Fri, 15 Mar 2013 22:28:24 +0100 Message-ID: <8738vwpd3b.fsf@bzg.ath.cx> References: <87sj413fso.fsf@earlgrey.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGcAy-0000T8-Sc for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGcAw-0005iV-F3 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:28:32 -0400 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:44079) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGcAw-0005iH-8A for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:28:30 -0400 Received: by mail-wi0-f178.google.com with SMTP id hq4so945827wib.17 for ; Fri, 15 Mar 2013 14:28:29 -0700 (PDT) In-Reply-To: <87sj413fso.fsf@earlgrey.lan> (Christopher Allan Webber's message of "Mon, 11 Mar 2013 14:19:35 -0500") 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: Christopher Allan Webber Cc: filebat Mark , emacs-orgmode@gnu.org, filebat Mark Hi Christopher, Christopher Allan Webber writes: > Would be nice to see a new mediawiki exporter to be written for the new > exporter code! Well, this should not be too hard. There is already ox-confluence.el in contrib/ to get started with writing a wiki exporter. Maybe we should first have wikicreole exporter (similar to the vanilla Markdown back-end) and derive other wiki exporter from it. Just 2 cts of course, -- Bastien