From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Fantin Subject: Re: org-startup-indented shifts columns in column-view Date: Tue, 13 Jul 2010 17:11:47 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=51544 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYh9X-00069g-BY for emacs-orgmode@gnu.org; Tue, 13 Jul 2010 11:12:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OYh9V-0002WN-Lc for emacs-orgmode@gnu.org; Tue, 13 Jul 2010 11:12:11 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:44143) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OYh9V-0002WH-Gf for emacs-orgmode@gnu.org; Tue, 13 Jul 2010 11:12:09 -0400 Received: by ewy28 with SMTP id 28so1309514ewy.0 for ; Tue, 13 Jul 2010 08:12:07 -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: Carsten Dominik Cc: emacs-orgmode@gnu.org Thanks for noticing Dominik, Reverting back to regular indentation is what I've done, however, I'm afraid I have something else to report on that... I mentionned this issue in a separate thread : http://article.gmane.org/gmane.emacs.orgmode/27388/ cheers On Tue, Jul 13, 2010 at 2:14 PM, Carsten Dominik wrote: > > 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 wh= en >> set to true, ends up shifting the cloumns in column-view according to th= e >> 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 bot= h >> features, but it makes the column-view quite impractical. > > Hi Julien, > > this is indeed a bug. =C2=A0As 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 > >