From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Unable to unfold a folded block having point directly after the folded block Date: Wed, 04 Jan 2012 11:27:20 +0100 Message-ID: <87ty4b7ofr.fsf@gnu.org> References: <87y5tqkkao.fsf@altern.org> <4F02DF52.4070808@online.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiO30-0007sK-3r for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 05:26:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiO2v-0007xr-VP for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 05:26:18 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:59785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiO2v-0007xh-Qi for emacs-orgmode@gnu.org; Wed, 04 Jan 2012 05:26:13 -0500 Received: by wibhq12 with SMTP id hq12so13187928wib.0 for ; Wed, 04 Jan 2012 02:26:13 -0800 (PST) In-Reply-To: <4F02DF52.4070808@online.de> (Rainer Stengele's message of "Tue, 03 Jan 2012 11:58:26 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer Stengele Cc: emacs-orgmode@gnu.org Hi Rainer, Rainer Stengele writes: > I just pulled and checked but cannot see a change. > Did you check in the fix already? Yes I did. Try with (setq org-special-ctrl-a/e nil) C-e goes *after* the end of the invisible region and TAB will do nothing here, either in a folded subtree or in a folded drawer. With (setq org-special-ctrl-a/e 'reversed) C-e goes *right before* the end of the invisible region and TAB will unfold as expected, both in a folded subtree or in a folded drawer. This behavior is more consistent than the previous one. But you need to set `org-special-ctrl-a/e' according to your needs. HTH, -- Bastien