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
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
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
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
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
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