orgstruct-make-binding
orgstruct-make-binding is a compiled Lisp function in `org.el
'.
(orgstruct-make-binding FUN KEY DISABLE-WHEN-HEADING-PREFIX)
Create a function for binding in the structure minor mode.
FUN is the command to call inside a table. KEY is the key that
should be checked in for a command to execute outside of tables.
Non-nil `disable-when-heading-prefix' means to disable the command
if `orgstruct-heading-prefix-regexp' is not empty.