On May 19, 2009, at 6:28 PM, Samuel Wales wrote:

On 2009-05-18, Carsten Dominik <carsten.domi...@gmail.com> wrote:
I have now changed this so that it is parallel to what happens
durng all other export types:  The exported buffer stays hidden
when you do `C-c C-e a'.  Realizing that often you'd
want to paste this stuff, I am pushing the exported stuff onto
the kill ring.

If you use `C-c C-e A' to export to a temporary buffer, that
buffer is still shown.

I like the kill ring idea a lot.

c-c c-e A still pops up a window.  I am getting a split window with
the original buffer showing in one and the exported in the other, with
point in the latter.  I have pop-up-windows set to nil.  To work
around it, I think a user would have to advise with fairly complicated
code detecting the window configuration beforehand, in order to
determine whether other-window was used or whether a new window was
popped up.

OK, you can now turn this off with

      (setq org-export-show-temporary-export-buffer nil)

- Carsten



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to