Transposing
The Koutliner move and copy commands rearrange entire trees. The following two commands, in contrast, exchange the locations of two individual cells.
{C-c e} prompts for two cell addresses and exchanges the cell locations.
{C-c t} does not prompt. It exchanges the current and immediately prior cell, regardless of their levels. If there is no prior cell it exchanges the current and next cell.
{M-0 C-c t} exchanges the cells in which point and mark fall. {C-c t} with a non-zero numeric prefix argument, N, moves the current tree maximally past the next N visible cells. If there are fewer visible, it makes the current cell the last cell in the outline.