* Bastien <b...@gnu.org> [2021-05-02 11:57]: > 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).
That achieves opposite effect, but if nobody else complains, I will not mind it. IMHO, when there shall be option like: (setq org-adapt-indentation 'properties-only) where only properties would be indented. It is not same as what headline-data does. As if text begins on beginning of the line, there is visual distinction together with the colon that properties are there. Jean Take action in Free Software Foundation campaigns: https://www.fsf.org/campaigns Sign an open letter in support of Richard M. Stallman https://stallmansupport.org/ https://rms-support-letter.github.io/