From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: european-date-diary-pattern, diary-date-forms, custom.el Date: Mon, 02 Mar 2009 10:30:32 -0800 Organization: None Message-ID: References: <87y6voj4r9.fsf@debian.IGP> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236019255 1675 80.91.229.12 (2 Mar 2009 18:40:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Mar 2009 18:40:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 02 19:42:12 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LeD5X-0007XB-Qk for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2009 19:42:04 +0100 Original-Received: from localhost ([127.0.0.1]:37481 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeD4C-0004Bk-HZ for geh-help-gnu-emacs@m.gmane.org; Mon, 02 Mar 2009 13:40:40 -0500 Original-Path: news.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: news.stanford.edu 1236018632 23131 171.64.109.31 (2 Mar 2009 18:30:32 GMT) Original-X-Complaints-To: news@news.stanford.edu X-Spook: submarine PGP empire Terra Lliure cordite MNLF X-Ran: )p$xqd]m9db{t/f2h!3o|"\"x:7+(}"\3WXI{2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62527 Archived-At: "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.