From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Wrong type argument on latex/pdf export after git pull (9.0.2-136) Date: Thu, 22 Dec 2016 10:29:26 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cK6FE-00009Z-Fr for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:29:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cK6FD-0006mm-HO for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:29:28 -0500 Received: from mail-ua0-x232.google.com ([2607:f8b0:400c:c08::232]:36080) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cK6FD-0006mK-D6 for emacs-orgmode@gnu.org; Thu, 22 Dec 2016 11:29:27 -0500 Received: by mail-ua0-x232.google.com with SMTP id 88so84300050uaq.3 for ; Thu, 22 Dec 2016 08:29:27 -0800 (PST) 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 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 fiddled with tagging various headlines in my real report with :noexport: with no success in finding something in the file causing this. I then made a simple test file and min config which also creates the behavior (emacs -Q, M-x load min-config): #+begin_src min-config (add-to-list 'load-path "~/.elisp/org/lisp/") (add-to-list 'load-path "~/.elisp/org/contrib/lisp") (require 'ox-latex) #+end_src #+begin_src org * heading 1 blah blah blah #+end_src M-x org-version Org mode version 9.0.2 (release_9.0.2-136-g7fd61c @ /home/jwhendy/.elisp/org/lisp/) Is there a way to debug further? Thanks! John P.S. When I pulled last night using =git pull= I got a message back that I wasn't on a specified branch, and listed 5 if I recall. I have never gotten this before and just did =git pull origin master= afterward successfully. Could I be on the incorrect branch?