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

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

Re: appt messes with format of dates in diary


From: Glenn Morris
Subject: Re: appt messes with format of dates in diary
Date: Wed, 10 Dec 2003 18:52:47 +0000
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Joe Corneli wrote:

> In GNU Emacs 21.3.1 (powerpc-apple-darwin, X toolkit)
[...]
> If I load the package appt, the format of diary entries is changed to
>
> "Dec 8, 2003"
>
> from my preferred 
>
> "8 Dec 2003" 
>
> as given by (setq european-calendar-style t)

Can you provide a recipe to reproduce this?

emacs-21.3 -q --no-site-file
M-: (setq european-calendar-style t)
M-: (require 'appt)
M-x calendar
M-x insert-diary-entry

doesn't show it.

> This is annoying, and I'm not sure how to fix it.

(setq calendar-date-display-form european-calendar-display-form)
or
M-x european-calendar

ought to fix it.





reply via email to

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