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 17:59:32 +0200 Message-ID: <87614l95p7.fsf@nicolasgoaziou.fr> References: <87fv3q2lxs.fsf@gmx.us> <878u9ic8sv.fsf@nicolasgoaziou.fr> <87zj1y0zst.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPBw6-0003rB-JL for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 11:57:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPBw5-0002yV-HC for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 11:57:58 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPBw5-0002yR-AR for emacs-orgmode@gnu.org; Tue, 11 Aug 2015 11:57:57 -0400 In-Reply-To: <87zj1y0zst.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 11 Aug 2015 14:34:10 +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 Rasmus writes: > I tried to recompile with that line commented out but it doesn't make a > difference. I also tried to remove that defun from orgstruct-setup, but > that also didn't make change anything. What if you replace the defun with `show-children' in `orgstruct-setup' instead of simply removing the line? You may want to still comment out the line above though. Regards,