|
@@ -2915,7 +2915,7 @@ contextual information."
|
|
|
(defun org-e-html-final-function (contents backend info)
|
|
(defun org-e-html-final-function (contents backend info)
|
|
|
(if (not org-e-html-pretty-output) contents
|
|
(if (not org-e-html-pretty-output) contents
|
|
|
(with-temp-buffer
|
|
(with-temp-buffer
|
|
|
- (nxml-mode)
|
|
|
|
|
|
|
+ (html-mode)
|
|
|
(insert contents)
|
|
(insert contents)
|
|
|
(indent-region (point-min) (point-max))
|
|
(indent-region (point-min) (point-max))
|
|
|
(buffer-substring-no-properties (point-min) (point-max)))))
|
|
(buffer-substring-no-properties (point-min) (point-max)))))
|