From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniele Parisi Subject: How do I stop org-info.js showing all children recursively? Date: Wed, 10 Dec 2014 16:25:51 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2e7f46064a80509de462b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyj9F-0004tY-Sd for emacs-orgmode@gnu.org; Wed, 10 Dec 2014 10:25:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyj9E-00069J-I0 for emacs-orgmode@gnu.org; Wed, 10 Dec 2014 10:25:53 -0500 Received: from mail-qg0-x231.google.com ([2607:f8b0:400d:c04::231]:32890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyj9E-00069F-Du for emacs-orgmode@gnu.org; Wed, 10 Dec 2014 10:25:52 -0500 Received: by mail-qg0-f49.google.com with SMTP id a108so2225266qge.22 for ; Wed, 10 Dec 2014 07:25:51 -0800 (PST) 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 --001a11c2e7f46064a80509de462b Content-Type: text/plain; charset=UTF-8 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. --001a11c2e7f46064a80509de462b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
When org-info.js is in (org-like) folding mode and you cli= ck on a heading, it expands showing all of its childrend headings recursive= ly.

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


Instead of this:

=C2=A0=C2=A0=C2=A0 * A
Expanding in= to

=C2=A0=C2=A0=C2=A0 * A
=C2=A0=C2=A0=C2=A0=C2=A0 ** B1
=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 *** C1
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 *** C2=
=C2=A0=C2=A0=C2=A0=C2=A0 ** B2

I want it to expand to just this:=

=C2=A0=C2=A0=C2=A0 * A
=C2=A0=C2=A0=C2=A0=C2=A0 ** B1
=C2=A0= =C2=A0=C2=A0=C2=A0 ** B2

and this should happen at every level.
<= /div> --001a11c2e7f46064a80509de462b--