From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jeff Mickey" Subject: Re: Re: Any iPhone devellopers here Date: Mon, 6 Oct 2008 18:43:45 -0400 Message-ID: References: <83D9C37A-9163-40EB-BC77-47AE1903746E@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kmynt-0004J8-Ha for emacs-orgmode@gnu.org; Mon, 06 Oct 2008 18:43:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kmyns-0004IZ-0C for emacs-orgmode@gnu.org; Mon, 06 Oct 2008 18:43:49 -0400 Received: from [199.232.76.173] (port=47958 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kmynr-0004IU-QU for emacs-orgmode@gnu.org; Mon, 06 Oct 2008 18:43:47 -0400 Received: from wf-out-1314.google.com ([209.85.200.168]:10526) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kmynr-0007O1-8d for emacs-orgmode@gnu.org; Mon, 06 Oct 2008 18:43:47 -0400 Received: by wf-out-1314.google.com with SMTP id 28so2939302wfc.24 for ; Mon, 06 Oct 2008 15:43:45 -0700 (PDT) In-Reply-To: Content-Disposition: inline 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: Peter Jones Cc: emacs-orgmode@gnu.org On Mon, Oct 6, 2008 at 18:19, Peter Jones wrote: > Carsten Dominik writes: >> do we have any iPhone developer here on the list who would like to >> listen to my ideas about a (very simple) mobile arm (not version) of >> Org? > > I've been thinking about ways to get OrgMode tasks onto my iPhone. I > haven't written any code yet, but was thinking about writing an > Objective-C library that can parse org files. The problem, of course, > is dealing with any Lisp, like recurring dates. > > I'd be very interested in hearing your ideas Carsten. So I had started to write a translator for OrgMode to OmniFocus on the iPhone, but I never got the WebDAV updates to function properly, and it didn't sync back (OF -> Org). This made it basically unusable and not so hot. If you jailbreak your phone, you can probably get a lot further on this project, as you can run any compiled executable that you bless with `ldid -S filename`. I'm not sure if anyone has tried compiling emacs on the iPhone, but I imagine that would be quite a feat in it's self. Though it's probably the only way to leverage all your org-mode elisp. If you could settle for some subset, you could probably rewrite what you needed in Obj-C. Any ideas you have for this I'd appreciate hearing about as well. // jeff