Function: org-insert-block-template
org-insert-block-template is a function alias and interactive for
org-insert-structure-template, defined in org.el.gz.
Signature
(org-insert-block-template TYPE)
Documentation
Insert a block structure of the type #+begin_foo/#+end_foo.
Select a block from org-structure-template-alist then type
either RET, TAB or SPC to write the block type. With an active
region, wrap the region in the block. Otherwise, insert an empty
block.
When foo is written as FOO, upcase the #+BEGIN/END as well.
Key Bindings