(org-export-as-xoxo): Fix call to `indent-region'.
This commit is contained in:
@@ -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))
|
||||
)))
|
||||
|
||||
Reference in New Issue
Block a user