From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] org-cycle changed behavior in orgstruct-mode Date: Tue, 11 Aug 2015 14:24:16 +0200 Message-ID: <878u9ic8sv.fsf@nicolasgoaziou.fr> References: <87fv3q2lxs.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP8Zm-0006fI-49 for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 08:22:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP8Zl-0007w7-Cg for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 08:22:42 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:60142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP8Zl-0007ug-5s for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 08:22:41 -0400 In-Reply-To: <87fv3q2lxs.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 11 Aug 2015 11:50:39 +0200") 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: Rasmus Cc: emacs-orgmode@gnu.org Hello, Rasmus writes: > In org 8.3 orgstruct-mode and org-cycle is no longer working as > expected. I assume you mean development version (i.e., Org 8.4), not Org 8.3 (maint). > With org 8.3+, when I use org-cycle on a headline, e.g. ";;* Org", the > display is no longer consistent with outline-toggle-children (I think the > "outline"-prefix might be a recent addition). > > In Org 8.3+ > > No tabs: > ;;* Org > > One tab: > ;;* Org > ... > > Two tabs: > ;;* Org > ;;** Subhead1 > forms1 > ;;** Subhead2 > forms2 > > > In Org 8.2.10 behavior is consistent with outline-toggle-children: > > > No tabs: > ;;* Org > > One tab: > ;;* Org > ;;** Subhead1 > ;;** Subhead2 > > Two tabs: > ;;* Org > ;;** Subhead1 > forms1 > ;;** Subhead2 > forms2 > > I don't know how to debug this further. Hints appreciated. Could you comment out (define-key org-mode-map [remap show-children] 'org-show-children) in org.el? I added this line, but I think it is a mistake. Regards, -- Nicolas Goaziou