From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bad indentation with visual-line-mode Date: Wed, 27 Feb 2013 13:27:39 +0100 Message-ID: <87a9qqeybo.fsf@bzg.ath.cx> References: <87621ertu9.fsf@physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAg6t-0000a2-5K for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 07:27:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UAg6o-0001Ka-9U for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 07:27:47 -0500 Received: from mail-wi0-f176.google.com ([209.85.212.176]:35502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UAg6o-0001KV-33 for emacs-orgmode@gnu.org; Wed, 27 Feb 2013 07:27:42 -0500 Received: by mail-wi0-f176.google.com with SMTP id hm14so6174567wib.3 for ; Wed, 27 Feb 2013 04:27:41 -0800 (PST) In-Reply-To: <87621ertu9.fsf@physik.rwth-aachen.de> (Torsten Bronger's message of "Wed, 27 Feb 2013 10:26:06 +0100") 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: emacs-orgmode@gnu.org Hi Torsten, Torsten Bronger writes: > - There is no way to set the line width besides setting Emacs > margins, which is visually less appealing than before. (Minor > problem.) Please report this to Emacs developers. > - Indentation in lists is essentially broken. I illustrate this by > indenting this list as it now appears in my org-mode file. One can > activate org-indent-mode but this is not the same as > longlines-mode. Besides, I don't like the big indentations it > creates for deeply nested content. `org-indent-mode' is fine for me here, it fixes the wrong _visual_ indentation which results from using `visual-line-mode'. > Besides, I don't like the big indentations it > creates for deeply nested content. Mhh.. what big indentations? (setq org-list-indent-offset 0) HTH, -- Bastien