Re: [Orgmode] exporting splits window

2009-05-28 Thread Samuel Wales
On Thu, May 21, 2009 at 00:16, Carsten Dominik wrote: > (setq org-export-show-temporary-export-buffer nil) Thanks, Carsten, this works for me. Either this or using pop-up-windows (which is what I had meant -- replacing the current buffer in the current window) works for people who use one window

Re: [Orgmode] exporting splits window

2009-05-21 Thread Carsten Dominik
On May 19, 2009, at 6:28 PM, Samuel Wales wrote: On 2009-05-18, Carsten Dominik 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,

Re: [Orgmode] exporting splits window

2009-05-19 Thread Samuel Wales
On 2009-05-18, Carsten Dominik 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 kil

Re: [Orgmode] exporting splits window

2009-05-19 Thread Carsten Dominik
On May 18, 2009, at 12:38 AM, Samuel Wales wrote: c-c c-e A with pop-up-windows set to nil splits the window and puts the export buffer in both windows. This is a bug. For people who set the variable to nil, the expected behavior would be to not split the window at all. Any way to fix?