help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Bad holiday with (calendar-mark-holidays)


From: tomas
Subject: Re: Bad holiday with (calendar-mark-holidays)
Date: Thu, 19 Nov 2020 14:46:11 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Nov 19, 2020 at 02:22:20PM +0100, Christopher Dimech wrote:
> I am getting many warnings about "Bad holiday list item:"
> when I call
> 
> (require 'calendar)
> ;;(require 'holidays)
> (setq holiday-solar-holidays
>    '((holiday-fixed 11 22 "First Quarter Moon")) )
> (calendar-mark-holidays)
> 
> 
> 
> 
> 
> 
> 
> Error (holidays): Bad holiday list item: (holiday-fixed 1 1 New Year's Day)
> Error: (void-variable displayed-month)

The variable `displayed-month' is local to a calendar
buffer. Try to evaluate this thing in the context of a
calendar buffer.

Whether things are working as intended or this is to be
considered as a bug... I don't know.

Cheers
 - t 

Attachment: signature.asc
Description: Digital signature


reply via email to

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