henry atting <s...@online.de> writes: > Nicolas Goaziou <n.goaz...@gmail.com> writes: > >> Hello, >> >> henry atting <s...@online.de> writes: >> >>> Okay, say I have an org file with two lines in it (fill-column is set to >>> 70). Here you go: >>> >>> >>> Jemand mußte Josef K. verleumdet haben, denn ohne daß er etwas Boeses >>> getan haette, wurde er eines Morgens verhaftet. Die Koechin der Frau >>> >>> >>> Then you go on with the text, which is: >>> >>> Grubach, seiner Zimmervermieterin, die ihm jeden Tag gegen acht Uhr frueh >>> das Fruehstueck brachte,... >>> >>> At each automatic line skip I get the mentioned error message. But if >>> you indent these two lines one space everything works fine. >> >> Strange, I still cannot reproduce it. >> > Strange, in deed. I can reproduce it even this way: > > 1. Start emacs with `emacs -Q' > 2. Add my org directory to the load path > 3. Load org-mode > 4. Then type the above quoted beginning of Kafka's Prozess >
Finally... the culprit was: (setq-default auto-fill-function 'do-auto-fill) A very old setting in my ~/.emacs. Now that I start auto-fill with the appropriate hook everythings works fine. henry