emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Minor bug: org-agenda-holidays


From: Paul Sexton
Subject: [Orgmode] Minor bug: org-agenda-holidays
Date: Tue, 21 Dec 2010 20:21:43 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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'.

Paul





reply via email to

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