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

2010-12-22 Thread Nick Dokos
Noorul Islam K M wrote: > Paul Sexton 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. > > * lisp/org-agenda.

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

2010-12-22 Thread Noorul Islam K M
Paul Sexton 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. * lisp/org-agenda.el (org-agenda-holidays): Make this function compatible

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

2010-12-21 Thread Noorul Islam K M
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-holid