all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Chris Willard <chris@thewillards.co.uk>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: Diary and Holidays
Date: Tue, 1 Jul 2008 09:54:40 +0200	[thread overview]
Message-ID: <8B278582-1228-4CE2-83D7-0FA51428CBCD@Web.DE> (raw)
In-Reply-To: <20080630184029.GA25382@ts1.thewillards.local>


Am 30.06.2008 um 20:40 schrieb Chris Willard:

> I am having a play with the diary and calender in emacs and would like
> to know if is possible to show UK holidays instead of US. If this is
> not possible can I turn off the displaying of holiday?


It's both possible. The latter is true when you do not have customised

	'(view-calendar-holidays-initially t)

(although there might be some interference with diary), for the  
former you need to overwrite the holidays lists, general-holidays,  
local-holidays, christian-holidays (or whatever you need), and in the  
end record:

	(setq calendar-holidays
	  (append general-holidays local-holidays
	          christian-holidays solar-holidays)
	)	; other-holidays ?
	(setq calendar-week-start-day 1)
	(setq european-calendar-style t)
	(setq calendar-date-style 'european)

Much, if not all, can be done via the customisation interface. The  
original definitions are in calendar.el.

--
Greetings

   Pete
                       ~  o
                        ~_\\_/\
                       ~  O   O






      reply	other threads:[~2008-07-01  7:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-30 18:40 Diary and Holidays Chris Willard
2008-07-01  7:54 ` Peter Dyballa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8B278582-1228-4CE2-83D7-0FA51428CBCD@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=chris@thewillards.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.