diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
commit | 372d7b21b2835543c8d97c1dff4929be5270a2a7 (patch) | |
tree | b5cac3b444c54b00a4153109299a397d74eb03fc /lisp/org/org-attach.el | |
parent | 5c7ac47249bc16f6efc3085bc72a2d519ae1d834 (diff) | |
download | emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.gz |
Add :version tag to new Org options in Emacs 24.1
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) |