Skip to content
New issue

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

Copy markdown-blockquote-face definition to org-quote #184

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

skissue
Copy link
Contributor

@skissue skissue commented Aug 21, 2024

Old:

image
(before markdown-mode is loaded)

New:

image

markdown-mode may not be loaded by the time Org is used, which results in the
org-quote face being unstyled since markdown-blockquote-face is not yet defined.

I also took the opportunity to remove a seemingly-duplicate entry for markdown-blockquote-face 🤷.

Probably fixes #123

`markdown-mode` may not be loaded by the time Org is used, which results in the
`org-quote` face being unstyled (and possibly causing errors).
Copy link
Member

@jtbx jtbx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested your changes and it seems it fixes #123 completely. On the current master I could reproduce the original issue on a simple org document.

I've just got one little thing I would like changed, other than that this looks great.

catppuccin-theme.el Show resolved Hide resolved
Copy link
Member

@jtbx jtbx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! <3

@jtbx jtbx merged commit 57c7715 into catppuccin:main Aug 21, 2024
1 check passed
@skissue skissue deleted the org-quote-fix branch August 21, 2024 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

org-html-htmlize-generate-css fails
2 participants