From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Wiki? Date: Fri, 19 Feb 2010 23:24:34 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NibHS-0007aV-CN for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 17:25:02 -0500 Received: from [140.186.70.92] (port=49814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NibHR-0007ZW-MJ for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 17:25:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NibHR-0002qj-0s for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 17:25:01 -0500 Received: from lo.gmane.org ([80.91.229.12]:57323) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NibHQ-0002qd-On for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 17:25:00 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NibHP-00055i-GK for emacs-orgmode@gnu.org; Fri, 19 Feb 2010 23:24:59 +0100 Received: from xdsl-78-35-137-155.netcologne.de ([78.35.137.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Feb 2010 23:24:59 +0100 Received: from andrea.crotti.0 by xdsl-78-35-137-155.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Feb 2010 23:24:59 +0100 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 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). What do you think? Thanks