From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Eglen Subject: Re: window rearrangements when exporting to pdf Date: Fri, 04 Feb 2011 17:04:46 +0000 Message-ID: References: <29693.1296828194@maps> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=57865 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlPC4-0000Gw-7p for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 12:11:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PlP5h-00006Q-5s for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 12:05:02 -0500 Received: from lo.gmane.org ([80.91.229.12]:43362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PlP5g-00006J-Sm for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 12:05:01 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PlP5e-0005zX-LK for emacs-orgmode@gnu.org; Fri, 04 Feb 2011 18:04:58 +0100 Received: from rgc.damtp.cam.ac.uk ([131.111.17.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Feb 2011 18:04:58 +0100 Received: from S.J.Eglen by rgc.damtp.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Feb 2011 18:04:58 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org >> My guess would be that org-fit-window-to-buffer is doing this. > > It seems more likely that the call to delete-other-windows in > org-export is the cause of the problem. Can you try removing it > to see what happens. I presume it is there in case you have an > Org buffer and /many/ other small buffers, in that case you don't > want to pop up the help message in one of the small buffers, > because you might not see it all. > Thanks Lawrence -- you were right! If I comment out that call to (delete-other-windows) in org-export, all works just nicely. Stephen