Tassilo Horn wrote:
> Nick Dokos writes:
>
> Hi Nick,
>
> > I don't think the patch is necessary: as Tassilo points out,
> > list-calendar-holidays should exist in emacs versions before 23.1, it
> > is obsoleted in 23.1 and replaced by calendar-list-holidays, but
> > remains as an alias in ver
Nick Dokos writes:
Hi Nick,
> I don't think the patch is necessary: as Tassilo points out,
> list-calendar-holidays should exist in emacs versions before 23.1, it
> is obsoleted in 23.1 and replaced by calendar-list-holidays, but
> remains as an alias in versions 23.1 and after. I can confirm th
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