Re: [O] [OT] Icon problem with org-google-weather

2011-06-06 Thread Nick Dokos
Nick Dokos wrote: > This is off-topic but it is driving me bananas. I do > > (setq date '(6 5 2011)) > (6 5 2011) > (setq foo (let ((org-google-weather-cache-time 0)) > (org-google-weather))) > (setq bar (org-google-weather)) > (equal foo bar) > (insert foo) > (insert bar) > > in the *scr

Re: [O] [OT] Icon problem with org-google-weather

2011-06-06 Thread Nick Dokos
Nick Dokos wrote: > Tassilo Horn wrote: > > It's already there. But now I get > > > > (error "Bad url: :/ig/images/weather/chance_of_storm.gif") > > > > in the first `org-google-weather' call. > > > > Me too: this is recent - the image URLs were of the form g0.static (or > something like

Re: [O] [OT] Icon problem with org-google-weather

2011-06-06 Thread Nick Dokos
Tassilo Horn wrote: > Nick Dokos writes: > > >> --8<---cut here---start->8--- > >> (defun foobar () > >> (interactive) > >> (let ((date '(6 6 2011))) > >> (setq bar (org-google-weather "Montabaur" "DE")) > >> (setq foo (let ((org-google-weather-ca

Re: [O] [OT] Icon problem with org-google-weather

2011-06-06 Thread Tassilo Horn
Nick Dokos writes: >> --8<---cut here---start->8--- >> (defun foobar () >> (interactive) >> (let ((date '(6 6 2011))) >> (setq bar (org-google-weather "Montabaur" "DE")) >> (setq foo (let ((org-google-weather-cache-time 0)) >> (org-goog

Re: [O] [OT] Icon problem with org-google-weather

2011-06-06 Thread Nick Dokos
Tassilo Horn wrote: > > Nevertheless, when I insert foo, the icon is shown, but when I insert > > bar, the icon is an empty box. What am I missing? > > I have a similar problem. In one of my org files, I have > > %%(org-google-weather "Montabaur" "de") > > and since lately, I get only squar

Re: [O] [OT] Icon problem with org-google-weather

2011-06-06 Thread Tassilo Horn
Nick Dokos writes: > This is off-topic but it is driving me bananas. I do > > (setq date '(6 5 2011)) > (6 5 2011) > (setq foo (let ((org-google-weather-cache-time 0)) > (org-google-weather))) > (setq bar (org-google-weather)) > (equal foo bar) > (insert foo) > (insert bar) > > in the *scra