Need help with indentation alignment #283
-
|
I'm having strange indentations. Using emacs 30. Ideally the text would not indent. It would appear like this below. This is when I do not enable org-modern. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
If I understand correctly you use I am not entirely sure, but I think this issue has come up before, so I added a workaround which disables |
Beta Was this translation helpful? Give feedback.


If I understand correctly you use
org-indent-modehere? In this case the fix is pretty simple. Just setorg-modern-hide-starsto nil in your config.I am not entirely sure, but I think this issue has come up before, so I added a workaround which disables
org-modern-hide-starsautomatically iforg-indent-modeis on. It is better if this works correctly out of the box. See 032201b.