On 2011-11-08, at 23:33 , Jambunathan K wrote: >> Debugger entered--Lisp error: (void-function diary-anniversary) > > There is a universal solution to this problem > > M-x load-library RET diary TAB > > and choose which of the options make most sense or try each one of them > in turn.
I have: 1) diary-lib 2) diary-loaddefs I chose the first one. After that, I could define a :BIRTHDAY: with year < 1970 and it correctly showed up in the agenda view! Seems to work! :-) Thanks a lot, Marius > > Note that in the above load-library you are using "diary" because it is > the "prefix" of function (or variable) which reported as void. > > The load-library call unvoids the void things.