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
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
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
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.
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
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
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
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
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'
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
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
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
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
13 matches
Mail list logo