branch: externals/org-contacts commit 2916aae933c4795c1dae8f85c1abafdacdad67ce Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
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 6af14cae85..d705419b23 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.