all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rene Borchers <rmborchers@orange.nl>
To: help-gnu-emacs@gnu.org
Subject: Re: adding holidays to calendar
Date: 18 Nov 2007 12:42:22 +0100	[thread overview]
Message-ID: <m31wan7pb5.fsf@studio.lan> (raw)
In-Reply-To: <87zlxmtjnk.fsf@makhector.hypnokush.org>

Hi Stuart,

This works for the Dutch local holidays

(setq other-holidays 
      '((holiday-fixed 8 28 "Gronings Ontzet")
        (holiday-fixed 4 30 "Koninginnedag")
	(holiday-fixed 5 14 "Valentijnsdag")
	(holiday-fixed 10 4 "Dierendag")
        ;; 2e zondag in mei
	(holiday-float 5 7 2 "Moederdag")
	;; 3e zondag in juni
	(holiday-float 6 7 3 "Vaderdag")
	;; 3e dinsdag in september
	(holiday-float 9 2 3 "Prinsjesdag")
))

Rene


-- 
                                       \\\
                                      (o o) 
----------------------------------ooO--(_)--Ooo------- 
Registered Linux User No.291649 http://www.linux-counter.org
Registered LFS user No.16792 http://www.linuxfromscratch.org
Uptime: 12:38:27 up 104 days, 5:43, 4 users, load average: 0.00, 0.00, 0.00
Kernel: Linux 2.6.18.6.tex1 GNU/Linux
Processor: model name : Intel(R) Pentium(R) 4 CPU 2.60GHz
web: http://rene-borchers.homelinux.com
------------------------------------------------------
WARNING TO ALL PERSONNEL: Firings will continue until morale improves.

  reply	other threads:[~2007-11-18 11:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-10 11:38 adding holidays to calendar Stuart McLean
2007-11-18 11:42 ` Rene Borchers [this message]
     [not found] ` <mailman.3736.1195386150.18990.help-gnu-emacs@gnu.org>
2007-11-19 10:53   ` Stuart McLean

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=m31wan7pb5.fsf@studio.lan \
    --to=rmborchers@orange.nl \
    --cc=help-gnu-emacs@gnu.org \
    /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.