From mboxrd@z Thu Jan 1 00:00:00 1970 From: Trey Jackson Subject: Re: org-refile gets the level wrong Date: Mon, 18 Aug 2008 13:29:48 -0700 Message-ID: References: <877iahgfg8.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVCgv-0002xC-Gf for emacs-orgmode@gnu.org; Mon, 18 Aug 2008 17:55:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVCgt-0002vE-Mp for emacs-orgmode@gnu.org; Mon, 18 Aug 2008 17:55:09 -0400 Received: from [199.232.76.173] (port=38472 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVCgt-0002v4-J5 for emacs-orgmode@gnu.org; Mon, 18 Aug 2008 17:55:07 -0400 Received: from main.gmane.org ([80.91.229.2]:45878 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KVCgs-0006Fb-Qo for emacs-orgmode@gnu.org; Mon, 18 Aug 2008 17:55:07 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KVCgp-0006Jr-FC for emacs-orgmode@gnu.org; Mon, 18 Aug 2008 21:55:03 +0000 Received: from nat-wv.mentorg.com ([192.94.38.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Aug 2008 21:55:03 +0000 Received: from trey_jackson by nat-wv.mentorg.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Aug 2008 21:55:03 +0000 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: emacs-orgmode@gnu.org Bernt wrote: >I think this is expected behaviour. Your startup options are >conflicting. You normally have only one of showstarts or hidestars >since their settings are mutually exclusive. You also only have one of >odd or oddeven. I think the last encountered setting wins so your >startup options are equivalent to > >#+STARTUP: hidestars oddeven Duh. FWIW, I was blindly cut/pasting from the *info* pages, which says: (section: 14.5 A cleaner outline view) ,---------------- | 2. _Hiding leading stars_ | You can modify the display in such a way that all leading stars | become invisible. To do this in a global way, configure the | variable `org-hide-leading-stars' or change this on a per-file | basis with | | #+STARTUP: showstars | #+STARTUP: hidestars `---------------- When I actually read it, it's obvious, but given the context, I think it'd be better to have the docs read something like: 2. _Hiding leading stars_ You can modify the display in such a way that all leading stars become invisible. To do this in a global way, configure the variable `org-hide-leading-stars' or add this line to top of the file: #+STARTUP: hidestars Note that the opposite behavior is selected with 'showstars'. TJ -- Trey Jackson trey_jackson@mentor.com "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end." -- #2 of the Ten Commandments for C programmers