From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: Headlines and visual-line-mode Date: Fri, 13 May 2011 18:05:20 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKurj-0007oM-HL for emacs-orgmode@gnu.org; Fri, 13 May 2011 12:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKuri-0001s5-OK for emacs-orgmode@gnu.org; Fri, 13 May 2011 12:05:23 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:38292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKuri-0001rw-Jv for emacs-orgmode@gnu.org; Fri, 13 May 2011 12:05:22 -0400 Received: by ewy9 with SMTP id 9so895145ewy.0 for ; Fri, 13 May 2011 09:05:20 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ethan Cc: emacs-orgmode Hi Ethan Does the variable org-tags-column help? I set it to 0 to align the tags left, just after the headline. (Changing this variable will affect only tags touched afterwards.) Michael On Thu, May 12, 2011 at 09:58, Ethan wrote: > I have a text-mode-hook that turns on visual-line-mode, which means it's = on > in all org files.=A0 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.=A0 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.=A0 So > instead of: > > * Music > :music:... > > I see > > * Music > :music:... > > Do other people encounter this problem?=A0 The only information I could f= ind > about org and visual-line-mode was about "clean mode", which I'm not usin= g. > > I'm using emacs 23.2.1 and Org-mode version 7.5 (release_7.5.204.g7327b) > from git.