From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Exporting PDF (new setup) Date: Mon, 01 May 2017 09:56:48 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5Bov-0005jm-Pb for emacs-orgmode@gnu.org; Mon, 01 May 2017 09:56:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5Boq-0005Ir-VR for emacs-orgmode@gnu.org; Mon, 01 May 2017 09:56:57 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:36731) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5Boq-0005Ij-PJ for emacs-orgmode@gnu.org; Mon, 01 May 2017 09:56:52 -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: Nick Dokos Cc: emacs-orgmode@gnu.org Nick Dokos writes: > > As a first step, switch to buffer *Org PDF LaTeX Output* and check for errors. Thanks, Nick. I found the same error I got running pdflatex in a command shell: ! LaTeX Error: File `wrapfig.sty' not found. I had installed basictex using Homebrew (one of several Mac package managers), but I think I'd be better off with TeXLive or MacTeX. I'm trying that now. Thanks! -pd