From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Lindner Subject: Re: Why is Org PDF LaTeX Output not readonly? Date: Thu, 16 Feb 2017 17:09:27 +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> 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]:48223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceOdJ-0006n2-40 for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 11:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceOdF-0005cG-SM for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 11:10:13 -0500 Received: from [195.159.176.226] (port=46334 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ceOdF-0005bX-Ky for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 11:10:09 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ceOcb-0003a3-JG for emacs-orgmode@gnu.org; Thu, 16 Feb 2017 17:09:29 +0100 In-Reply-To: <87efyymemk.fsf@ucl.ac.uk> 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 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. Best, Florian