(setq-default ispell-program-name "c:/Aspell/bin/aspell.exe")
(add-hook 'org-mode-hook (lambda() (flyspell-mode 1)) ) (add-hook 'text-mode-hook (lambda() (flyspell-mode 1)) )
Just today I was just looking into why I wasn't getting automatic flyspell-mode activated on my Git commits. Now it seems I wont even need to research it further :)
I doubt ESR is posting from Windows anyway.