From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: How to set up anniversaries/birthdays with org-contacts-anniversaries? Date: Wed, 09 Nov 2011 04:20:54 +0530 Message-ID: <81ipmukz3l.fsf@gmail.com> 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> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNuVg-0006Vb-VG for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 17:51:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNuVg-000786-1b for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 17:51:16 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:51352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNuVf-00077y-U9 for emacs-orgmode@gnu.org; Tue, 08 Nov 2011 17:51:16 -0500 Received: by yenm7 with SMTP id m7so51018yen.0 for ; Tue, 08 Nov 2011 14:51:15 -0800 (PST) In-Reply-To: <3DF8E988-B416-43D2-BFEB-D83C31216C14@math.ethz.ch> (Marius Hofert's message of "Tue, 8 Nov 2011 23:36:12 +0100") 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: Marius Hofert Cc: Emacs help Marius Hofert writes: > Thanks for the explanation. Is there also an equivalent solution by > just adjusting .emacs? C-h r g Init Examples Hint: search for load Helpful tip: Learn to use Emacs Info system well. > > > 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. >> >> 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. >> >> >> > > > --