From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Org-mode version 6.32trans (release_6.32b.157.g04e9); Insert anniversary in the calendar fails Date: Tue, 10 Nov 2009 15:21:21 -0500 Message-ID: <87ocnannb2.fsf@gollum.intra.norang.ca> References: <200911101936.nAAJaTw6030168@gollum.intra.norang.ca> <10991.1257884059@alphaville.usa.hp.com> 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 1N7xDU-0006zC-OS for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 15:21:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N7xDR-0006w3-54 for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 15:21:28 -0500 Received: from [199.232.76.173] (port=59172 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N7xDQ-0006vr-PF for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 15:21:24 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64459) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N7xDQ-0000uq-Fs for emacs-orgmode@gnu.org; Tue, 10 Nov 2009 15:21:24 -0500 In-Reply-To: <10991.1257884059@alphaville.usa.hp.com> (Nick Dokos's message of "Tue\, 10 Nov 2009 15\:14\:19 -0500") 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org Nick Dokos writes: > Bernt Hansen wrote: > >> >> From the agenda (C-c a a c i a RET RET) >> >> I get the following error >> >> Debugger entered--Lisp error: (void-function diary-date-display-form) >> (diary-date-display-form) > ... >> >> Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) >> of 2008-11-09 on raven, modified by Debian >> Package: Org-mode version 6.32trans (release_6.32b.157.g04e9) >> > > This works fine in emacs 23, probably because the calendar people have > fixed their autoloads. Not sure about the best way to fix it in emacs 22, > but a strategically placed > > (require 'diary-lib) > > somewhere in your .emacs or your org init file, would certainly do it. Nope. Emacs 22 doesn't have that function. Carsten just pushed a fix for this for Emacs 22. Thanks! Bernt