From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brad Bozarth Subject: Re: iPhone ----> org-mode Date: Wed, 25 Mar 2009 02:06:17 -0700 Message-ID: References: <15979874-86B6-4E93-9EDD-CE1A30E6525A@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmP4I-0000uF-P6 for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 05:06:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmP4D-0000sv-P4 for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 05:06:38 -0400 Received: from [199.232.76.173] (port=34569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmP4D-0000so-H2 for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 05:06:33 -0400 Received: from mail-qy0-f116.google.com ([209.85.221.116]:48388) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmP4D-0006N5-44 for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 05:06:33 -0400 Received: by qyk14 with SMTP id 14so3870207qyk.14 for ; Wed, 25 Mar 2009 02:06:32 -0700 (PDT) In-Reply-To: <15979874-86B6-4E93-9EDD-CE1A30E6525A@uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org A quick question - if I use a non-nil org-feed-assume-stable, will that handle "updating" a changed reqall entry? This would be both for the case of the entries initially saying "Reqall is typing what you said" before they are transcribed, and for the case of editing an existing entry on the iPhone or web interface. -brad On Wed, Mar 25, 2009 at 1:36 AM, Carsten Dominik w= rote: > Hi Brad, > > I hope you don't mind, but I find this *so extremely useful* that > I made a pure Emacs lisp version of this which is now in the git repo > under the name org-feed.el. =A0It is not made for fancy automatic > updating with cron jobs and git etc, but it makes for a stand-alone > alternative that will be easy to configure and has no dependencies > on external code. > > For example, to get a reQall feed into file ~/org/feeds.org under heading > "ReQall Entries", you would do this. > > (setq org-feed-alist > =A0 '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2..." > =A0 =A0 =A0"~/org/feeds.org" "ReQall Entries"))) > > I do hope that this will not stop python hackers from exploring > this further, because I thought that the python solution was really > good and innovative, and it shows what can be done with modules like > the ones Charles has put out. > > - Carsten > > > On Mar 22, 2009, at 11:38 AM, Brad Bozarth wrote: > >> Hi! I'm new to org-mode, but knew I had to use it when I combined a >> desire to try GTD with my ctrl-s view of the world. >> >> I'm ok with processing tethered to a computer, but wanted an easy way >> to capture on the move, without adding anything to my pocket. A couple >> days of hacking later (with some real *hacks*, but they work), and >> I've got something I really like. >> >> I can now, using either the iphone keyboard or my voice, quickly >> capture something, and know that it will shortly be sitting as a TODO >> under "iPhone inbox" in my gtd.org file that is git synchronized >> between all my computers. I put it together with a cron'd shell >> script, two awk scripts, and the free "Reqall" iPhone app. Could be >> done more elegantly, but then I wouldn't be Getting (other) Things >> Done :). I can share the hacks if anyone is interested. >> >> -brad >> >> >> _______________________________________________ >> Emacs-orgmode mailing list >> Remember: use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >