From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: restore window configuration after org-edit-src-exit Date: Tue, 17 Dec 2019 15:16:41 +0000 Message-ID: <8736dj7zjb.fsf@ucl.ac.uk> References: <87lfrc9qs6.fsf@nicolasgoaziou.fr> <87woavd8j4.fsf@kyleam.com> <87sgljf3e1.fsf@gmail.com> <87mubrf2mm.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44457) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ihEac-0007t0-Pp for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 10:16:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ihEab-0005B0-OW for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 10:16:46 -0500 Received: from mail-eopbgr30107.outbound.protection.outlook.com ([40.107.3.107]:28497 helo=EUR03-AM5-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ihEab-000537-CL for emacs-orgmode@gnu.org; Tue, 17 Dec 2019 10:16:45 -0500 In-Reply-To: <87mubrf2mm.fsf@gmail.com> (Jack Kamm's message of "Tue, 17 Dec 2019 06:28:01 -0800") Content-Language: en-US List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jack Kamm Cc: "emacs-orgmode@gnu.org" , Nicolas Goaziou , Richard Kim On Tuesday, 17 Dec 2019 at 06:28, Jack Kamm wrote: > Basically, when org-src-window-setup is current-window, it never makes > sense to restore the original layout. But when org-src-window-setup is > reorganize-frame (the default), it always makes sense to restore the > original layout. This makes sense to me. While we're talking about org-src-window-setup, I set it to 'split-window-right on my large monitor. Sometimes, I make the src window full frame but then, when trying to go back to the org buffer (C-c '), I get the error: delete-window: Attempt to delete minibuffer or sole ordinary window This would be fixed if the original layout were restored instead of simply deleting the src window, I guess. --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.3-34-g2eee3c