From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: `C-u 2 S-Tab' with `#+STARTUP: odd' Date: Mon, 12 Oct 2009 09:24:25 +0200 Message-ID: <4AD2D9A9.1030504@alumni.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxFH2-00020O-0d for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 03:24:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxFGw-0001xQ-Ca for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 03:24:50 -0400 Received: from [199.232.76.173] (port=45363 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxFGw-0001xN-5e for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 03:24:46 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31623) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MxFGv-0003bt-IK for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 03:24:45 -0400 Received: from mail01.solnet.ch ([212.101.4.135]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxFGk-000840-On for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 03:24:34 -0400 References: 6D3A0AC2-C1BF-4541-8E55-0E3A4E488A67@gmail.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: carsten.dominik@gmail.com Cc: emacs-orgmode@gnu.org Thank you for the fix of the function org-shifttab in org-version 6.31a. I wonder how the function org-outline-level is intended to work. Should it show the outline level or count the stars like in org-version 6.31a and one has to take into account `odd' himself to get the outline level when implementing own stuff which use e. g. the function org-shifttab? > 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.