From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Wrong type argument on latex/pdf export after git pull (9.0.2-136) Date: Thu, 22 Dec 2016 10:52:20 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cK6bO-0006Hm-W3 for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:52:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cK6bO-0007ia-4m for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:52:23 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:35890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cK6bO-0007iR-0G for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:52:22 -0500 Received: by mail-vk0-x22f.google.com with SMTP id p9so166914878vkd.3 for ; Thu, 22 Dec 2016 08:52:21 -0800 (PST) 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 On Thu, Dec 22, 2016 at 10:29 AM, John Hendy wrote: > Greetings, > > > I'm finishing up a 30 page end of year work report and perhaps > stupidly decided I'd git pull on my various emacs packages last night. > I went to work on it today and I'm getting the following error: > > C-c C-e l p > shell-quote-argument: Wrong type argument: arrayp, nil I'd done =git pull origin master= last night and tried using a branch specifically just now, which appears to have resolved the issue. $ git checkout master $ git pull I just pulled around 10p last night and after doing the checkout step was told I was something like 711 commits behind master! I'm not sure what the other method of pulling did, but it appears it wasn't correct and perhaps didn't update everything? In any case, I can successfully export now. Sorry for the noise. I have another thread specifically about git settings, so perhaps that was the issue and can be corrected for the list's sake separately. John