From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: member-ignore-case: Wrong type argument: stringp, nil Date: Wed, 12 Oct 2016 09:10:13 +0530 Message-ID: <76C62C82-1D59-4C36-86D1-86CBCDD4650D@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buAP4-0005j3-A2 for emacs-orgmode@gnu.org; Tue, 11 Oct 2016 23:40:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buAP0-0004kj-6C for emacs-orgmode@gnu.org; Tue, 11 Oct 2016 23:40:25 -0400 Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:35320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buAOz-0004kR-V0 for emacs-orgmode@gnu.org; Tue, 11 Oct 2016 23:40:22 -0400 Received: by mail-pa0-x232.google.com with SMTP id qn10so23926539pac.2 for ; Tue, 11 Oct 2016 20:40:19 -0700 (PDT) Received: from [192.168.1.37] ([59.176.42.82]) by smtp.gmail.com with ESMTPSA id fi6sm7658293pac.20.2016.10.11.20.40.17 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 11 Oct 2016 20:40:18 -0700 (PDT) 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: org-mode mailing list I get this message when trying to export an org file (with embedded = source code blocks) to latex: member-ignore-case: Wrong type argument: stringp, nil How do I go about figuring out what exactly is going wrong? I have tried to isolate the problem by removing stuff from the file, to = see when does the problem go away. Some source code blocks seem to cause = it. If I remove them, the problem goes. But there is nothing in those = code blocks.. For example, the one below is giving me trouble.=20 #+NAME: australiafabainst #+BEGIN_SRC R :results output graphics :exports results :file = australia-faba-instability.png :width 1200 :height 700 :type cairo = :family serif :session pulses ## Some R code here to make a graph #+END_SRC But there are many others like this, which are not giving any error. Vikas