Re: [PATCH] Re: Better support optional weekday in Org mode timestamps

2025-04-27 Thread Ihor Radchenko
Jens Schmidt writes: > Please check the attached patch and let me know what you think. Applied, onto main. Thanks! https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=829b3556d7 -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at .

Re: [PATCH] Re: Better support optional weekday in Org mode timestamps

2025-04-26 Thread Jens Schmidt
On 2025-04-20 13:27, Ihor Radchenko wrote: > Although, I would add some comments to the code, decrypting what 5 and 7 > refer to. Done, and a bit more. > Not that hard. All you need is to re-implement your reproducer in pure > Elisp. Even a single test will do. Here I could not resist to add m

Re: [PATCH] Re: Better support optional weekday in Org mode timestamps

2025-04-22 Thread Ihor Radchenko
Jens Schmidt writes: > [ Readding tomás since this thread got more high-level again ... ] > > On 2025-04-20 13:27, Ihor Radchenko wrote: > >> Looks reasonable. > > Thanks. More or less by chance I let Org's ERT tests run with > `org-timestamp-formats' set to `("%Y-%m-%d" . "%Y-%m-%d %H:%M")'. >

Re: [PATCH] Re: Better support optional weekday in Org mode timestamps

2025-04-21 Thread Jens Schmidt
[ Readding tomás since this thread got more high-level again ... ] On 2025-04-20 13:27, Ihor Radchenko wrote: > Looks reasonable. Thanks. More or less by chance I let Org's ERT tests run with `org-timestamp-formats' set to `("%Y-%m-%d" . "%Y-%m-%d %H:%M")'. (I do not intend to do anything like

Re: Optional weekday in Org mode timestamps

2025-04-13 Thread Ihor Radchenko
Jens Schmidt writes: >> FYI, weekday is optional. It also adapts to the language settings. > > What exactly do you mean by "optional" here? It means that you can type in [2025-04-13] or [2025-04-13 8:24] and they will be valid timestamps recognized by Org mode. > - Do you mean one can configure

Re: Optional weekday in Org mode timestamps

2025-04-05 Thread tomas
On Fri, Mar 21, 2025 at 10:42:54PM +0100, Jens Schmidt wrote: > [Moving to emacs-orgmode - I hope it is OK to keep tomás on CC.] > > Hi Ihor, > > the following statement of yours on emacs-devel caught my eye: > > On 2025-03-03 19:31, Ihor Radchenko wrote: > > > FYI, weekday is optional. It als

Re: Optional weekday in Org mode timestamps

2025-03-29 Thread Ihor Radchenko
Jens Schmidt writes: > Bump ... Your email is #24 in the #B-priority todo list :) -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at , or support my work at

Re: Optional weekday in Org mode timestamps

2025-03-29 Thread Jens Schmidt
Bump ... On 2025-03-21 22:42, Jens Schmidt wrote: > [Moving to emacs-orgmode - I hope it is OK to keep tomás on CC.] > > Hi Ihor, > > the following statement of yours on emacs-devel caught my eye: > > On 2025-03-03 19:31, Ihor Radchenko wrote: > >> FYI, weekday is optional. It also adapts to

Optional weekday in Org mode timestamps

2025-03-21 Thread Jens Schmidt
[Moving to emacs-orgmode - I hope it is OK to keep tomás on CC.] Hi Ihor, the following statement of yours on emacs-devel caught my eye: On 2025-03-03 19:31, Ihor Radchenko wrote: > FYI, weekday is optional. It also adapts to the language settings. What exactly do you mean by "optional" here?