Nick Dokos <nicholas.do...@hp.com> 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-google-weather "Montabaur" "DE")))
>>     (string= foo bar)
>>     (insert foo)
>>     (insert bar)))
>> --8<---------------cut here---------------end--------------->8---
>> 
>> I get an error at the foo value evaluation.  The evaluation of bar seems
>> to work fine...
>> 
>> --8<---------------cut here---------------start------------->8---
>> Debugger entered--Lisp error: (error "Data not found")
>
> Yes, the "Data not found" problem is an org-google-weather problem,
>
> I sent Julien the following patch - either apply it by hand or
> check Julien's git repo: it may be there already.

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.

Bye,
Tassilo

Reply via email to