org-insert-drawer
org-insert-drawer is an interactive compiled Lisp function in `org.el
'.
(org-insert-drawer &optional ARG DRAWER)
Insert a drawer at point.
Optional argument DRAWER, when non-nil, is a string representing
drawer's name. Otherwise, the user is prompted for a name.
If a region is active, insert the drawer around that region
instead.
Point is left between drawer's boundaries.