all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Can't remove holidays
@ 2017-11-21 17:45 John Martin
  2017-11-21 18:21 ` Teemu Likonen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: John Martin @ 2017-11-21 17:45 UTC (permalink / raw)
  To: help-gnu-emacs

I have the following in my .emacs file in order not to show US holidays

(setq holiday-general-holidays nil)
(setq general-holidays nil)

I should probably only need one of the above lines but I'm not sure which.
Neither line works, I still see US holidays.

The following lines come from the holidays.el.gz file and appears
to describe my problem however I don't know how to correct it,
how do I tell what's being autoloaded?

------------------------------------------------------------------------
;; This one should not be autoloaded, else .emacs changes of
;; holiday-general-holidays etc have no effect.
;; FIXME should have some :set-after.
(defcustom calendar-holidays
  (append holiday-general-holidays holiday-local-holidays
      holiday-other-holidays holiday-christian-holidays
        holiday-hebrew-holidays holiday-islamic-holidays
           holiday-bahai-holidays holiday-oriental-holidays
              holiday-solar-holidays)
------------------------------------------------------------------------

Presumably I shouldn't be touching the files in the emacs distro,
any ideas what I'm doing wrong?

-- 
John


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

end of thread, other threads:[~2017-11-21 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-21 17:45 Can't remove holidays John Martin
2017-11-21 18:21 ` Teemu Likonen
     [not found] ` <mailman.4259.1511288490.27995.help-gnu-emacs@gnu.org>
2017-11-21 19:15   ` John Martin
2017-11-21 21:38 ` Michael Heerdegen
     [not found] ` <mailman.4278.1511300318.27995.help-gnu-emacs@gnu.org>
2017-11-21 23:31   ` John Martin

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.