[O] debugging export error

2014-10-08 Thread Charles Berry
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

Re: [O] debugging export error

2014-10-08 Thread Nicolas Goaziou
Hello, Charles Berry ccbe...@ucsd.edu writes: 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'