When org-info.js is in (org-like) folding mode and you click on a heading, it expands showing all of its childrend headings recursively.

Is there a way so that it shows only the first children headings?


Instead of this:

    * A
Expanding into

    * A
     ** B1
      *** C1
      *** C2
     ** B2

I want it to expand to just this:

    * A
     ** B1
     ** B2

and this should happen at every level.