When exporting an org timestamp with `org-display-custom-times` enabled,
it produces the timestamp as defined in `org-timestamp-custom-formats`
by calling `org-timestamp-translate` (at least in most org exporters).
The documentation for `org-timestamp-custom-formats` says: `Leading "<"
and trailing ">" pair will be stripped from the format
strings.`, which is not the case, this does not happen.
So, according to the documentation, within the function definition of
`org-timestamp-translate`, the function `org-time-stamp-format` should
be evaluated with argument 'no-brackets.
As a side note: I used to think that the org-display-custom-times must
start and end with angled brackets. But apparently this is not true.
Or does this have advantages for something?
--
Zeremonienmeister Berber Aab