Closed cpbotha closed 4 years ago
It works for me, without doing anything special.
Which version are you using? The one built-in with Emacs, or the one from MELPA? Try to look for the version number....
Thank you very much for getting back to me!
Seeing your example's background made me remember that I had edited my elpa-installed leuven-theme.el
to have a slightly less bright background (the grey you can see in my example):
@@ -148,7 +148,7 @@
(custom-theme-set-faces
'leuven
- `(default ((,class (:foreground "#333333" :background "#FFFFFF"))))
+ `(default ((,class (:foreground "#333333" :background "#EFEFEF"))))
`(bold ((,class (:weight bold :foreground "black"))))
`(bold-italic ((,class (:weight bold :slant italic :foreground "black"))))
Most probably due to my limited understanding of emacs themes, this change somehow neutralised the org-hide setting / hiding mechanism.
You can close this issue. :) (If you have any tips why that single change breaks org-hide, I would be most grateful to hear them!)
Dear @cpbotha , thanks for helping cleaning up… Much appreciated!
With
#+STARTUP: hidestars
, orgmode hides the initial stars in headings. See the attached solarized-light theme rendering for an example of what this looks like. However, somehow this only works on level 2 headings for Leuven, with all deeper headings it does not manage to hide the leading starts.