From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Exporting PDF (new setup) Date: Mon, 01 May 2017 09:45:35 -0400 Message-ID: <8760hksnb4.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5Be7-0007x2-Su for emacs-orgmode@gnu.org; Mon, 01 May 2017 09:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5Be4-0002cR-KW for emacs-orgmode@gnu.org; Mon, 01 May 2017 09:45:47 -0400 Received: from [195.159.176.226] (port=40520 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d5Be4-0002c3-Bi for emacs-orgmode@gnu.org; Mon, 01 May 2017 09:45:44 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d5Bdw-0005B5-8g for emacs-orgmode@gnu.org; Mon, 01 May 2017 15:45:36 +0200 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 Peter Davis writes: > 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’t produced >>> >>> I did install basictex, and when I enter pdflatex on the command line, it 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’t produced: [LaTeX error] > > I suppose I have to have to debug this like any LaTeX file. > > Thank you, Joost. > As a first step, switch to buffer *Org PDF LaTeX Output* and check for errors. -- Nick