org-e-beamer/html: Asynchronous export ignores `org-export-show-temporary-export-buffer'

* contrib/lisp/org-e-beamer.el (org-e-beamer-export-as-latex): Ignore
  `org-export-show-temporary-export-buffer' when export is
  asynchronous.
* contrib/lisp/org-e-html.el (org-e-html-export-as-html): Ignore
  `org-export-show-temporary-export-buffer' when export is
  asynchronous.

Export output always goes in the Export Stack.
This commit is contained in:
Nicolas Goaziou 2012-12-13 23:13:35 +01:00
parent 26d24900e1
commit 286fd7f250
2 changed files with 2 additions and 4 deletions

View File

@ -1019,8 +1019,7 @@ is non-nil."
(insert output)
(goto-char (point-min))
(LaTeX-mode)
(when org-export-show-temporary-export-buffer
(org-export-add-to-stack (current-buffer) 'e-beamer))))
(org-export-add-to-stack (current-buffer) 'e-beamer)))
`(org-export-as 'e-beamer ,subtreep ,visible-only ,body-only
',ext-plist))
(let ((outbuf (org-export-to-buffer

View File

@ -2786,8 +2786,7 @@ is non-nil."
(insert output)
(goto-char (point-min))
(nxml-mode)
(when org-export-show-temporary-export-buffer
(org-export-add-to-stack (current-buffer) 'e-html))))
(org-export-add-to-stack (current-buffer) 'e-html)))
`(org-export-as 'e-html ,subtreep ,visible-only ,body-only ',ext-plist))
(let ((outbuf (org-export-to-buffer
'e-html "*Org E-HTML Export*"