From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: latex src block file output Date: Sat, 03 Dec 2016 08:52:23 +0100 Message-ID: <87mvgdcuvc.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cD57P-00013J-KC for emacs-orgmode@gnu.org; Sat, 03 Dec 2016 02:52:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cD57O-00035G-G7 for emacs-orgmode@gnu.org; Sat, 03 Dec 2016 02:52:23 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:38693) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cD57O-00034x-9i for emacs-orgmode@gnu.org; Sat, 03 Dec 2016 02:52:22 -0500 In-Reply-To: (Anthony Cowley's message of "Wed, 30 Nov 2016 14:01:27 -0500") 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: Anthony Cowley Cc: "Emacs-orgmode@gnu.org" Hello, Anthony Cowley writes: > When I hit C-c C-c on a latex src block with a :file header, > I ultimately get an error from org-compile-file that the expected > output file in a temp directory was not produced. However, the file is > produced in the current directory. > > For instance, evaluating the src block in the following Org document, > > * A Little Diagram > > #+BEGIN_SRC latex :file diagram.pdf :packages '(("" "tikz")) :border 1em > \usetikzlibrary{shapes,arrows} > \begin{tikzpicture}[->, auto, node distance=3D3cm] > \node [draw] (A) {A}; > \node [ellipse, draw, right of=3DA] (B) {B}; > \path (A) edge node {message} (B); > \end{tikzpicture} > #+END_SRC > > > Gives me the error, > > Debugger entered--Lisp error: (error "File \"/var/folders/n6/0j2z684n2pq_= 0d5kphzzvjs80000gn/T/babel-7327204x/latex-73272sec.pdf\" wasn=E2=80=99t pro= duced. See \"*Org PDF LaTeX Output*\" for details") I cannot reproduce it. What Org version are you using? What is the value of `org-latex-pdf-process'? Regards, --=20 Nicolas Goaziou