Am 15.02.2017 um 15:22 schrieb Eric S Fraga: > On Wednesday, 15 Feb 2017 at 14:02, Florian Lindner wrote: >> Hello, >> >> is there any reason why the output buffer of org mode exporting to >> LaTeX is not read-only? Read-only is probably not the >> right expression, what I mean is that e.g. q calls quit-window and >> closes the window. This way it's done by Auctex. > > It is for me as the PDF is displayed in a docview window. I.e. if I > export to "PDF and open" and then type 'q' in that buffer, the window is > buried ('k' kills the window). What version of emacs are you using?
Hey, I'm using GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.7) of 2017-02-07 Org mode version 9.0.5 (9.0.5-elpa @ /home/florian/.emacs.d/elpa/org-20170210/) The exported PDF opens in okular (xdg-open) and I'm perfectly happy with it. I think we're talking about different things. I mean the buffer that contains the output of the latex command and potential error message, looking like: Latexmk: This is Latexmk, John Collins, 5 Sep. 2016, version: 4.48. Rule 'pdflatex': Rules & subrules not known to be previously run: pdflatex Rule 'pdflatex': The following rules & subrules became out-of-date: 'pdflatex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "./RBF.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/Arch Linux) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./RBF.tex LaTeX2e <2016/03/31> patch level 3 Babel <3.9r> and hyphenation patterns for 83 language(s) loaded. (/usr/share/texmf-dist/tex/latex/base/article.cls Document Class: article 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texmf-dist/tex/latex/base/size11.clo)) [...] Best, Florian