comparison lisp/textmodes/org.el @ 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 af0fd91baddc 2ecafc6d5db7
comparison
equal deleted inserted replaced
70161:b9e09a4a2168 70162:1f7b0f5ff852
12434 (org-export-as-xoxo-insert-into out "</li>\n")) 12434 (org-export-as-xoxo-insert-into out "</li>\n"))
12435 (org-export-as-xoxo-insert-into out "</ol>\n")) 12435 (org-export-as-xoxo-insert-into out "</ol>\n"))
12436 12436
12437 ;; Finish the buffer off and clean it up. 12437 ;; Finish the buffer off and clean it up.
12438 (switch-to-buffer-other-window out) 12438 (switch-to-buffer-other-window out)
12439 (indent-region (point-min) (point-max)) 12439 (indent-region (point-min) (point-max) nil)
12440 (save-buffer) 12440 (save-buffer)
12441 (goto-char (point-min)) 12441 (goto-char (point-min))
12442 ))) 12442 )))
12443 12443
12444 ;;;###autoload 12444 ;;;###autoload