From mboxrd@z Thu Jan 1 00:00:00 1970 From: d.tchin Subject: Re: Agenda and weather forecast Date: Fri, 10 Sep 2010 19:52:56 +0000 (UTC) Message-ID: References: <87d3sn8mmy.fsf@keller.adm.naquadah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=51860 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou9eq-0001FJ-Fb for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 15:53:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou9ep-0001OB-9C for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 15:53:12 -0400 Received: from lo.gmane.org ([80.91.229.12]:53053) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou9ep-0001Ny-3W for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 15:53:11 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ou9ek-00079R-UZ for emacs-orgmode@gnu.org; Fri, 10 Sep 2010 21:53:06 +0200 Received: from APuteaux-754-1-6-70.w90-44.abo.wanadoo.fr ([90.44.113.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Sep 2010 21:53:06 +0200 Received: from d.tchin by APuteaux-754-1-6-70.w90-44.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Sep 2010 21:53:06 +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 Hi, Just to follow previous discussion about having city. Julien Danjou add a new entry in org-google-weather-format that allows to get City for which the weather is asked for. It is possible to customize this variable. The default format is "%i %c, %l-%h %s" . If you can add %C for city : "%C %i %c, %l-%h %s". For example I have the following entry : #+CATEGORY: Meteo %%(org-google-weather "Caen" "FR") When I display agenda, I have the following : Meteo: Caen, Lower-Normandy icon Couverture nuageuse partielle, 12-22 ℃ Curiously, I have the city following by the region in english whereas the other outputs are in french as expected.