Hi, Uwe wrote: > I am not entirely convinced by this mode and now came across > virtual-auto-fill-mode that looks to me a much nicer solution. > Any comments?
I haven't tried virtual-a-f-m myself, so I cannot say if it is the ultimate solution. However, I have tried visual-fill-column- mode together with visual-line-mode. The tags tended to mess things up, until I started to use these settings: # Local Variables: # eval: (visual-line-mode) # fill-column: 72 # org-tags-column: -69 # eval: (visual-fill-column-mode) # eval: (auto-fill-mode -1) # End: cheers Rasmus