On Thu, Sep 5, 2013 at 6:33 AM, Jonas Hörsch <co...@online.de> 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 >