Variable: org-mobile-files-exclude-regexp

org-mobile-files-exclude-regexp is a customizable variable defined in org-mobile.el.gz.

Value

""

Documentation

A regexp to exclude files from org-mobile-files.

This variable was added, or its default value changed, in Emacs 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-mobile.el.gz
(defcustom org-mobile-files-exclude-regexp ""
  "A regexp to exclude files from `org-mobile-files'."
  :group 'org-mobile
  :version "24.1"
  :type 'regexp)