emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Headlines and visual-line-mode


From: Pieter Praet
Subject: Re: [O] Headlines and visual-line-mode
Date: Fri, 13 May 2011 16:59:45 +0200
User-agent: Notmuch/0.5-221-ga19d81a (http://notmuchmail.org) Emacs/23.1.50.1 (x86_64-pc-linux-gnu)

On Thu, 12 May 2011 03:58:07 -0400, Ethan <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]