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

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

FIX emacs-cvs results in calendar errors


From: Gijs Hillenius
Subject: FIX emacs-cvs results in calendar errors
Date: Wed, 09 Apr 2008 08:43:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On  8 Apr 2008, Peter Dyballa replied:

to what I wrote:
>> starting emacs-snapshot-gtk -Q
>>
>> results in a calendar that will (also) mess up the Dutch dates in the
>> diary file. A diary-anniversary at Feb 4 will show up on April 2nd and
>> so on.
>
> The default is US American calendar. Give it some ELisp code on the
> command line to switch to European, or, much, better create a little
> ~/.emacs-init.el file that does the switch and also defines the Dutch
> holidays. You can load it with -l.

I have in .emacs

(setq european-calendar-style t

and a handfull other lines based on this DiaryMode in the emacswiki.org

Glenn emailed me, and suggested

(setq calendar-date-style 'european)

which fixes the date: Feb 4th being changed into April 2nd.

Thx

Gijs



reply via email to

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