Ver Fonte

Document structure template insertion in the compact guide

Carsten Dominik há 5 anos atrás
pai
commit
e571ca8e9d
1 ficheiros alterados com 14 adições e 0 exclusões
  1. 14 0
      doc/org-guide.org

+ 14 - 0
doc/org-guide.org

@@ -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