From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Subject: Re: Re: Agenda and weather forecast | multiple forecasts Date: Thu, 9 Sep 2010 09:33:46 -0300 Message-ID: <20100909123346.GH2414@soloJazz.com> References: <87d3sn8mmy.fsf@keller.adm.naquadah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=47075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtgKG-0006Rw-Lv for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:34:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtgKB-0004y3-I4 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:34:00 -0400 Received: from cpoproxy2-pub.bluehost.com ([67.222.39.38]:35108) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OtgKB-0004xC-74 for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:33:55 -0400 Content-Disposition: inline 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: "d.tchin" Cc: emacs-orgmode@gnu.org 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. On Thu, Sep 09, 2010 at 12:06:22PM +0000, d.tchin wrote: > I would like to ask one question. I would like to be able > to do several forecast for different locations. > For example I had the following entries : > %%(org-google-weather "Paris" "FR") > %%(org-google-weather "Caen" "FR") > > In the agenda I have the forecasts for the two locations but > I have no idea on the output about the related locations. > I have following ouput : > > Agenda: icon Couverture nuageuse partielle, 13-24 =B0C > Agenda: icon Brouillard, 13-23 =B0C > > How can we had the locations. Something like : > > Agenda: *Paris*, icon Couverture nuageuse partielle, 13-24 =B0C > Agenda: *Caen*, icon Brouillard, 13-23 =B0C