From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: Bug in org-diary (Bad sexp)? Date: Tue, 17 Apr 2012 21:27:21 -0500 Message-ID: <87y5pt3hbq.fsf@gmail.com> References: <87vckzrmn1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKKcG-0004U6-J5 for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 22:27:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SKKcC-00086g-At for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 22:27:32 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:51901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SKKcC-00086U-3b for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 22:27:28 -0400 Received: by obbeh20 with SMTP id eh20so4652497obb.0 for ; Tue, 17 Apr 2012 19:27:26 -0700 (PDT) In-Reply-To: <87vckzrmn1.fsf@gmail.com> (Rafael Villarroel's message of "Mon, 16 Apr 2012 23:46:26 -0500") 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: emacs-orgmode@gnu.org Rafael Villarroel writes: > I think there might be a bug related to the recent changes in the agenda > code, since it has just appeared in the last days. The following are > minimal steps: (Ubuntu 11.10, GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ > Version 2.24.5) of 2011-08-14 on rothera, modified by Debian, Org > version just pulled: Org-mode version 7.8.09 (release_7.8.09.230.gec7b)) > > With the following file, say simpleorg.el > > ------------ > (setq debug-on-error t > debug-on-signal nil > debug-on-quit nil) > > (add-to-list 'load-path "~/Downloads/org-mode/lisp") > > (require 'org-install) > ------------ > > and a ~/diary file containing only: > > ------------ > &%%(org-diary) > > ------------- > > and starting with 'emacs -Q -l simpleorg.el' > > Then M-x diary gives: > > Bad sexp at line 1 in ~/diary: (org-diary) > FWIW, using the tip from http://lists.gnu.org/archive/html/emacs-orgmode/2012-04/msg00702.html to go back to a previous state, I can confirm that commit 3bd1c2e9bff539c94f92f1ec919f8f0f1640f8c0 is good and that commit 973efcd9c9f5a29ffc9db2c317fab44112a97b07 introduced the error described above.