From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: HOWTO export document to wiki text? Date: Mon, 19 Jan 2009 19:30:10 +0000 Message-ID: <4974D4C2.2090006@manor-farm.org> References: <200901172203.31914.uwe@koloro.de> <49742F02.8040509@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOzpw-0002O9-KW for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:31:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOzpu-0002LQ-L0 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:31:04 -0500 Received: from [199.232.76.173] (port=54629 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOzpu-0002Ku-BM for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:31:02 -0500 Received: from a2s22.a2hosting.com ([69.39.86.130]:54688) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOzpu-0007vW-0v for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:31:02 -0500 Received: from [217.146.125.41] (helo=firewall.banter.local) by a2s22.a2hosting.com with esmtp (Exim 4.69) (envelope-from ) id 1LOzpU-00039F-Cc for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 14:30:38 -0500 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id AD3CEDA62 for ; Mon, 19 Jan 2009 19:30:30 +0000 (GMT) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J8hxxrartiQG for ; Mon, 19 Jan 2009 19:30:10 +0000 (GMT) Received: from [192.168.0.60] (scamper.banter.local [192.168.0.60]) by firewall.banter.local (Postfix) with ESMTP id B9034DA61 for ; Mon, 19 Jan 2009 19:30:10 +0000 (GMT) In-Reply-To: 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: emacs-orgmode@gnu.org > > Yes, I use PmWiki myself and think it's great. However, custom markup > rules would work only as a partial solution here, since PmWiki stores > pages (with all diffs) in its own peculiar flat file format that can't > really be edited directly. (Take a look at the files in your wiki.d > directory.) > > I suppose one could create org markup rules for Pmwiki and then edit the > pages in org-mode via w3m. There is also a defunct pmwiki-mode for emacs > that pulls PmWiki pages off a website for editing. > Matt, There is a CVS version of pmwiki-mode, which is fairly up to date. I use it to edit my own pages. It's currently maintained by Lukasz Stafiniak . I'll try and find the url of the CVS repo. Ian.