When I first start emacs there is no * shows up. But after some time I start to see following output, where * shows up before bullets, I am not sure what might be triggering this:

The way I use is:
(use-package org-bullets
:hook (org-mode . org-bullets-mode))
What may be the cause of this error?
When I first start emacs there is no
*shows up. But after some time I start to see following output, where*shows up before bullets, I am not sure what might be triggering this:The way I use is:
What may be the cause of this error?