From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: Agenda and weather forecast Date: Sat, 11 Sep 2010 14:09:56 -0500 Message-ID: <878w38m70b.fsf@dustycloud.org> References: <87d3sn8mmy.fsf@keller.adm.naquadah.org> <87d3skm7ia.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from [140.186.70.92] (port=34747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuVSS-0005yd-3M for emacs-orgmode@gnu.org; Sat, 11 Sep 2010 15:09:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuVSQ-0007cK-EI for emacs-orgmode@gnu.org; Sat, 11 Sep 2010 15:09:51 -0400 Received: from li28-75.members.linode.com ([75.127.72.75]:52420) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuVSQ-0007c5-By for emacs-orgmode@gnu.org; Sat, 11 Sep 2010 15:09:50 -0400 In-Reply-To: <87d3skm7ia.fsf@dustycloud.org> (Christopher Allan Webber's message of "Sat, 11 Sep 2010 13:59:09 -0500") 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: Julien Danjou Cc: emacs-orgmode@gnu.org --=-=-= Adding (require 'cl) seems to fix things; patch included. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=cl-fix.diff diff --git a/google-weather.el b/google-weather.el index d86165d..bc4c7d0 100644 --- a/google-weather.el +++ b/google-weather.el @@ -26,6 +26,7 @@ ;; ;;; Code: +(require 'cl) (require 'url) (require 'url-cache) (require 'xml) --=-=-= Christopher Allan Webber writes: > There have been a number of complaints about missing sexp that seem to > be unrelated to the "storm" bug. It seems that if "loop" from the > cl-macs package is not already loaded a sexp error appears. > > Julien Danjou writes: > >> Hi folks, >> >> If anybody is interested, I've wrote an small extension to put some >> weather forecasts in the agenda. >> >> It can be found here[1]. I've blogged about it yesterday, so if you're >> curious you can read the entry[2]. >> >> Happy hacking, >> >> [1] http://julien.danjou.info/google-weather-el.html >> [2] http://julien.danjou.info/blog/ --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--