[Orgmode] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Sébastien Vauban
Hello, I've sent this message to Emacs group one month ago. Never got any reply. Maybe I'll have more chance here... I'd want to have flyspell reporting me spelling mistakes in Org-mode. I did update my `.emacs' this way: --8---cut here---start-8--- ;; turn

Re: [Orgmode] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Richard Riley
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, I've sent this message to Emacs group one month ago. Never got any reply. Maybe I'll have more chance here... I'd want to have flyspell reporting me spelling mistakes in Org-mode. I did update my `.emacs' this way: ;; turn on

Re: [Orgmode] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Sebastian Rose
Hi Sébastien, this is, what I do to activate flyspell, and it doesn't cause any problems here: (add-hook 'text-mode-hook 'turn-on-flyspell) (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook 'turn-on-flyspell) Keeps it simple... Sebastian Sébastien Vauban