[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: european-date-diary-pattern, diary-date-forms, custom.el
From: |
Glenn Morris |
Subject: |
Re: european-date-diary-pattern, diary-date-forms, custom.el |
Date: |
Mon, 02 Mar 2009 10:30:32 -0800 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
"Andreas Goesele" wrote:
> I tried to change european-date-diary-pattern and consequently
> diary-date-forms. But even though european-date-diary-pattern is
> correctly set in my custom.el, everytime I start Emacs anew I get as
> diary-date-forms the orignal, unchanged european-date-diary-pattern.
Normally you should just change diary-date-forms directly.
Anyway, I imagine you are somehow loading calendar.el before your
customization of european-date-diary-pattern. For example, you might
have something like:
(diary)
(setq european-date-diary-pattern ...)
Make sure calendar.el is not loaded before your customizations take
effect.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: european-date-diary-pattern, diary-date-forms, custom.el,
Glenn Morris <=