Variable: org-mobile-inbox-for-pull
org-mobile-inbox-for-pull is a customizable variable defined in
org-mobile.el.gz.
Value
"~/org/from-mobile.org"
Documentation
The file where captured notes and flags will be appended to.
During the execution of org-mobile-pull, the file
org-mobile-capture-file is emptied as soon as its contents have
been appended to the file given here. This file should be in
org-directory, and not in the staging area or on the web server.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defcustom org-mobile-inbox-for-pull "~/org/from-mobile.org"
"The file where captured notes and flags will be appended to.
During the execution of `org-mobile-pull', the file
`org-mobile-capture-file' is emptied as soon as its contents have
been appended to the file given here. This file should be in
`org-directory', and not in the staging area or on the web server."
:group 'org-mobile
:type 'file)