From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Seeger Subject: Re: Emacs 23 (cvs), org-mode (git): Bad sexp Date: Wed, 28 Jan 2009 12:33:24 +0100 Message-ID: <873af3is1n.wl%jan.seeger@thenybble.de> References: <87eiyn90fv.wl%jan.seeger@thenybble.de> <87iqnzd6wg.wl%jan.seeger@thenybble.de> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LS8gb-0003Kz-Dp for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 06:34:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LS8gb-0003KJ-1d for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 06:34:25 -0500 Received: from [199.232.76.173] (port=49873 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LS8ga-0003KA-Qt for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 06:34:24 -0500 Received: from thenybble.de ([87.230.95.74]:47814) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LS8ga-0006Vo-GH for emacs-orgmode@gnu.org; Wed, 28 Jan 2009 06:34:24 -0500 In-Reply-To: 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: Carsten Dominik Cc: Org Mode List At Wed, 28 Jan 2009 12:19:06 +0100, Carsten Dominik wrote: > > > On Jan 28, 2009, at 12:09 PM, Jan Seeger wrote: > > > At Wed, 28 Jan 2009 12:00:56 +0100, > > Carsten Dominik wrote: > >> > >> Looks like the function diary-schedule is defined in some package > >> that des not get loaded in time for creating the agenda. > >> But when you try for the second time, it is loaded. > > > > I tried require'ing diary-lib before loading org-mode, but it doesn't > > do anything. The strange thing is that the other days are displayed > > correctly, only the current day is not shown. > > diary-schedule is not defined in diary-lib.el. > Maybe you cut-and-paste it from the emacs wiki? Ah yes, the diary-schedule is from the emacswiki. But I don't see why it works on the days after today and not today. Regards, Jan