From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: [BUG] org-cycle on hidden inline task makes also other inline tasks visible Date: Thu, 5 Sep 2013 20:23:44 -0500 Message-ID: References: <87ioyftsdn.fsf@kafka.loc> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHkm2-0007ou-LI for emacs-orgmode@gnu.org; Thu, 05 Sep 2013 21:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHkm1-0000fP-7t for emacs-orgmode@gnu.org; Thu, 05 Sep 2013 21:23:46 -0400 Received: from mail-oa0-x22b.google.com ([2607:f8b0:4003:c02::22b]:56726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHkm1-0000fL-2h for emacs-orgmode@gnu.org; Thu, 05 Sep 2013 21:23:45 -0400 Received: by mail-oa0-f43.google.com with SMTP id i10so3247535oag.16 for ; Thu, 05 Sep 2013 18:23:44 -0700 (PDT) In-Reply-To: <87ioyftsdn.fsf@kafka.loc> 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: =?UTF-8?Q?Jonas_H=C3=B6rsch?= Cc: emacs-orgmode On Thu, Sep 5, 2013 at 6:33 AM, Jonas H=C3=B6rsch wrote: > hello everyone, > > just found a strange behaviour of inline tasks: > > calling org-cycle in a situation like > > * Heading1 > *************** inline1... > *************** inline2... > *************** inline3... > * Heading2 > *************** inline4... > > with point on the inline2 heading results in > > * Heading1 > *************** inline1... > *************** inline2 > *************** END > *************** inline3 > *************** END > * Heading2 > *************** inline4... > I can confirm on 8.0.7. Unfolding an inline task appears to unfold all inline headlines below it. John > tested with emacs -Q on org-mode's master branch of sep 3rd. > > cheers, > jonas >