rougier / elegant-emacs

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

Org-agenda can't be displayed #18

Closed mtbakerguy closed 3 years ago

mtbakerguy commented 3 years ago

I've reproduced this on two different installations. Trying to run the org-agenda function leads to the following error: "Invalid face: org-agenda-property-face"

mtbakerguy commented 3 years ago

From an internet search, it looks like someone else ran into this on September 18th (there's a relevant post to the reddit emacs channel but the underlying content's been deleted).

rougier commented 3 years ago

Oh yes, that's an error, thanks. I use org-property and leave the face definition inside. Could you make a PR?

mtbakerguy commented 3 years ago

Unfortunately, I don't know where to start fixing it. While I'm not new with emacs, I've only recently started using themes at all (I used the default theme for ages).

rougier commented 3 years ago

The faulty line is: https://github.com/rougier/elegant-emacs/blob/master/elegance.el#L545 You can directly edit it in GitHub and add ;;for commenting the line and GitHub will propose you to make a PR.

mtbakerguy commented 3 years ago

PR: https://github.com/rougier/elegant-emacs/pull/20

rougier commented 3 years ago

Merged !