Previous:Drawers, Up:Document Structure [Contents][Index]
Org mode uses ‘#+BEGIN’ … ‘#+END’ blocks for various purposes fromincluding source code examples (seeLiteral Examples) to capturingtime logging information (seeClocking Work Time). These blocks canbe folded and unfolded by pressingTAB in the ‘#+BEGIN’line. You can also get all blocks folded at startup by configuringthe variableorg-hide-block-startup
or on a per-file basis by using
#+STARTUP: hideblocks#+STARTUP: nohideblocks