On Thu, 12 May 2011 03:58:07 -0400, Ethan <ethan.glasser.c...@gmail.com> wrote: > [Please CC me!] > > Hi, > > I have a text-mode-hook that turns on visual-line-mode, which means it's on > in all org files. Generally I like visual-line-mode and would like it to be > on in my org-mode buffers, but I'm seeing a bug involving the wrapping of > headlines. Specifically, because tags are placed at the right side of the > frame, and because collapsed headlines are followed by "...", the tags at > the end of the headline are wrapped, even if the headline is short. So > instead of: > > * Music > :music:... > > I see > > * Music > :music:... > > Do other people encounter this problem? The only information I could find > about org and visual-line-mode was about "clean mode", which I'm not using.
Have you looked at the actual function docstring? (describe-function 'visual-line-mode) Redefine simple editing commands to act on visual lines, not logical lines. This also turns on `word-wrap' in the buffer. Specifically that line about word-wrap should ring a bell. > I'm using emacs 23.2.1 and Org-mode version 7.5 (release_7.5.204.g7327b) > from git. > > Thanks! > > Ethan Non-text part: text/html Peace -- Pieter