Emacs org-mode: how to hide the enumerated list items descriptions by default -


Assume that we have this organization file:

  1 first item of first item Description 2. Second item description of second item 3. Third item description of third item   

If I move the cursor to all the top items, and , this will hide discipline and the file will look like this:

  1 first item ... 2. second item ... 3. third item ...  < / Pre> 

But when I open the file all the items are open, which is uncomfortable for me. How can I hide them by default, just by leaving the dots?

This is strange, for me it's default behavior to hide everything except the top level Modify it globally through the menu: group org startup - & gt; Option org-startup-folded

or for each file like this

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

java - Projects which are accessed via multiple (different) IDEs: Ant or Maven? -