From mboxrd@z Thu Jan 1 00:00:00 1970 From: public.avatar@gmail.com ([AvataR]) Subject: Re: Org-Mode API? Date: Wed, 15 Sep 2010 20:24:48 +0300 Message-ID: <878w322a3j.fsf@gmail.com> References: <87hbhr13vh.fsf@gmail.com> <20100915162133.GB30714@pomerol.lix.polytechnique.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60459 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvvjA-0006qR-Ik for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 13:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovvj2-0001v4-TF for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 13:25:00 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:62691) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovvj2-0001uo-MF for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 13:24:52 -0400 Received: by bwz10 with SMTP id 10so1015894bwz.0 for ; Wed, 15 Sep 2010 10:24:51 -0700 (PDT) In-Reply-To: <20100915162133.GB30714@pomerol.lix.polytechnique.fr> (Olivier Schwander's message of "Wed, 15 Sep 2010 18:21:34 +0200") 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: Olivier Schwander Cc: emacs-org > I am currently writing a Python library for parsing org-file. The main > goal is to build a kind of mobile-org for N900 and Maemo but it's > designed to be enough generic for web applications or desktop > applications. Heh. I do same shit for n810 :] But I have emacs there, and it works ok. I wrote simple script to export agenda via emacsclient to pipe, and now going to write simple home widget to write incoming data to desktop. Python is ok, but it eats additional memory. I don't like python on my tablet :]