summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2012-04-03 13:43:54 +0200
committerBastien Guerry <bzg@altern.org>2012-04-03 13:43:54 +0200
commit6e2207fc0a4c6a3ae0d9fb59c28c4ecdbcee8f55 (patch)
tree5879bea7ccb40a3ed30ecae2607cfee1b693e261
parenta0d59ff6a3ed2b517588b36a2571822fb4ac51dd (diff)
downloadorg-mode-6e2207fc0a4c6a3ae0d9fb59c28c4ecdbcee8f55.tar.gz
Add :version to org-attach.el option.
-rw-r--r--lisp/org-attach.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 6881940..a87993f 100644
--- a/lisp/org-attach.el
+++ b/lisp/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)