Variable: org-mobile-capture-file

org-mobile-capture-file is a variable defined in org-mobile.el.gz.

Value

"mobileorg.org"

Documentation

The capture file where the mobile stores captured notes and flags.

This must not be changed, because the mobile application assumes this name.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defconst org-mobile-capture-file "mobileorg.org"
  "The capture file where the mobile stores captured notes and flags.
This must not be changed, because the mobile application assumes this name.")