org-fix-indentation

org-fix-indentation is a compiled Lisp function in `org.el'.

(org-fix-indentation LINE IND)

Fix indentation in LINE.
IND is a cons cell with target and minimum indentation.
If the current indentation in LINE is smaller than the minimum,
leave it alone. If it is larger than ind, set it to the target.