From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: Minor bug: org-agenda-holidays Date: Tue, 21 Dec 2010 21:35:16 +0100 Message-ID: <874oa6ampn.fsf@member.fsf.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=50974 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PV8vj-0000nM-Uf for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 15:35:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PV8vi-0003O0-Hz for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 15:35:31 -0500 Received: from lo.gmane.org ([80.91.229.12]:54136) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PV8vi-0003Nn-8p for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 15:35:30 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PV8vg-0004ms-FN for emacs-orgmode@gnu.org; Tue, 21 Dec 2010 21:35:28 +0100 Received: from 95-88-32-105-dynip.superkabel.de ([95.88.32.105]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 21:35:28 +0100 Received: from tassilo by 95-88-32-105-dynip.superkabel.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Dec 2010 21:35:28 +0100 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: 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'. In my emacs version (24 from bzr), the former is an alias for the latter, where the former is obsoleted as of emacs 23.1. So I guess older emacs version only have the former. What emacs version are you using? Bye, Tassilo