Variable: org-attach-expert

org-attach-expert is a customizable variable defined in org-attach.el.gz.

Value

nil

Documentation

Non-nil means do not show the splash buffer with the attach dispatcher.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-attach.el.gz
(defcustom org-attach-expert nil
  "Non-nil means do not show the splash buffer with the attach dispatcher."
  :group 'org-attach
  :type 'boolean)