From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Leech-Pepin Subject: Bug Regression : Bad SEXP from Org-Class Date: Mon, 2 Apr 2012 10:17:20 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEi4Z-0000Ig-M7 for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 10:17:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEi4R-00064h-38 for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 10:17:31 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:59142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEi4Q-00064Q-QT for emacs-orgmode@gnu.org; Mon, 02 Apr 2012 10:17:23 -0400 Received: by wgbdr1 with SMTP id dr1so1993582wgb.30 for ; Mon, 02 Apr 2012 07:17:20 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List Hello Org, As of this morning I am getting the following errors on my work machine (last updated on Friday) when trying to load my Agenda: ,---- | Bad sexp at line 106 in [...]/personal.org: (org-class 2012 03 12 2012 04 28 1 15) | Bad sexp at line 107 in [...]/personal.org: (org-class 2012 03 12 2012 04 28 3) | Bad sexp at line 108 in [...]/personal.org: (org-class 2012 03 12 2012 04 28 6 14) `---- (paths trimmed to only indicate relevant file) The associated lines in my personal.org are: ,---- | %%(org-class 2012 03 12 2012 04 28 1 15) 18:30-22:30 BH-210 | %%(org-class 2012 03 12 2012 04 28 3) 18:30-22:30 BH-210 | %%(org-class 2012 03 12 2012 04 28 6 14) 09:00-13:00 BH-210 `---- The error only appears on the appropriate days (Monday, Wednesday, Saturday) if I'm using a daily Agenda, so they are still properly matching the desired dates. The only changed in Org-Agenda over the weekend was 6cbf1f4 where "entry" was replaced by "org-entry" for global dynamic variables. Regards, Jonathan