From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Setting TTY location? Date: Sun, 17 Sep 2017 10:32:50 -0400 Message-ID: <4db29deb-2516-0d24-4a9c-4eb6894ae987@pfdstudio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dtad0-0007DD-Ah for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 10:33:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dtacw-00017I-EB for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 10:32:58 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:35345) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dtacw-00015D-9N for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 10:32:54 -0400 Content-Language: en-US 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 trying to get LaTeX/PDF output from an Org document (I guess for the first time on this machine), and I'm getting this error: resize:  can't open terminal /dev/tty pdflatex: Command not found. If I open a terminal window and type `which tty`, I get /usr/bin/tty Is there some setup I need to do to reconcile these? Thank you! -pd