From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Gray Subject: new ikiwiki export plugin for org Date: Fri, 02 Dec 2011 22:23:11 -0700 Message-ID: <8739d2b54w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWi4G-00068X-KV for emacs-orgmode@gnu.org; Sat, 03 Dec 2011 00:23:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RWi4F-0005pv-4z for emacs-orgmode@gnu.org; Sat, 03 Dec 2011 00:23:20 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:59426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RWi4E-0005pq-UW for emacs-orgmode@gnu.org; Sat, 03 Dec 2011 00:23:19 -0500 Received: by ghbg19 with SMTP id g19so153879ghb.0 for ; Fri, 02 Dec 2011 21:23:18 -0800 (PST) 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: emacs-orgmode@gnu.org Hello, I've created a new export plugin for org-mode files for the ikiwiki wiki compiler. It's in a very preliminary state at https://github.com/chrismgray/ikiwiki-org-plugin Just to prove that it is working to some extent, I am currently using it to generate my blog at http://chrismgray.github.com When it actually works properly, it will have a few advantages over the perl plugin originally authored by Manoj Srivastiva. First, it should be faster. The perl plugin starts a new emacs process for every org file that it encounters. The new plugin talks to an emacs instance using emacsclient and xml-rpc. Having the bulk of the work being done inside emacs also means that org-mode can expose its internal structure to the plugin, so getting things like the title and other metadata is much easier than writing another org-mode parser in perl. Anyway, I don't know if there are any other users of ikiwiki on this list, but I hope someone might find it useful. Cheers, Chris