summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-07-08 00:12:06 -0400
committerKyle Meyer <kyle@kyleam.com>2020-07-08 00:12:06 -0400
commiteac255d911e0793513b2e2f14b06b94194a04daf (patch)
tree75108648b65264ee59ba68a9f68e7495cfa85e09
parentbc4fa8a008aeb718c3d2788d70db935a917af1e7 (diff)
parente62ca4a1bf576a2c498f47536d3f12cd698e3ac0 (diff)
downloadorg-mode-eac255d911e0793513b2e2f14b06b94194a04daf.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/org-attach.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org-attach.el b/lisp/org-attach.el
index 57d1360..e6aa97e 100644
--- a/lisp/org-attach.el
+++ b/lisp/org-attach.el
@@ -130,8 +130,7 @@ Selective means to respect the inheritance setting in
:type '(choice
(const :tag "Don't use inheritance" nil)
(const :tag "Inherit parent node attachments" t)
- (const :tag "Respect org-use-property-inheritance" selective))
- :type 'boolean)
+ (const :tag "Respect org-use-property-inheritance" selective)))
(defcustom org-attach-store-link-p nil
"Non-nil means store a link to a file when attaching it."