From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Can't get dvipng to work Date: Wed, 18 Sep 2013 21:43:50 -0400 Message-ID: <87eh8lio15.fsf@gmail.com> References: <87eh8ov2x2.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMTHu-0006cQ-MQ for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 21:44:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMTHo-0006Np-Rj for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 21:44:10 -0400 Received: from plane.gmane.org ([80.91.229.3]:35353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMTHo-0006Nc-Hf for emacs-orgmode@gnu.org; Wed, 18 Sep 2013 21:44:04 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMTHk-0000DZ-Tv for emacs-orgmode@gnu.org; Thu, 19 Sep 2013 03:44:00 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Sep 2013 03:44:00 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 19 Sep 2013 03:44:00 +0200 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: emacs-orgmode@gnu.org Ken Williams writes: > Ken Williams gmail.com> writes: > >> I can try installing manually but it would be great if I could get ELPA >> working. > > So I installed org-8.1.2 manually and now it does seem to be *trying* to > process the images through LaTeX. But it's not succeeding. In the *Messages* > buffer, I see this: > > -------------------- > Creating LaTeX Image... > Failed to create dvi file from > c:/Users/KWILLI~1/AppData/Local/Temp/orgtex6488Qq2.tex > -------------------- > > I pasted the contents of ~/AppData/Local/Temp/orgtex6488Qq2.log here, but I > don't see anything strange in it: > > https://gist.github.com/kenahoo/6613374 > What happens if you run latex on the tex file by hand? On Linux, I would say cd .../Local/Temp latex orgtex6488Qq2.tex I presume something similar would work on Windows. -- Nick