diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index f175671e3f4..3c18eda2305 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -12436,7 +12436,7 @@ The XOXO buffer is named *xoxo-*" ;; Finish the buffer off and clean it up. (switch-to-buffer-other-window out) - (indent-region (point-min) (point-max)) + (indent-region (point-min) (point-max) nil) (save-buffer) (goto-char (point-min)) )))