Ihor Radchenko <yanta...@posteo.net> writes:

>> '(org-display-custom-times t)
>> '(org-timestamp-custom-formats '("%Y-%m-%d (W%W)\12" . "%Y-%m-%d (W%W) 
>> %H:%M"))
>> ...
>> If you send "C-c ."
>> And write down: W17, you get: - [2025-04-23 mi. (W16) 17:05]
>> Which should be Week 17, instead of W16
>
> ...
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78096

It turned out that there is no bug.
It is just %W week numbering is not the same with ISO week numbering
accepted by `org-read-date'. You need to use %V to get the identical
numbering. Otherwise, the numbering will differ depending on when the first
week of the year starts.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to