> François Pinard <pin...@iro.umontreal.ca> wrote:
>> I sometimes have to convert from a date to a week number

Nick Dokos <nicholas.do...@hp.com> writes:
> org-days-to-iso-week

Jambunathan K <kjambunat...@gmail.com> writes:
> (org-odt-format-date "<2011-12-31 Sat>" "%U")
> (org-odt-format-date "[2011-12-24 Sat]" "%U")

Georges Ko <g...@gko.net> 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