> François Pinard <[email protected]> wrote:
>> I sometimes have to convert from a date to a week number

Nick Dokos <[email protected]> writes:
> org-days-to-iso-week

Jambunathan K <[email protected]> writes:
> (org-odt-format-date "<2011-12-31 Sat>" "%U")
> (org-odt-format-date "[2011-12-24 Sat]" "%U")

Georges Ko <[email protected]> writes:
> (require 'calendar)
> (require 'cal-iso)
> (car
>   (calendar-iso-from-absolute
>     (calendar-absolute-from-gregorian 
>       (list month day year))))

Thanks for these solutions!

François

Reply via email to