From mboxrd@z Thu Jan 1 00:00:00 1970 From: Niels Giesen Subject: Re: Re: extremely weird "bad sexp" errors with org-google-weather [was: extremely weird "bad sexp" errors] Date: Wed, 03 Nov 2010 12:35:37 +0100 Message-ID: <4CD14909.6040802@ibbu.nl> References: <20100915113030.GA790@taupan.ath.cx> <20100916083912.GA9795@taupan.ath.cx> <20100916084207.GB9795@taupan.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=48027 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDbdC-0006LX-1G for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 07:35:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDbd9-0005LX-UB for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 07:35:53 -0400 Received: from smtp-vbr6.xs4all.nl ([194.109.24.26]:1178) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDbd9-0005Jp-Mj for emacs-orgmode@gnu.org; Wed, 03 Nov 2010 07:35:51 -0400 Received: from [127.0.0.1] (a82-93-219-144.adsl.xs4all.nl [82.93.219.144]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id oA3BZcBt096169 for ; Wed, 3 Nov 2010 12:35:39 +0100 (CET) (envelope-from nielsgiesen@ibbu.nl) In-Reply-To: <20100916084207.GB9795@taupan.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Friedrich Delgado wrote: > Oh... and I just tried to set the language back to "DE" and the > problem disappeared. > > It can only guess that there might have been some problem going on > behind the curtain (e.g. on the google servers?), which has now been > resolved. > > I'd appreciate if Org/org-google-weather could handle such conditions > more gracefully, and/or some instructions how to provide debug > information for those cases. > > Friedrich Delgado Friedrichs schrieb: > =20 >> It just occured to me, that I could have include org-google-weather in= >> the subject. >> >> *bump* >> >> Friedrich Delgado Friedrichs schrieb: >> =20 >>> For some strange reason, as of today, the combination >>> >>> %%(org-google-weather "Hamburg" "DE") >>> >>> seems to be deeply offending, as I get a "bad sexp" error for it. >>> =20 >> [...] >> >> =20 > ---Zitatende--- > > =20 Hi Friedrich, I ran into the same problem when I had no network. My work-around was to put something like this in my org-file: %%(condition-case nil (org-google-weather "Tokyo" "jp") (error "connection failed")) Of course, having this error intercepted in org-google-weather or in the general handling by org-mode would be preferable.