diff options
Diffstat (limited to 'lisp/org/org-attach.el')
-rw-r--r-- | lisp/org/org-attach.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/org-attach.el b/lisp/org/org-attach.el index 6881940f131..a87993f4b2e 100644 --- a/lisp/org/org-attach.el +++ b/lisp/org/org-attach.el @@ -101,6 +101,7 @@ ln create a hard link. Note that this is not supported (defcustom org-attach-store-link-p nil "Non-nil means store a link to a file when attaching it." :group 'org-attach + :version "24.1" :type '(choice (const :tag "Don't store link" nil) (const :tag "Link to origin location" t) |