Hi everybody
It seems that I don't understand how to compute the week number in emacs.
I use emacs 26.3 and org mode version 9.3.7 (release_9.3.7-705-gea9463
1) When I display the agenda (command "org-agenda" + "a"), today 10th of
august I have a header like:
"Monday 10 August 2020 W33 (I suppose that W33 means week 33)"
2) In my lisp configuration file I have a command like :
(insert (format-time-string " %d %B %Y (CW %W)\n" (current-time))).
This line display something like
"10 August 2020 (CW 32)"
Do you have an idea what I done wrong ? Thank you in advance for your help!