Bernt Hansen <be...@norang.ca> 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.

HTH,
Nick


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to