From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: pdflatex not found? Date: Mon, 26 Oct 2015 14:50:51 -0500 Message-ID: References: <6sw6c7ziz5e8ik.fsf@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZqnnA-0006Xs-UK for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 15:50:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZqnnA-0000kN-1q for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 15:50:52 -0400 Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:36734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zqnn9-0000kH-Sm for emacs-orgmode@gnu.org; Mon, 26 Oct 2015 15:50:51 -0400 Received: by qgad10 with SMTP id d10so128964884qga.3 for ; Mon, 26 Oct 2015 12:50:51 -0700 (PDT) In-Reply-To: <6sw6c7ziz5e8ik.fsf@pfdstudio.com> 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Peter Davis Cc: emacs-orgmode On Mon, Oct 26, 2015 at 2:26 PM, Peter Davis wrote: > > I'm trying to export PDF from org, but I'm getting the error: > > pdflatex: Command not found. [3 times] > > I've checked the definition of exec-path, and it includes "/usr/texbin", which is where tcsh tells me the executable is. Someone else might have a better answer, but can you check your system itself first? I'm guessing "exec-path" is an Org/Emacs variable? Just try: $ which pdflatex Or $ pdflatex --version That would be my suggestion for starters. At least then you know it's definitely not your system/setup (my bet is that it is, though). John > > Any ideas? > > Thank you! > > -pd > >