From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: exporting splits window Date: Tue, 19 May 2009 08:26:41 +0200 Message-ID: References: <20524da70905171538o634b69ean1e20a731f025ca56@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v930.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 1M6Jcx-0005TR-R8 for emacs-orgmode@gnu.org; Tue, 19 May 2009 03:20:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6Jcs-0005Sg-Nh for emacs-orgmode@gnu.org; Tue, 19 May 2009 03:20:42 -0400 Received: from [199.232.76.173] (port=42412 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Jcs-0005Sd-IP for emacs-orgmode@gnu.org; Tue, 19 May 2009 03:20:38 -0400 Received: from mx20.gnu.org ([199.232.41.8]:52755) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M6Jcs-0002F9-3n for emacs-orgmode@gnu.org; Tue, 19 May 2009 03:20:38 -0400 Received: from ey-out-1920.google.com ([74.125.78.146]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6Jcr-0006nP-Hu for emacs-orgmode@gnu.org; Tue, 19 May 2009 03:20:37 -0400 Received: by ey-out-1920.google.com with SMTP id 13so864288eye.24 for ; Tue, 19 May 2009 00:20:36 -0700 (PDT) In-Reply-To: <20524da70905171538o634b69ean1e20a731f025ca56@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 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? 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. - Carsten