From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: Re: Problem exporting to pdflatex Date: Thu, 26 May 2016 19:44:32 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b64xa-0005sj-G8 for emacs-orgmode@gnu.org; Thu, 26 May 2016 19:45:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b64xV-0005jF-HF for emacs-orgmode@gnu.org; Thu, 26 May 2016 19:45:01 -0400 Received: from vms173025pub.verizon.net ([206.46.173.25]:64472) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b64xV-0005iZ-BA for emacs-orgmode@gnu.org; Thu, 26 May 2016 19:44:57 -0400 Received: from vz-proxy-l008.mx.aol.com ([64.236.82.153]) by vms173025.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0O7T0050F5Y95U00@vms173025.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 26 May 2016 18:44:34 -0500 (CDT) In-reply-to: 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 Negleted to mention that the export to pdflatex worked fine with Emacs 24 version included in LMDE Betsy. On 05/26/2016 07:28 PM, Charles Millar wrote: > Hi, > > I just upgraded via git to Emacs 25. My init file loads OK and > everything "seems" to work, except: > > Upon attempting to export to pdflatex following error results > > Debugger entered--Lisp error: (wrong-type-argument arrayp nil) > file-truename(nil) > find-file-noselect-1(# Thisfiletobeexported.pdf> > "/mnt/Data/ActiveFiles/FilesAndFormsTemplates/Thisfiletobeexported.pdf" > nil nil > "/mnt/Data/ActiveFiles/FilesAndFormsTemplates/Thisfiletobeexported.pdf" > (17031 2057)) > find-file-noselect("/mnt/Data/ActiveFiles/FilesAndFormsTemplates/Thisfiletobeexported.pdf" > nil nil nil) > find-file-other-window("/mnt/Data/ActiveFiles/FilesAndFormsTemplates/Thisfiletobeexported.pdf") > > org-open-file("./Thisfiletobeexported.pdf") > (if a (org-latex-export-to-pdf t s v b) (org-open-file > (org-latex-export-to-pdf nil s v b))) > (lambda (a s v b) (if a (org-latex-export-to-pdf t s v b) > (org-open-file (org-latex-export-to-pdf nil s v b))))(nil nil nil nil) > org-export-dispatch(nil) > funcall-interactively(org-export-dispatch nil) > call-interactively(org-export-dispatch nil nil) > command-execute(org-export-dispatch) > > LMDE Betsy > > GNU Emacs 25.1.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of > 2016-05-26 > > Org-mode version 8.3.4 (release_8.3.4-869-gf2c421 @ > /usr/local/share/emacs/site-lisp/org-mode/lisp/) > > Any help appreciated. > > Charlie Millar > > >