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

2010-12-22 Thread Nick Dokos
Noorul Islam K M noo...@noorul.com wrote: Paul Sexton psex...@xnet.co.nz writes: Yes. Wrong type argument: commandp, list-calendar-holidays I think the following patch will fix the issue for you. Log [[[ Make org-agenda-holidays compatible with older versions of emacs. *

[Orgmode] Minor bug: org-agenda-holidays

2010-12-21 Thread Paul Sexton
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

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

2010-12-21 Thread Noorul Islam K M
Paul Sexton psex...@xnet.co.nz 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))