Document structure template insertion in the compact guide

This commit is contained in:
Carsten Dominik 2019-07-14 14:02:12 +02:00
parent 63b9c2634e
commit e571ca8e9d
1 changed files with 14 additions and 0 deletions

View File

@ -2553,6 +2553,20 @@ For example, this command will complete TeX symbols after =\=, TODO
keywords at the beginning of a headline, and tags after =:= in
a headline.
** Structure Templates
:PROPERTIES:
:UNNUMBERED: notoc
:END:
To quickly insert empty structural blocks, such as =#+BEGIN_SRC=
... =#+END_SRC=, or to wrap existing text in such a block, use
- {{{kbd(C-c C-\,)}}} (~org-insert-structure-template~) ::
Prompt for a type of block structure, and insert the block at point.
If the region is active, it is wrapped in the block.
** Clean view
:PROPERTIES:
:UNNUMBERED: notoc