From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: `C-u 2 S-Tab' with `#+STARTUP: odd' Date: Wed, 14 Oct 2009 12:15:09 +0200 Message-ID: References: <9556CBAA8C0342489A5161CD96E1789501392119@EROS.nexus-ag.com> 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 mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My4N3-00053D-Rg for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 09:58:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My4Mx-000526-Po for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 09:58:27 -0400 Received: from [199.232.76.173] (port=55795 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My4Mx-00051r-HD for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 09:58:23 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:37777) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1My4Mx-0005f7-0F for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 09:58:23 -0400 Received: by ewy28 with SMTP id 28so18229837ewy.42 for ; Wed, 14 Oct 2009 06:58:21 -0700 (PDT) In-Reply-To: <9556CBAA8C0342489A5161CD96E1789501392119@EROS.nexus-ag.com> 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: Michael Brand Cc: emacs-orgmode@gnu.org On Sep 10, 2009, at 1:48 PM, Michael Brand wrote: > I like the org-indent-mode with the soft-indentation but even more I > like the hard-indentation with `#+STARTUP: odd hidestars' instead for > which I have a question. > > This is the content of the example file oddeven: > -*- mode: org -*- > #+STARTUP: oddeven hidestars content > * 1 Org Mode > ** 1.1 Introduction > *** 1.1.1 Installation > > This is the content of the example file odd: > -*- mode: org -*- > #+STARTUP: odd hidestars content > * 1 Org Mode > *** 1.1 Introduction > ***** 1.1.1 Installation > > The different _Emacs-faces_ (colors) for the heading levels are the > same > when comparing the two files. This Emacs-internal adaptation I > appreciate a lot. > > C-u 2 S-Tab shows _two_ levels with the file oddeven but only _one_ > with > the file odd. Is this how it is intended to work for the file odd? Actually, I tested this now, and it works correctly in 6.31. I don't quite remember when his was changed, but this is implemented already - sorry for nor earlier looking what this really was about. - Carsten