We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Invalid face reference: org-indent [160 times] in the echo area
Invalid face reference: org-indent [160 times]
doom-themes-enable-org-fontification relies on the org-indent face:
doom-themes-enable-org-fontification
org-indent
themes/extensions/doom-themes-ext-org.el
Lines 121 to 123 in 4aee1f5
This face is defined in the org-indent library. Org does not depend on org-indent; it’s only required by org-mode if org-startup-indented is set.
require
org-mode
org-startup-indented
I’m not sure about the best approach to fix this. Vendoring the defface seems reasonable, since it’s simply ((t (:inherit org-hide))).
defface
((t (:inherit org-hide)))
Disable org-startup-indented, restart Emacs, and open an Org file
4aee1f5
The text was updated successfully, but these errors were encountered:
Workaround doom-themes issue
3940dfa
"Invalid face reference: org-indent" appearing lots in *Messages* - doomemacs/themes#807 Signed-off-by: Alex Murray <[email protected]>
No branches or pull requests
What were you expecting?
No
Invalid face reference: org-indent [160 times]
in the echo areaWhat actually happened?
doom-themes-enable-org-fontification
relies on theorg-indent
face:themes/extensions/doom-themes-ext-org.el
Lines 121 to 123 in 4aee1f5
This face is defined in the org-indent library. Org does not depend on org-indent; it’s only
require
d byorg-mode
iforg-startup-indented
is set.I’m not sure about the best approach to fix this. Vendoring the
defface
seems reasonable, since it’s simply((t (:inherit org-hide)))
.Steps to reproduce
Disable
org-startup-indented
, restart Emacs, and open an Org fileInstalled commit of doom-themes
4aee1f5
The text was updated successfully, but these errors were encountered: