rougier / elegant-emacs

A very minimal but elegant emacs (I think)
GNU General Public License v3.0
1.36k stars 79 forks source link

Invalid face: org-agenda-property-face #14

Closed hugo-abreu closed 3 years ago

hugo-abreu commented 3 years ago

Can't use org-agenda with the following statement, in line 458 of elegance.el:

(set-face 'org-agenda-property-face 'face-faded)

If I remove it, it works no problem. I installed the package org-agenda-property through Melpa but I still have the same problem, it doesn't seem to be related

rougier commented 3 years ago

Thanks for the report. This face is related to (my use of) https://github.com/Malabarba/org-agenda-property/blob/master/org-agenda-property.el and should not be present. Can you make a PR?

mtbakerguy commented 3 years ago

I have no idea how I missed this before. The issue can be closed as it was fixed with changes for issue #18.