From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Hofert Subject: Re: How to set up anniversaries/birthdays with org-contacts-anniversaries? Date: Wed, 9 Nov 2011 00:25:46 +0100 Message-ID: <14423F95-5C91-4915-9C11-1F6F9E45ACC3@math.ethz.ch> References: <49FF00AC-D45D-41ED-95A9-98C771F52282@math.ethz.ch> <32789D68-74E0-4B80-9C17-BB9C405535F9@math.ethz.ch> <4660.1320787996@alphaville.americas.hpqcorp.net> <545524F1-AC54-4ADB-8EDA-6AA4BBAA551E@math.ethz.ch> <5493.1320790042@alphaville.americas.hpqcorp.net> <81sjlykzwm.fsf@gmail.com> <3DF8E988-B416-43D2-BFEB-D83C31216C14@math.ethz.ch> <6927.1320793592@alphaville.americas.hpqcorp.net> <7507.1320794479@alphaville.americas.hpqcorp.net> Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNv39-0007BP-Kw for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 18:25:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNv38-0005fP-9m for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 18:25:51 -0500 Received: from edge20.ethz.ch ([82.130.99.26]:21266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNv38-0005f0-4t for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 18:25:50 -0500 In-Reply-To: <7507.1320794479@alphaville.americas.hpqcorp.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: nicholas.dokos@hp.com Cc: Emacs help , Jambunathan K >>> (load-library "diary") >>>=20 >>> 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: >>>=20 >>> (require 'diary) >>=20 >> I obtain (also for (load-library "diary") ): >> File error: Cannot open load file, diary >>=20 >> I assume I'm missing some diary.el (?).=20 >>=20 >=20 > Nope, I'm wrong: diary-anniversary is in diary-lib, so the > correct form is >=20 > (load-library "diary-lib") >=20 > or >=20 > (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.