From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: exporting splits window Date: Thu, 21 May 2009 09:16:49 +0200 Message-ID: <9A107A4F-6D3F-476B-9363-698354924F82@gmail.com> References: <20524da70905171538o634b69ean1e20a731f025ca56@mail.gmail.com> <20524da70905190928v7b027a9eh6d520986223211d@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M72WV-0007Ld-VA for emacs-orgmode@gnu.org; Thu, 21 May 2009 03:17:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M72WR-0007LR-5U for emacs-orgmode@gnu.org; Thu, 21 May 2009 03:17:03 -0400 Received: from [199.232.76.173] (port=41000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M72WQ-0007LO-SW for emacs-orgmode@gnu.org; Thu, 21 May 2009 03:16:58 -0400 Received: from mx20.gnu.org ([199.232.41.8]:33052) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M72WQ-0002IL-BR for emacs-orgmode@gnu.org; Thu, 21 May 2009 03:16:58 -0400 Received: from mail-ew0-f162.google.com ([209.85.219.162]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M72WP-0005ky-Rm for emacs-orgmode@gnu.org; Thu, 21 May 2009 03:16:58 -0400 Received: by ewy6 with SMTP id 6so1105550ewy.42 for ; Thu, 21 May 2009 00:16:53 -0700 (PDT) In-Reply-To: <20524da70905190928v7b027a9eh6d520986223211d@mail.gmail.com> 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: Samuel Wales Cc: emacs-orgmode@gnu.org 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, 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