From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: Re: Agenda and weather forecast Date: 9 Sep 2010 14:20:44 +0200 Message-ID: <871v93nm5f.fsf@gmx.ch> References: <87d3sn8mmy.fsf@keller.adm.naquadah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=50579 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Otg7T-0008Ti-8U for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:20:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Otg7R-0002L3-7R for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:20:47 -0400 Received: from mx6.rz.ruhr-uni-bochum.de ([134.147.64.30]:58876) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Otg7Q-0002Kb-VO for emacs-orgmode@gnu.org; Thu, 09 Sep 2010 08:20:45 -0400 In-Reply-To: (d. tchin's message of "Thu, 9 Sep 2010 12:06:22 +0000 (UTC)") 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 d.tchin writes: > In the agenda I have the forecasts for the two locations but=20 > I have no idea on the output about the related locations.=20 > I have following ouput : > > Agenda: icon Couverture nuageuse partielle, 13-24 =C2=B0C > Agenda: icon Brouillard, 13-23 =C2=B0C > > How can we had the locations. Something like : > > Agenda: *Paris*, icon Couverture nuageuse partielle, 13-24 =C2=B0C > Agenda: *Caen*, icon Brouillard, 13-23 =C2=B0C I have done that this way: ** Wetter *** Bochum :PROPERTIES: :CATEGORY: Wetter in BO :END: %%(org-google-weather "Bochum" "de") *** Heidelberg :PROPERTIES: :CATEGORY: Wetter in HD :END: %%(org-google-weather "Heidelberg" "de") Greetings, Sven