From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brad Bozarth Subject: Re: iPhone ----> org-mode Date: Mon, 23 Mar 2009 17:43:09 -0700 Message-ID: References: <49C792E9.4030602@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Llujr-00068B-8W for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 20:43:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Llujm-00067z-NV for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 20:43:30 -0400 Received: from [199.232.76.173] (port=51624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Llujm-00067w-I7 for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 20:43:26 -0400 Received: from wf-out-1314.google.com ([209.85.200.169]:52574) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Llujm-0001Eq-5i for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 20:43:26 -0400 Received: by wf-out-1314.google.com with SMTP id 23so2818445wfg.24 for ; Mon, 23 Mar 2009 17:43:24 -0700 (PDT) In-Reply-To: <49C792E9.4030602@manor-farm.org> 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: Ian Barton Cc: emacs-orgmode@gnu.org This is nice, no more superfluous flat file... thanks! -brad On Mon, Mar 23, 2009 at 6:47 AM, Ian Barton wrote: >> >> Pretty simple - it could be cleaner, and filenames and such are >> hardcoded, but it should be easy for anyone to fix it up or simply >> replace the filenames and formatting to their liking. It's simple ... >> but still feels like magic when I press one button on my iPhone in the >> car, and what I spoke is sitting in my gtd.org when I get to the >> office :) ... tarball of hack attached. Note that my awk is from OS X, >> should work on linux as well though (I first got it running on linux, >> but had to escape some / characters in a pattern match to get >> reqallxml.awk to work on my mac and haven't tested it again on linux). > > Appended is a quick hack in Python that appends items from the rss feed to > an org file. Tasks are give the guid property, which is used to identify > which tasks have already been imported. > > Requires Mark Pilgrim's feed parser (think this is already part of Python) > and Charles Cave's orgnode.py. Note orgnode.py seems to have a bug, where it > requires at least one entry in the file. > > Ian. > > _______________________________________________ > 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 > >