Having a hard time figuring out what C-c C-r does context reveal
Manual says "With a prefix argument show, on each level, all sibling headings. With a double prefix argument, also show the entire subtree of the parent."
- When all the Headings are collapsed and I do C-c C-r on a Heading 1
- nothing happens
- If I try it on a Heading2 or Heading3 when it is collapsed
- nothing happens
If I try C-u 2 C-c C-r on a second level heading
Do I get to see all Heading 2 siblings with the current heading fully expanded ?
How can I make this work ?
- Or does this work only in
agenda views
orsparse trees
only ?
- Or does this work only in
Got it. its for sparse trees.
After
C-c /
when the cursor is on the the highlighted entry,C-c C-r
works. :)