all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bad holiday with (calendar-mark-holidays)
@ 2020-11-19 13:22 Christopher Dimech
  2020-11-19 13:46 ` tomas
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Dimech @ 2020-11-19 13:22 UTC (permalink / raw)
  To: Help Gnu Emacs

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)

Error (holidays): Bad holiday list item: (holiday-float 1 1 3 Martin Luther King Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 2 2 Groundhog Day)
Error: (void-variable displayed-month)

Error (holidays): Bad holiday list item: (holiday-fixed 2 14 Valentine's Day)
Error: (void-variable displayed-month)




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-19 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-19 13:22 Bad holiday with (calendar-mark-holidays) Christopher Dimech
2020-11-19 13:46 ` tomas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.