Variable: org-shiftmetadown-final-hook

org-shiftmetadown-final-hook is a variable defined in org.el.gz.

Value

nil

Documentation

Hook for functions attaching themselves to M-S-down.

This one runs after all other options except org-drag-line-forward have been excluded. See org-ctrl-c-ctrl-c-hook for more information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-shiftmetadown-final-hook nil
  "Hook for functions attaching themselves to `M-S-down'.
This one runs after all other options except
`org-drag-line-forward' have been excluded.  See
`org-ctrl-c-ctrl-c-hook' for more information.")