From 2916aae933c4795c1dae8f85c1abafdacdad67ce Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sun, 29 May 2022 02:10:21 +0800 Subject: [PATCH] Fix warning: Invalid face reference: quote. Invalid face attribute :inherit 'org-link --- org-contacts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-contacts.el b/org-contacts.el index 6af14ca..d705419 100644 --- a/org-contacts.el +++ b/org-contacts.el @@ -1339,7 +1339,7 @@ Each element has the form (NAME . (FILE . POSITION))." (cond ((string-match "/.*/" path) '(:background "sky blue" :overline t :slant 'italic)) - (t '(:inherit 'org-link)))) + (t '(:inherit org-link)))) ;;; org-mode link "mailto:" email completion.