From mboxrd@z Thu Jan 1 00:00:00 1970 From: PT Subject: Re: Stuck in a folded section when subtree is folded Date: Sun, 6 Sep 2009 16:34:34 +0000 (UTC) Message-ID: References: <19263F94-3AB1-452C-A340-A66377AAAE9F@gmail.com> <909829EF-A2EB-4193-A6C2-2B83FE799439@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkKhg-0005h5-Dd for emacs-orgmode@gnu.org; Sun, 06 Sep 2009 12:35:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkKhc-0005cZ-SZ for emacs-orgmode@gnu.org; Sun, 06 Sep 2009 12:35:00 -0400 Received: from [199.232.76.173] (port=43572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkKhc-0005cI-Aa for emacs-orgmode@gnu.org; Sun, 06 Sep 2009 12:34:56 -0400 Received: from lo.gmane.org ([80.91.229.12]:50276) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MkKhb-0002Lj-Tu for emacs-orgmode@gnu.org; Sun, 06 Sep 2009 12:34:56 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MkKhY-0004ef-Tj for emacs-orgmode@gnu.org; Sun, 06 Sep 2009 18:34:52 +0200 Received: from dsl51B612CE.pool.t-online.hu ([81.182.18.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Sep 2009 18:34:52 +0200 Received: from spamfilteraccount by dsl51B612CE.pool.t-online.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Sep 2009 18:34:52 +0200 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 Carsten Dominik gmail.com> writes: > > Wrong answer: The correct answer would have been: > > Yes, it is nil! > > Because the default value is t!. The default value means > that TAB will not at all fold an entry when the > cursor is not in the headline. Maybe this is really the > setting you want? You are correct, I set it to nil, but this was not the issue. I thought you ask it because of some strange interaction. I'm happy with the current setting. I want TAB to fold everywhere. The problem is if I'm standing in a place like this * header some text some other text and press TAB then the subtree is folded properly, but the cursor is stuck in the folded section: * header ... and I think it should be put to the beginning of line to avoid leaving it in the folded section after a fold: * header... Maybe I was not clear enough in the first post.