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

Item bullet face isn't applied to ordered lists (lists like 1. 2. 3.) #53

Open
clemente opened this issue Feb 6, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@clemente
Copy link

clemente commented Feb 6, 2024

I'm just interested in highlighting item bullets. I don't change the item bullets nor the headers.

I use:

** a
- a
- a
- a
** b
+ b
+ b
** c
+ c
+ c
** d
1. d
2. d
** e
1) e
2) e

And I see:

noface

I expected the 1. and 1) highlighted in the same way because they are also list pointers. Well, they're numbers, but they're clearly used as list bullets (and they're interchangeable with the other bullet types).


I applied this config, more or less:

(defface my-org-bullets
  '((t (:background "#660000")))
)

(setq org-superstar-prettify-item-bullets 'only)
(setq org-superstar-item-bullet-alist nil)
(custom-set-faces
 '(org-superstar-item ((t (:inherit my-org-bullets))))
)

Using version from commit 54c81c2, after 1.5.0

@clemente clemente added the bug Something isn't working label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants