diff --git a/org-ql.el b/org-ql.el index 44ed50e..40ad7e8 100644 --- a/org-ql.el +++ b/org-ql.el @@ -1803,7 +1803,7 @@ interpreted as nil or non-nil)." (setf property (substring (symbol-name property) 1))) (list 'property property value :inherit (cond ((plist-member plist :inherit) (plist-get plist :inherit)) - ((listp org-use-property-inheritance) nil) + ((listp org-use-property-inheritance) ''selective) (t org-use-property-inheritance))))) ;; MAYBE: Should case folding be disabled for properties? What about values? ;; MAYBE: Support (property) without args.