Hi Sebastien, Sebastien Vauban <sva-n...@mygooglest.com> writes: > 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: > > (setq org-adapt-indentation nil) > > Best regards, > Seb
Thanks! Works like a charm. Best, Andreas