org-speed-command-hook

org-speed-command-hook is a variable defined in `org.el'.
Its value is

(org-speed-command-default-hook org-babel-speed-command-hook)

  • This variable may be risky if used as a file-local variable.

Documentation:
Hook for activating speed commands at strategic locations.
Hook functions are called in sequence until a valid handler is
found.

Each hook takes a single argument, a user-pressed command key
which is also a `self-insert-command' from the global map.

Within the hook, examine the cursor position and the command key
and return nil or a valid handler as appropriate. Handler could
be one of an interactive command, a function, or a form.

Set `org-use-speed-commands' to non-nil value to enable this
hook. The default setting is `org-speed-command-activate'.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.