From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Re: Agenda and weather forecast | multiple forecasts Date: Thu, 9 Sep 2010 14:17:36 +0000 (UTC) Message-ID: References: <87d3sn8mmy.fsf@keller.adm.naquadah.org> <20100909123346.GH2414@soloJazz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=43569 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Othwo-000827-4B for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:17:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Othwj-0006lV-6w for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:17:54 -0400 Received: from lo.gmane.org ([80.91.229.12]:41109) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Othwi-0006lF-Vp for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 10:17:49 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Othwg-0003p1-O1 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 16:17:46 +0200 Received: from APuteaux-754-1-16-202.w90-44.abo.wanadoo.fr ([90.44.119.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Sep 2010 16:17:46 +0200 Received: from d.tchin by APuteaux-754-1-16-202.w90-44.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Sep 2010 16:17:46 +0200 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: emacs-orgmode@gnu.org Juan computer.org> writes: > > A simple way is to use the category declaration: > > #+CATEGORY: Paris > %%(org-google-weather "Paris" "FR") > #+CATEGORY: Caen > %%(org-google-weather "Caen" "FR") > #+CATEGORY: Agenda > ... other stuff > > Regards, > .j. > Thank you for your answer. In fact I was thought that the information was already in expression (org-google-weather "Paris" "FR") and the way was to extract it. But I like your suggestion.