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

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

Re: Problem using calendar-check-holidays


From: Rüdiger Sonderfeld
Subject: Re: Problem using calendar-check-holidays
Date: Mon, 10 Oct 2011 21:19:15 +0200
User-agent: RoundCube Webmail/0.2.1

Hello,
thanks to ashawley from the emacs IRC channel I found the problem:
calendar-check-holidays expects the date to be in gregorian.

(let ((calendar-holidays '((holiday-fixed 1 1 "New Year")))
      (calendar-debug-sexp t)
      (d '(1 1 2012)))
  (calendar-check-holidays d))

Regards,
Rüdiger




reply via email to

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