Variable: org-metadown-hook
org-metadown-hook is a variable defined in org.el.gz.
Value
(org-babel-pop-to-session-maybe)
Documentation
Hook for functions attaching themselves to M-down.
See org-ctrl-c-ctrl-c-hook for more information.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-metadown-hook nil
"Hook for functions attaching themselves to `M-down'.
See `org-ctrl-c-ctrl-c-hook' for more information.")