changeset 70162:1f7b0f5ff852

(org-export-as-xoxo): Fix call to `indent-region'.
author Carsten Dominik <dominik@science.uva.nl>
date Fri, 21 Apr 2006 13:48:00 +0000
parents b9e09a4a2168
children a748a974978d
files lisp/textmodes/org.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/org.el	Fri Apr 21 13:45:58 2006 +0000
+++ b/lisp/textmodes/org.el	Fri Apr 21 13:48:00 2006 +0000
@@ -12436,7 +12436,7 @@
 
       ;; 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))
       )))