Variable: org-mobile-index-file

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

Value

"index.org"

Documentation

Index file with links to all Org files.

It should be loaded by the mobile application. The file name is relative to org-mobile-directory. The "Address" field in the mobile application setup should point to this file.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defcustom org-mobile-index-file "index.org"
  "Index file with links to all Org files.
It should be loaded by the mobile application.  The file name is
relative to `org-mobile-directory'.  The \"Address\" field in the
mobile application setup should point to this file."
  :group 'org-mobile
  :type 'file)