Variable: org-after-refile-insert-hook

org-after-refile-insert-hook is a variable defined in org-refile.el.gz.

Value

nil

Documentation

Hook run after org-refile has inserted its stuff at the new location.

Note that this is still *before* the stuff will be removed from the *old* location.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-refile.el.gz
(defvar org-after-refile-insert-hook nil
  "Hook run after `org-refile' has inserted its stuff at the new location.
Note that this is still *before* the stuff will be removed from
the *old* location.")