Hi Bastien,

Auto-fill wrapping has stopped working correctly lately.

I have orgstruct++-mode added to my message mode hook as 

--8<---------------cut here---------------start------------->8---
(add-hook 'message-mode-hook 'orgstruct++-mode 'append)
(add-hook 'message-mode-hook 'turn-on-auto-fill 'append)
(add-hook 'message-mode-hook 'orgtbl-mode 'append)
--8<---------------cut here---------------end--------------->8---

and lately auto-fill doesn't work correctly when text starts in column
0.  Text wraps to the start of the second word on the line.

,----[ orgstruct++-mode off with auto fill ]
| this is a long line which should auto fill but not wrap to 2nd word on
| the line
| 
`----

,----[ orgstruct++-mode on with auto fill ]
| this is a line that is really long and autofilll with org struct mode
|      does not work properly.  It indents line 2+ by 5 chars
| 
| whatifthe word is really long on the first line how does that make
|           autofilll rec
`----

For now I've dropped orgstruct++-mode from my message-mode hook but I'm
going to miss this for lists in my emails.

GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.0) of 2010-12-11
on raven, modified by Debian

Org-mode version 7.8.09 (release_7.8.09-489-g541288 @
/home/bernt/git/org-mode/lisp/org-install.el)

Regards,
Bernt

Reply via email to