emacs-devel
[Top][All Lists]
Advanced

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

Re: Buglet in last diary change


From: Kai Großjohann
Subject: Re: Buglet in last diary change
Date: Mon, 18 Nov 2002 07:52:37 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

Alan Shutko <address@hidden> writes:

> What backtrace do you get on that?  I put in the last diary stuff,
> but I don't see the problem here.  Oh... I bet you're using european
> date display.  No, the default value doesn't seem to use month.  What
> is your value for calendar-date-display-form?

Oh, yes, I should have mentioned this.  I use an ISO-ish date format:

(setq calendar-date-display-form
      '((format "%04d-%02d-%02d%s"
                (string-to-number year)
                (string-to-number month)
                (string-to-number day)
                (if dayname (concat " " dayname) ""))))
(setq calendar-time-display-form '(24-hours ":" minutes
                                            (if time-zone " (")
                                            time-zone
                                            (if time-zone ")")))

kai
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)






reply via email to

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