From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: Minor bug: org-agenda-holidays Date: Wed, 22 Dec 2010 12:41:50 +0530 Message-ID: <87fwtqe0y1.fsf@noorul.maa.corp.collab.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=36294 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PVItf-0000qT-1p for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 02:14:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PVItc-0007Cb-4h for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 02:14:02 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:34616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PVItc-0007CV-0S for emacs-orgmode@gnu.org; Wed, 22 Dec 2010 02:14:00 -0500 Received: by iyj17 with SMTP id 17so4288899iyj.0 for ; Tue, 21 Dec 2010 23:13:59 -0800 (PST) In-Reply-To: (Paul Sexton's message of "Tue, 21 Dec 2010 20:21:43 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Paul Sexton Cc: emacs-orgmode@gnu.org Paul Sexton writes: > In org-agenda.el, the function org-agenda-holidays is coded as: > > (defun org-agenda-holidays () > "Display the holidays for the 3 months around the cursor date." > (interactive) > (org-agenda-execute-calendar-command 'list-calendar-holidays)) > > 'list-calendar-holidays' does not exist. It should be > 'calendar-list-holidays'. > Did you get any error when you executed this function? Thanks and Regards Noorul