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

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

Re: Getting appointments online


From: Glenn Morris
Subject: Re: Getting appointments online
Date: Mon, 25 May 2009 23:15:00 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Davin Pearson wrote:

> I would like to add the following entries to my diary file:
>
> 2009-05-29 11:00 Doug comes around to see me
[...]
> so that I am notified shortly before each of these appointments.  Note
> that my preferred format for dates is YYYY-MM-DD with a 24-hour time.
> What do I need to do to get these appointments online?

In Emacs 23 you will be able to simply customize calendar-date-style to
'iso.

In Emacs 22, you must customize diary-date-forms (after loading
calendar.el), eg:

(setq diary-date-forms
  (cons '(year "-" month "-" day "[^0-9]")
  diary-date-forms))



reply via email to

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