diff --git a/lisp/ox-org.el b/lisp/ox-org.el index 644cc0dfb..022474a82 100644 --- a/lisp/ox-org.el +++ b/lisp/ox-org.el @@ -226,6 +226,8 @@ Return output file name." (work-buffer (or visitingp (find-file filename))) newbuf) (font-lock-fontify-buffer) + (show-all) + (org-show-block-all) (setq newbuf (htmlize-buffer)) (with-current-buffer newbuf (when org-org-htmlized-css-url