Hi Andreas, Andreas Leha wrote: > How can I keep my text at column 0 even when demoting a subtree? > > In this simple example > > * test > text > > demoting the tree results in > > ** test > text > > while I'd prefer > > ** test > text
Don't adapt indentation to outline node level: --8<---------------cut here---------------start------------->8--- (setq org-adapt-indentation nil) --8<---------------cut here---------------end--------------->8--- Best regards, Seb -- Sebastien Vauban