diff --git a/lisp/org-faces.el b/lisp/org-faces.el index 594c9a6e7..bb0958033 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -108,7 +108,7 @@ color of the frame." "Face used for drawers." :group 'org-faces) -(defface org-property-value nil +(defface org-property-value '((t :inherit default)) "Face used for the value of a property." :group 'org-faces)