Variable: org-mobile-before-process-capture-hook

org-mobile-before-process-capture-hook is a variable defined in org-mobile.el.gz.

Value

nil

Documentation

Hook that is run after content was moved to org-mobile-inbox-for-pull.

The inbox file is visited by the current buffer, and the buffer is narrowed to the newly captured data.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defvar org-mobile-before-process-capture-hook nil
  "Hook that is run after content was moved to `org-mobile-inbox-for-pull'.
The inbox file is visited by the current buffer, and the buffer is
narrowed to the newly captured data.")