From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-startup-indented shifts columns in column-view Date: Tue, 13 Jul 2010 14:14:51 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYeO4-0001RB-9f for emacs-orgmode@gnu.org; Tue, 13 Jul 2010 08:15:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYeO1-0004Io-QJ for emacs-orgmode@gnu.org; Tue, 13 Jul 2010 08:14:58 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:65467) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYeO1-0004Id-M5 for emacs-orgmode@gnu.org; Tue, 13 Jul 2010 08:14:57 -0400 Received: by ewy28 with SMTP id 28so1252839ewy.0 for ; Tue, 13 Jul 2010 05:14:57 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julien Fantin Cc: emacs-orgmode@gnu.org On Jul 6, 2010, at 9:55 PM, Julien Fantin wrote: > I've been using the org-startup-indented and org-adapt-indentation > variables for sometime, but I just realized that org-startup- > indented when set to true, ends up shifting the cloumns in column- > view according to the headline level. > > So headline 2 is shifted by 1 character to the right, headline 3 by > 2 characters and so forth. > > Is this the expected behaviour ? I hope not, because I'd like to use > both features, but it makes the column-view quite impractical. Hi Julien, this is indeed a bug. As it is not trivial to fix it, I will only be able to get to it after the release. As a work-around for now, turn off org-indent-mode before switching to column view. - Carsten