Ihor Radchenko 2025.04.14 01:07 writes:
> > Parsing these timestamps manually isn’t a big deal, but I’m
> > curious — has there ever been discussion about extending this to a
> > triplet structure (date, date+time, date+time+seconds) for more
> > flexibility?
>
> I do not recall any requests about
Yue Yi writes:
> I'm currently working on a modified HTML export backend and noticed that
> `org-timestamp-formats` is a constant that defines two timestamp
> formats—one without time and one with time (but only up to minutes):
> ...
> I plan to add seconds support in my backend, but I see that f
Hello Org-mode:
I'm currently working on a modified HTML export backend and noticed that
`org-timestamp-formats` is a constant that defines two timestamp
formats—one without time and one with time (but only up to minutes):
(defconst org-timestamp-formats '("%Y-%m-%d %a" . "%Y-%m-%d %a %H:%M")
.