>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer 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
Uwe Brauer 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
>>> "IR" == Ihor Radchenko writes:
> Uwe Brauer writes:
>> But I have files with the setting
>>
>> #+begin_src emacs-lisp :results silent :exports none
>> (custom-set-variables
>> '(org-display-custom-times t)
>> '(org-time-stamp-custom-formats '("<%d.%m.%Y>" . "<%d.%m.%Y %I:%M %p>")))
>> #+end
Uwe Brauer writes:
> But I have files with the setting
>
> #+begin_src emacs-lisp :results silent :exports none
> (custom-set-variables
> '(org-display-custom-times t)
> '(org-time-stamp-custom-formats '("<%d.%m.%Y>" . "<%d.%m.%Y %I:%M %p>")))
> #+end_src
>
>
> Should I change that to
> '(org
Hi
I just read in the news that
the Leading =<= and trailing =>= in the default values of
~org-time-stamp-formats~ and ~org-time-stamp-custom-formats~ are
stripped.
No changes on the user side are needed if
~org-time-stamp-custom-formats~ was customized.
But I have files with the setting
#+b