Hi I am having a weird problem with GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) and orgmode 6.35i Windows XP When I run the agenda command for the current week day C-a a, I get a error message "eval-buffer: Required feature `diary-loaddefs' was not provided" with the agenda view only showing "Week-agenda (W17):" and no entries. I deleted everything from my .emacs file except this: (add-to-list 'load-path "C:/Documents and Settings/csnyder/Desktop/My Dropbox/emacs_org/remember/") (add-to-list 'load-path "C:/Documents and Settings/csnyder/Desktop/My Dropbox/emacs_org/org-mode/lisp") (require 'org) (require 'remember) (require 'org-install) and the problem remains Any ideas? Thanks! cls