From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org-Mode => MediaWiki Wiki mark up? Date: Wed, 30 Mar 2011 14:05:21 -0400 Message-ID: <5870.1301508321@alphaville.usa.hp.com> References: <87k4fg4hwi.fsf@everybody.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=56268 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4zlq-0001Hj-QG for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:06:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4zlj-00021Y-HL for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:05:24 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:10603) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4zlj-00021M-DL for emacs-orgmode@gnu.org; Wed, 30 Mar 2011 14:05:23 -0400 In-Reply-To: Message from mah@everybody.org (Mark A. Hershberger) of "Wed, 30 Mar 2011 13:50:21 EDT." <87k4fg4hwi.fsf@everybody.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Mark A. Hershberger" Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Mark A. Hershberger wrote: > > I'm really starting to use OrgMode to help me organize my time and the > tasks that I have. Would it be possible to export OrgMode markup to > MediaWiki markup, which is where I publish my weekly report (I work for > Wikimedia)? Has anyone else done this, yet? > > I have a MediaWiki mode (https://launchpad.net/mediawiki-el) that I can > use to edit Wikipedia, or any other MediaWiki-based wiki, but it would > be nice to use all the tools that are built into OrgMode for > prioritizing tasks, and whatnot, and this just run, say, > org-mode-publish-mediawiki and have the translation done and published. > > If this hasn't been done, are there any how-tos that would provide an > outline for what I need to do in order to create my own translation > tool? > Wes Hardaker's generic exporter (in contrib/lisp/org-export-generic.el) has a mediawiki setup. Never used it, so I don't know how well it works. Nick