From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: strange bug using emacs -nw and org.mode Date: Thu, 25 Sep 2008 23:51:31 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kiyjd-0007H3-8F for emacs-orgmode@gnu.org; Thu, 25 Sep 2008 17:50:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kiyjb-0007FJ-PW for emacs-orgmode@gnu.org; Thu, 25 Sep 2008 17:50:52 -0400 Received: from [199.232.76.173] (port=55261 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kiyjb-0007F6-Gr for emacs-orgmode@gnu.org; Thu, 25 Sep 2008 17:50:51 -0400 Received: from nf-out-0910.google.com ([64.233.182.186]:52108) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kiyja-0001wj-Mo for emacs-orgmode@gnu.org; Thu, 25 Sep 2008 17:50:50 -0400 Received: by nf-out-0910.google.com with SMTP id c7so307947nfi.26 for ; Thu, 25 Sep 2008 14:50:49 -0700 (PDT) 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: org-mode In my org-files I have diary.org. In it I have * Anniversaries #+CATEGORY: Anniv %%(org-bbdb-anniversaries) When I start emacs 22 X there are no problems and birthdays are correctly listed in my agenda when the anniversary field is present in a bbdb record . However when I start "emacs -nw" from a terminal I get: Bad sexp at line 6 in /home/rgr/.emacs.d/org-files/diary.org: (org-bbdb-anniversaries) [6 times] They both use the same init files. There are no differences in the load sequence (the error pops up well before any window system specific loads). Anyone have any idea what this might be about or can advise me on how best to debug it? "emacs -nw --debug-on-error" doesn't trigger anything.