From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Shenderovich Subject: Org-weather: display on some dates Date: Fri, 17 Sep 2010 10:36:29 +0200 Message-ID: <87iq249376.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=55131 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OwWSA-0006HH-IW for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 04:37:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwWS9-0008Iy-LB for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 04:37:54 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:44267) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwWS9-0008Id-HF for emacs-orgmode@gnu.org; Fri, 17 Sep 2010 04:37:53 -0400 Received: by wyb36 with SMTP id 36so2717906wyb.0 for ; Fri, 17 Sep 2010 01:37:52 -0700 (PDT) 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, all, I have a question about recent plugin org-weather, which takes weather forecast from google and then displays it to agenda. Is it possible to have it not on all days but on the selected ones? I mean, if I'm visiting some city now, I would like to have a weather forecast just on the days of visit, not more. Ideal situation would be like that: I create block * Travel to some city %%(org-google-weather "some city" "en-gb") and that's it. But that doesn't work, actually. Is it possible to do something like that?