Re: [Orgmode] Agenda and weather forecast

2010-09-11 Thread Julien Danjou
On Sat, Sep 11 2010, Christopher Allan Webber wrote: > Adding (require 'cl) seems to fix things; patch included. Added, thanks. -- Julien Danjou // ᐰhttp://julien.danjou.info pgpdf9Mamf2I3.pgp Description: PGP signature ___ Emacs-orgmode mailing

Re: [Orgmode] Agenda and weather forecast

2010-09-11 Thread Christopher Allan Webber
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) Chris

Re: [Orgmode] Agenda and weather forecast

2010-09-11 Thread Christopher Allan Webber
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 p

Re: [Orgmode] Agenda and weather forecast

2010-09-10 Thread Eric S Fraga
Apologies for noise: I got the answer from one of the other messages in the list . Thanks again! -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Agenda and weather forecast

2010-09-10 Thread Eric S Fraga
On Thu, 09 Sep 2010 08:19:17 +0200, Julien Danjou wrote: > > [1 ] > [1.1 ] > 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 t

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, Jason McBrayer wrote: > Awesome tool. I've fixed a tiny bug, which was causing the "invalid > sexp" error for me. Good catch, patch applied. And good luck with the storm. -- Julien Danjou // ᐰhttp://julien.danjou.info pgpmcCcNig3tp.pgp Description: PGP signature

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Jason McBrayer
Awesome tool. I've fixed a tiny bug, which was causing the "invalid sexp" error for me. -- Jason F. McBrayer http://jfm.carcosa.net/ 0001-Missing-.-in-org-google-weather-icon-alist.patch Description: Binary data ___ Emacs-orgmode mailing list Please u

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Julien Danjou
On Thu, Sep 09 2010, Sven Bretfeld wrote: > I had °F at first instead of °C what I would prefer. I'm in Germany; > adding ("DE" . "°C") in the customization of "Google Weather Unit System > Temperature Assoc" didn't help. In the screenshot I noticed that you > have a string "en-gb" which is not do

Re: [Orgmode] Agenda and weather forecast | language and units

2010-09-09 Thread Sven Bretfeld
Hi Juan Juan Pechiar writes: > The google API determines the unit system (C or F) based on the > language parameter (smart guys?!). > > Ths parameter goes after the city in the call to org-google-weather: > > E.g. %%(org-google-weather "Montevideo,Uruguay" "es") Ah. I see. It's working after I'

Re: [Orgmode] Agenda and weather forecast | alternative icon set

2010-09-09 Thread Juan
On Thu, Sep 09, 2010 at 08:19:17AM +0200, Julien Danjou wrote: > If anybody is interested, I've wrote an small extension to put some > weather forecasts in the agenda. For those not on a linux/gnome system, you can get an icon set from google. Ref: post at http://www.google.com/support/forum/p/ap

Re: [Orgmode] Agenda and weather forecast | language and units

2010-09-09 Thread Juan Pechiar
Hi, The google API determines the unit system (C or F) based on the language parameter (smart guys?!). Ths parameter goes after the city in the call to org-google-weather: E.g. %%(org-google-weather "Montevideo,Uruguay" "es") This extension is magic! Regards, .j. P.S. Cannot install into Note

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Sven Bretfeld
Hi Julien Julien Danjou writes: > 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]. Wonderful. Works out of the box and looks nice

Re: [Orgmode] Agenda and weather forecast

2010-09-09 Thread Simon Guest
At Thu, 09 Sep 2010 08:19:17 +0200, Julien Danjou wrote: > If anybody is interested, I've wrote an small extension to put some > weather forecasts in the agenda. Hi Julien, This looks really cool. I downloaded google-weather-el-236b269, and stuck %%(org-google-weather) at the top of one of my o