emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to set up anniversaries/birthdays with org-contacts-annivers


From: Marius Hofert
Subject: Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?
Date: Wed, 9 Nov 2011 00:25:46 +0100

>>> (load-library "diary")
>>> 
>>> This calls the function load-library with the string argument "diary".
>>> This form can be added to .emacs. Alternatively, you can use the
>>> require form that I posted:
>>> 
>>> (require 'diary)
>> 
>> I obtain (also for (load-library "diary") ):
>> File error: Cannot open load file, diary
>> 
>> I assume I'm missing some diary.el (?). 
>> 
> 
> Nope, I'm wrong: diary-anniversary is in diary-lib, so the
> correct form is
> 
> (load-library "diary-lib")
> 
> or
> 
> (require 'diary-lib)


okay, that's also what I tried and it worked. However, I still see the "Bad 
sexp..." error when there is a BIRTHDAY tag *without* date, so just a line 
containing ":BIRTHDAY:" But that's of course not a big issue.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]