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

org-superstar-item face is only applied to star-items #35

Open
memeplex opened this issue Oct 14, 2021 · 3 comments
Open

org-superstar-item face is only applied to star-items #35

memeplex opened this issue Oct 14, 2021 · 3 comments
Assignees
Labels
bug Something isn't working non-reproducible This issue cannot be reproduced.

Comments

@memeplex
Copy link

Lists bullets starting with + and - are properly replaced using the mapping in org-superstar-item-bullet-alist but their face still is org-list-dt, so customization of org-superstar-item only affects *-bulleted lists.

@memeplex memeplex added the bug Something isn't working label Oct 14, 2021
@integral-dw
Copy link
Owner

Very odd, could it be a config issue? I tried the following minimum working example and could not reproduce the issue:
emacs -q -l ../org-superstar.el -l mwe-35.el sample.org
with the file being:

;;; MWE for #35
(add-hook 'org-mode-hook
          (lambda ()
            (org-superstar-mode 1)))

(set-face-attribute 'org-superstar-item nil
                    :background "red")

All item bullets (all three kinds) are highlighted red, using the correct face.

@integral-dw integral-dw added the non-reproducible This issue cannot be reproduced. label Jan 16, 2023
@jarofromel
Copy link

I have got in the same problem as described in this issue. I tried the snippet above and only the * bullets are highlighted red.
My configuration is doom-emacs, Emacs 28.1.
I will try it in near future on vanilla Emacs and report back.

@jarofromel
Copy link

I tried the snippet and it worked in vanilla emacs.
So it is probably the config issue as @integral-dw proposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-reproducible This issue cannot be reproduced.
Projects
None yet
Development

No branches or pull requests

3 participants