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

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

Re: adding holidays to calendar


From: Rene Borchers
Subject: Re: adding holidays to calendar
Date: 18 Nov 2007 12:42:22 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.4

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 via email to

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