Variable: org-mobile-directory

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

Value

""

Documentation

The WebDAV directory where the interaction with the mobile takes place.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defcustom org-mobile-directory ""
  "The WebDAV directory where the interaction with the mobile takes place."
  :group 'org-mobile
  :type 'directory)