[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the change in org-time-stamp-custom-formats
From: |
Ihor Radchenko |
Subject: |
Re: the change in org-time-stamp-custom-formats |
Date: |
Tue, 09 May 2023 14:25:11 +0000 |
Uwe Brauer <oub@mat.ucm.es> writes:
>> You can. Or you can leave things unchanged.
>
> Well if I don't change I see the time stamps like this
> <<09.05.2023 >
> instead of
>
> <09.05.2023>
>
> When I use org-toggle-time-stamp-overlays
> to toggle the overlays on
I am unable to reproduce.
I did
1. /tmp/bug.el
(custom-set-variables
'(org-display-custom-times t)
'(org-time-stamp-custom-formats '("<%d.%m.%Y>" . "<%d.%m.%Y %I:%M %p>")))
2. /tmp/bug.org
* This is test
SCHEDULED: <2023-05-09 Tue>
<2023-05-09 Tue> <2023-05-09 Tue 16:24>
[2023-05-09 Tue] [2023-05-09 Tue 16:24]
3. make repro REPRO_ARGS="-l /tmp/bug.el /tmp/bug.org"
4. M-x org-toggle-timestamp-overlays
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>