From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Exporting PDF (new setup) Date: Mon, 01 May 2017 08:14:18 -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]:48363) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5ADl-0007Y2-1F for emacs-orgmode@gnu.org; Mon, 01 May 2017 08:14:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5ADg-0001uo-58 for emacs-orgmode@gnu.org; Mon, 01 May 2017 08:14:29 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:50527) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5ADf-0001u9-UY for emacs-orgmode@gnu.org; Mon, 01 May 2017 08:14:24 -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: emacs-orgmode@gnu.org 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, it w= orks with no problems. Any clues why org export isn't finding the executable? Thanks! -pd