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.