From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: iPhone ----> org-mode Date: Wed, 25 Mar 2009 09:36:56 +0100 Message-ID: <15979874-86B6-4E93-9EDD-CE1A30E6525A@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmObi-0003LN-Fl for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 04:37:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmObc-0003K8-FT for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 04:37:04 -0400 Received: from [199.232.76.173] (port=57794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmObc-0003K3-AC for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 04:37:00 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:40416) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmObb-0002gc-R7 for emacs-orgmode@gnu.org; Wed, 25 Mar 2009 04:37:00 -0400 Received: by ewy4 with SMTP id 4so2863139ewy.42 for ; Wed, 25 Mar 2009 01:36:58 -0700 (PDT) In-Reply-To: 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: Brad Bozarth Cc: emacs-orgmode@gnu.org 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. It 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 '(("ReQall" "http://www.reqall.com/user/feeds/rss/a1b2..." "~/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