From mboxrd@z Thu Jan 1 00:00:00 1970 From: Friedrich Delgado Subject: extremely weird "bad sexp" errors Date: Wed, 15 Sep 2010 13:30:32 +0200 Message-ID: <20100915113030.GA790@taupan.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33134 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvqCD-00058X-B1 for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 07:30:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvqCB-0003Gq-Uv for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 07:30:37 -0400 Received: from dudelab.org ([212.12.33.202]:18358 helo=mail.dudelab.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvqCB-0003GA-QH for emacs-orgmode@gnu.org; Wed, 15 Sep 2010 07:30:35 -0400 Received: from abrasax.taupan.ath.cx (p5DE8BFF5.dip.t-dialin.net [93.232.191.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Friedrich Delgado Friedrichs", Issuer "User CA" (not verified)) by mail.dudelab.org (Postfix) with ESMTP id D78C0228149 for ; Wed, 15 Sep 2010 13:34:23 +0200 (CEST) Content-Disposition: inline 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 mailing list Hi! 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. %%(org-google-weather "Hamburg") works, %%(org-google-weather "Berlin" "DE") also works, %%(org-google-weather "Hamburg" "DA") also works (as does any other german city or language I've tried). How could I provide debug information for this? toggle-debug-on-error and edebug-defun give me no cookies at all. A different issue: It seems I have to eval (require 'org-google-weather) manually. I have it in a private library "org-config" which I require from my main =2Eemacs, but that also results in "bad sexp" errors (this time for both of my weather lines). --=20 Friedrich Delgado TauPan on Ircnet and Freenode ;)