From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Villarroel Subject: Bug in org-diary (Bad sexp)? Date: Mon, 16 Apr 2012 23:46:26 -0500 Message-ID: <87vckzrmn1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SK0JI-0001QO-1d for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 00:46:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SK0JE-0002E0-Hr for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 00:46:35 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:38260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SK0JE-0002Dh-AD for emacs-orgmode@gnu.org; Tue, 17 Apr 2012 00:46:32 -0400 Received: by obbeh20 with SMTP id eh20so3022100obb.0 for ; Mon, 16 Apr 2012 21:46:29 -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: emacs-orgmode@gnu.org 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) For some reason I do not get a backtrace. Hopefully somebody will be able at least to reproduce! Best regards, Rafael