diff --git a/contrib/lisp/org-contacts.el b/contrib/lisp/org-contacts.el index fa62cd820..0b7a7f8a9 100644 --- a/contrib/lisp/org-contacts.el +++ b/contrib/lisp/org-contacts.el @@ -1222,7 +1222,7 @@ are effectively trimmed). If nil, all zero-length substrings are retained." (cond ((string-match "/.*/" path) '(:background "sky blue" :overline t :slant 'italic)) - (t '(:background "green yellow" :underline t)))) + (t '(:inherit 'org-link)))) (provide 'org-contacts)