Joseph Brenner <[email protected]> writes: > Given a file named simple.org with contents like so: > > * Simple > ** Indent level 1 > *** Indent level 2 > ** Indent level 1 again > *** Indent level 2 again > > Editing it via: > emacs -Q simple.org > > I don't see the expected, standard org-mode display: on the > sub-headings I see blocks of asterix ("***") rather than seeing them > folded to one indented (and colored) asterix. > > Note that other org-mode functions seem to be working, > such increasing the indentation level with M-<right arrow>.
This functionality is toggled with the variable org-hide-leading-stars, which defaults to off. Also org-indent-mode turns that on by default. Perhaps the configuration you are used to had one of those enabled? -- Arto Jantunen

