Re: Seconds in timestamps (was: time formats in org-timestamp-formats)

2025-04-13 Thread Yue Yi
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

Seconds in timestamps (was: time formats in org-timestamp-formats)

2025-04-13 Thread Ihor Radchenko
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

time formats in org-timestamp-formats

2025-04-01 Thread Yue Yi
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") .