From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Wiki? Date: Sat, 20 Feb 2010 07:26:28 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NieaR-0006MS-9B for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 20:56:51 -0500 Received: from [140.186.70.92] (port=45000 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NieaQ-0006L4-9p for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 20:56:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NieaP-0005oV-FA for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 20:56:50 -0500 Received: from mail-yx0-f175.google.com ([209.85.210.175]:63955) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NieaP-0005oR-Am for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 20:56:49 -0500 Received: by yxe5 with SMTP id 5so828278yxe.24 for ; Fri, 19 Feb 2010 17:56:48 -0800 (PST) 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: Andrea Crotti Cc: emacs-orgmode@gnu.org On Sat, Feb 20, 2010 at 3:54 AM, Andrea Crotti wrote: > > Today I had to modify some wiki pages for a project and I > realized how it sucked.. Stupid editor, annoying markup > language, difficult to remember/track down what you've written > and so on. > > So wouldn't be great to do something like this > > * Wiki stuff ** Page1 This is a wiki page, automatically > created if not existing - item - item > > ** Page2 Another page. > > Than with one command like org-export-to-wiki look if the page > is existing, if not create it, convert it to the right format > and it's done! > > I think it should involve some rpc php stuff which is not > directly related, and also if the page is modified by someone > else is not so easy (unless we're able to update our > org-version). > But to create new pages it would be great (for me at least). have you tried Wes Hardaker's generic exporter? C-c C-e g RET. it should already be able to do a lot of what you want. -- manish