0

With the pointer on a heading, Tab will cycle visibility, revealing children.

,-> FOLDED -> CHILDREN -> SUBTREE --. '-----------------------------------' 

Is there a way to cycle through grandchildren as well, possibly with Shift Tab as well for symmetry?

,-> FOLDED -> CHILDREN -> GRANDCHILDREN -> SUBTREE --. '----------------------------------------------------' 
2
  • 1
    Not that I know of - sorry. Commented Jun 28, 2023 at 17:07
  • 1
    You can fold/unfold to level 3 though with M-: (org-fold-hide-sublevels 3). Commented Jun 28, 2023 at 19:02

1 Answer 1

0

Credit for this answer: NickD

It is not currently (2023, v29.0) possible to cycle through grandchildren.

If you want to display subsection titles, but not unfold what is below them, use M-: (org-fold-hide-sublevels 3).

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.