Adding (require 'cl) seems to fix things; patch included.

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 <cweb...@dustycloud.org> 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 <jul...@danjou.info> 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/
_______________________________________________
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

Reply via email to