minad / org-modern

:unicorn: Modern Org Style
GNU General Public License v3.0
1.55k stars 48 forks source link

Unexpected leading stars with Modus and EF themes #118

Closed KaranAhlawat closed 1 year ago

KaranAhlawat commented 1 year ago

If I use Org Modern mode with an ef-themes theme, or a modus theme, then I get the following result

image

But the same problem does not persist with a doom-theme or the default theme, for example. image

Settings I think may be relevant (would be glad to share if other information is required):

  1. org-modern-mode is set to t.
  2. org-indent-mode is set to t.
  3. org-modern-indent-mode can be set to t or nil, the problem persists.
  4. org-modern-hide-stars is set to 'leading or nil.
  5. org-hide-leading-stars is set t
  6. org-indent-mode-turns-on-hiding-stars is set to nil.
minad commented 1 year ago

Thanks for the report. I cannot reproduce this issue, so it may be caused by some details of your configuration. Please share a minimal recipe which demonstrates the issue, starting from emacs -Q only loading Modus, Ef and Org-modern.

KaranAhlawat commented 1 year ago

Fair enough, after more digging it even happens with org-superstar, so not an org-modern issue. Thank you for your time.