From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Exporting PDF (new setup) Date: Mon, 01 May 2017 08:50:47 -0400 Message-ID: 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]:57440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5Amy-0004lx-3R for emacs-orgmode@gnu.org; Mon, 01 May 2017 08:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5Amv-0006I2-0I for emacs-orgmode@gnu.org; Mon, 01 May 2017 08:50:52 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:33417) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5Amu-0006Hn-MO for emacs-orgmode@gnu.org; Mon, 01 May 2017 08:50:48 -0400 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: Joost Kremers Cc: emacs-orgmode@gnu.org Joost Kremers writes: > On Mon, May 01 2017, Peter Davis wrote: >> I'm running Org 8.2.10 on a new MacBook with El Capitan as the OS. I can= 't seem to get PDF export working. I get these messages: >> >> Processing LaTeX file ./blahblahblah.tex... >> /bin/bash: pdflatex: command not found [3 times] >> org-latex-compile: PDF file ./blahblahblah.pdf wasn=E2=80=99t produced >> >> I did install basictex, and when I enter pdflatex on the command line, i= t works with no problems. Any clues why org export isn't >> finding the executable? > > This: > > https://github.com/purcell/exec-path-from-shell > > perhaps? Ah! Thank you. That's gotten me past the first problem. Now I'm getting: Wrote /Users/peterdavis/Dropbox/Org/blahblahblah.tex Processing LaTeX file ./blahblahblah.tex... org-latex-compile: PDF file ./blahblahblah.pdf wasn=E2=80=99t produced: [La= TeX error] I suppose I have to have to debug this like any LaTeX file. Thank you, Joost. -pd