From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Setting TTY location? Date: Sun, 17 Sep 2017 18:26:41 -0400 Message-ID: References: <4db29deb-2516-0d24-4a9c-4eb6894ae987@pfdstudio.com> <877ewxz66z.fsf@alphaville.usersys.redhat.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]:53520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dti1X-0007ed-HO for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 18:26:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dti1T-0005SH-7I for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 18:26:47 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:55441) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dti1S-0005R0-Vm for emacs-orgmode@gnu.org; Sun, 17 Sep 2017 18:26:43 -0400 In-Reply-To: <877ewxz66z.fsf@alphaville.usersys.redhat.com> 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 On 9/17/17 11:38 AM, Nick Dokos wrote: > Peter Davis writes: > >> 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. >> > These are the problems to concentrate on. Make sure to install > pdflatex, and make sure the perms on /dev/tty are correct. > Mine says > > crw-rw-rw-. 1 root tty 5, 0 Sep 14 12:19 tty Looks like those are okay ... [PFDStudio-Air:~] peterdavis% which pdflatex /Library/TeX/texbin/pdflatex [PFDStudio-Air:~] peterdavis% ls -l /dev/tty crw-rw-rw-  1 root  wheel    2,   0 Sep 17 09:06 /dev/tty [PFDStudio-Air:~] peterdavis%