emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Minor bug: org-agenda-holidays


From: Tassilo Horn
Subject: [Orgmode] Re: Minor bug: org-agenda-holidays
Date: Tue, 21 Dec 2010 21:35:16 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Paul Sexton <address@hidden> 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




reply via email to

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