From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: iPhone ----> org-mode Date: Tue, 24 Mar 2009 08:30:35 +0000 Message-ID: <49C89A2B.60303@manor-farm.org> References: <49C792E9.4030602@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lm22F-0007NC-1x for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 04:30:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lm22A-0007LI-Uy for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 04:30:58 -0400 Received: from [199.232.76.173] (port=39492 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lm22A-0007LC-PC for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 04:30:54 -0400 Received: from a2s22.a2hosting.com ([69.39.86.130]:55518) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lm22A-00010U-AZ for emacs-orgmode@gnu.org; Tue, 24 Mar 2009 04:30:54 -0400 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: Carsten Dominik Cc: emacs-orgmode@gnu.org >> This is nice, no more superfluous flat file... thanks! > > I don't think so! Because if I see this correctly, your own > solution will allow new entries to be refiled to other files, > removed or archived, without the script adding them again. If you > do this in Ians solution, I think they will be added again. > Theoretically my script shouldn't add things twice. It stores the item's guid as a PROPERTY and checks to see if the guid exists in the org file before it adds the item. I am assuming here that guids in reqall are unique. Having investigated reqall a bit further, it seems that messages are assigned various categories e.g. "Note", "Meeting". The latest incarnation of my script will store the item from the rss feed in a file according to its category. When the script is a bit more stable, I'll upload it to github. I have also done some work in adapting the jabberbot that I use with my MythTV set up, so I can get a list of my tasks and post new one via Google Talk. Ian.