Re: [O] Show first leaf heading on startup

2015-10-20 Thread Christian Moe

You could set a VISIBILITY property manually, but that solution of
course is not robust to changes in outline and does not automatically
carry over to other documents.

[[info:org#Initial visibility]]

Yours,
Christian

Shankar Rao writes:

> How can I make it so that on startup, only the content of the first "leaf"
> heading is revealed, so that the document looks like:
>
> * Heading A
> ** Subheading AA
> *** Subsubheading AAA
> Stuff about topic AAA
> *** Subsubheading AAB ...
> ** Subheading AB ...
> * Heading B ...
>
> Shankar Rao




[O] Show first leaf heading on startup

2015-10-19 Thread Shankar Rao
If I have the following org document:

* Heading A
** Subheading AA
*** Subsubheading AAA
Stuff about topic AAA
*** Subsubheading AAB
Stuff about topic AAB
** Subheading AB
*** Subheading ABA
Stuff about topic ABA
*** Subheading ABB
Stuff about topic ABB
* Heading B
** Subheading BA
*** Subheading BAA
Stuff about topic BAA

How can I make it so that on startup, only the content of the first "leaf"
heading is revealed, so that the document looks like:

* Heading A
** Subheading AA
*** Subsubheading AAA
Stuff about topic AAA
*** Subsubheading AAB ...
** Subheading AB ...
* Heading B ...

Shankar Rao