emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] exporting splits window


From: Carsten Dominik
Subject: Re: [Orgmode] exporting splits window
Date: Thu, 21 May 2009 09:16:49 +0200


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

On 2009-05-18, Carsten Dominik <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]