Variable: org-after-sorting-entries-or-items-hook

org-after-sorting-entries-or-items-hook is a variable defined in org.el.gz.

Value

nil

Documentation

Hook that is run after a bunch of entries or items have been sorted.

When children are sorted, the cursor is in the parent line when this hook gets called. When a region or a plain list is sorted, the cursor will be in the first entry of the sorted region/list.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-after-sorting-entries-or-items-hook nil
  "Hook that is run after a bunch of entries or items have been sorted.
When children are sorted, the cursor is in the parent line when this
hook gets called.  When a region or a plain list is sorted, the cursor
will be in the first entry of the sorted region/list.")