From 6e2207fc0a4c6a3ae0d9fb59c28c4ecdbcee8f55 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:43:54 +0200 Subject: [PATCH] Add :version to org-attach.el option. --- lisp/org-attach.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 6881940f1..a87993f4b 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) -- 2.11.4.GIT