Variable: org-attach-git-annex-cutoff
org-attach-git-annex-cutoff is a customizable variable defined in
org-attach-git.el.gz.
Value
32768
Documentation
If non-nil, files larger than this will be annexed instead of stored.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-attach-git.el.gz
(defcustom org-attach-git-annex-cutoff (* 32 1024)
"If non-nil, files larger than this will be annexed instead of stored."
:group 'org-attach
:version "24.4"
:package-version '(Org . "8.0")
:type '(choice
(const :tag "None" nil)
(integer :tag "Bytes")))