Hi Toby, Toby Cubitt <ts...@cantab.net> writes:
> This one's weird. It seems to be caused by an interaction between > flyspell and org. I can reproduce it with the following minimal recipe > (using the column-view.org file from my previous post, though enabling > column view mode in any org file should reproduce the problem): > > 1. Create a .emacs with the following contents: > > (add-to-list "~/path/to/org-mode/lisp/") > (require 'flyspell) > (require 'org) > > 2. emacs --daemon > > 3. emacsclient -c column-view.org > > 4. C-c C-x C-c > > Reversing the order in which flyspell and org are loaded fixes the > problem. Mhh... FWIW, I installed aspell-fr and run flyspell by requiring it before Org and I could not reproduce this error. -- Bastien