]> code.delx.au - gnu-emacs/commitdiff
(org-export-as-xoxo): Fix call to `indent-region'.
authorCarsten Dominik <dominik@science.uva.nl>
Fri, 21 Apr 2006 13:48:00 +0000 (13:48 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Fri, 21 Apr 2006 13:48:00 +0000 (13:48 +0000)
lisp/textmodes/org.el

index f175671e3f4dfc2d440ec9c44e2f33d90e2ec704..3c18eda23058d11b1123ab73301f5d4f717d67a7 100644 (file)
@@ -12436,7 +12436,7 @@ The XOXO buffer is named *xoxo-<source buffer name>*"
 
       ;; 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))
       )))