From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: debugging export error Date: Wed, 8 Oct 2014 19:11:02 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbwdv-0005K8-SJ for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 15:11:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbwdo-0007pJ-Cz for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 15:11:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:35274) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbwdo-0007p5-6c for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 15:11:16 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xbwdl-00038Z-38 for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 21:11:13 +0200 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 21:11:13 +0200 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 21:11:13 +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 I am trying to debug a subtree export. I get member-ignore-case: Wrong type argument: stringp, nil and it seems to come from `org-export-get-environment' but if I instrument that function, the error goes away whether I step thru it or `c' on entry. Likewise, if I M-x debug-on-entry and just `c' on entry, I get no error. Bisecting the file with the subtree I am trying to export, I can find things - like removing an unused src block - that when changed get rid of the error. But I'd really like to know what is going on here and not being able to see the problem thru a debugger is a frustration. Advice appreciated. Chuck