From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Re: Why is Org PDF LaTeX Output not readonly? Date: Sun, 19 Feb 2017 12:24:14 +0100 Message-ID: References: <87o9y3pm8m.fsf@ucl.ac.uk> <878tp7o1fd.fsf@ucl.ac.uk> <79bb378e94514fd7b377b77b3301f404@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87efyymemk.fsf@ucl.ac.uk> <87bmu1ataz.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cfPbX-0004qx-Mj for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 06:24:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cfPbU-0006lP-I4 for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 06:24:35 -0500 Received: from [195.159.176.226] (port=55869 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cfPbU-0006kG-AZ for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 06:24:32 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cfPbG-0008QD-El for emacs-orgmode@gnu.org; Sun, 19 Feb 2017 12:24:18 +0100 In-Reply-To: <87bmu1ataz.fsf@nicolasgoaziou.fr> 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: emacs-orgmode@gnu.org Am 17.02.2017 um 13:35 schrieb Nicolas Goaziou: > Hello, > > Florian Lindner writes: > >> Am 16.02.2017 um 14:47 schrieb Eric S Fraga: >>> On Thursday, 16 Feb 2017 at 08:33, Florian Lindner wrote: >>>> It would be much easier to close it quickly this way and it would be >>>> consistent with other buffers that serve the same >>>> purpose, like the beforementioned Auctex output buffer. >>> >>> It would indeed be easier. The buffer is created in org-latex-compile >>> and I guess it would be the case of setting the mode for the buffer? >>> Beyond my level of elisp expertise however. >> >> There is with-output-to-temp-buffer with redirects the output to a temp buffer that behaves like a help window and shows >> that buffer Using this function however makes only sense, when org mode defaults to displaying the latex output in case >> something goes wrong. Which, imo would be as sensible default too. >> >> Changing that is also way beyond my elisp knowlege. > > In development version, Org now switches compilation buffers to > `compilation-mode'. http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=67c84c161fa4e97c1f98ef1bbc72fa0f6098e1fd Great! Thanks!