From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: `C-u 2 S-Tab' with `#+STARTUP: odd' Date: Thu, 10 Sep 2009 18:32:20 +0200 Message-ID: <6D3A0AC2-C1BF-4541-8E55-0E3A4E488A67@gmail.com> 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 1MlmZZ-0004yQ-Jr for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 12:32:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MlmZQ-0004sP-5R for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 12:32:34 -0400 Received: from [199.232.76.173] (port=54723 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MlmZP-0004rI-BO for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 12:32:27 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:65232) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MlmZN-0004Xz-V8 for emacs-orgmode@gnu.org; Thu, 10 Sep 2009 12:32:26 -0400 Received: by ewy7 with SMTP id 7so273259ewy.31 for ; Thu, 10 Sep 2009 09:32:24 -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 Hi Michael, yes, I agree it would be consistent to adapt the interpretation of the prefix arg when using odd-levels. I have fixed this, it is available in git now, and will be in the next release (6.31). Thanks! - Carsten 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? > > > org-version is 6.30e. > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode