[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Prompts for `C-c .' and `C-c !'
From: |
Leo |
Subject: |
Re: [O] Prompts for `C-c .' and `C-c !' |
Date: |
Tue, 24 Jan 2012 12:09:15 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (Mac OS X 10.6.8) |
On 2012-01-24 00:01 +0800, François Pinard wrote:
> Commands `C-c .' and `C-c !' both insert a time stamp in the buffer, and
> the date is prompted in the mini-buffer in the same way for both
> commands. One of them is going to insert <DATE>, the other [DATE]. The
> mini-buffer always show <DATE>, like this:
>
> Date+time [2012-01-23]: => <2012-01-23 lun>
>
> Could it be:
>
> Date+time [2012-01-23]: => [2012-01-23 lun]
I think this is a good suggestion. <> is unconditionally set in
org-time-stamp-custom-formats but it can be fixed by tweaking
org-read-date-display.
Leo