From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: [bug] org-cycle changed behavior in orgstruct-mode Date: Tue, 11 Aug 2015 11:50:39 +0200 Message-ID: <87fv3q2lxs.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP6Co-0005E1-Gy for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 05:50:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZP6Cl-0001Qn-7F for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 05:50:50 -0400 Received: from plane.gmane.org ([80.91.229.3]:40074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZP6Ck-0001QQ-Vf for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 05:50:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZP6Ci-00015t-BX for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 11:50:44 +0200 Received: from ip5b4025d5.dynamic.kabel-deutschland.de ([91.64.37.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Aug 2015 11:50:44 +0200 Received: from rasmus by ip5b4025d5.dynamic.kabel-deutschland.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Aug 2015 11:50:44 +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: emacs-orgmode@gnu.org Hi, In org 8.3 orgstruct-mode and org-cycle is no longer working as expected. In my init file I have, ;; Local Variables: ;; outline-regexp: ";;\\*+\\|\\`" ;; orgstruct-heading-prefix-regexp: ";;\\*+\\|\\`" ;; eval: (when after-init-time (orgstruct-mode) (org-global-cycle 3)) ;; End: 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. Ramus -- Lasciate ogni speranza, voi che leggete questo.