Jean Louis <bugs@gnu.support> writes: >> Indentation is quite sensitive: what do you think of setting a new >> default value of nil for `org-adapt-indentation' in Org 9.5? > > Yes, it should be nil just as it was in beginning.
I think `org-adapt-indentation' has always been `t' by default. > But there is one problem that I encountered since that was introduced, > namely I do like properties being indented under the first letter of > heading or on 3rd place. > > Like this below, however, C-c C-x p will create properties indented > only if org-adapt-indentation is t > > * Heading > :PROPERTIES: > :ARCHIVE: new > :END: > > But if org-adapt-indentation is nil, it will be like: > > * Heading > :PROPERTIES: > :ARCHIVE: new > :END: I suggest (setq org-adapt-indentation 'headline-data). -- Bastien