From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Internal links in LaTeX export Date: Thu, 28 Oct 2010 23:28:35 -0400 Message-ID: <9528.1288322915@gamaville.dokosmarshall.org> References: <54309AAF-34E2-47F9-9DF2-236DC9BBFA69@tsdye.com> <80y69i5avh.fsf@mundaneum.com> <8439CC4F-8895-43F1-BE6A-D8E5A491A908@tsdye.com> <81tyk6117u.fsf@gmail.com> <18647.1288305308@alphaville.usa.hp.com> <25705B2C-189C-47A3-B6DC-71026E1DAC09@tsdye.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=60234 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBfeD-0007GT-5s for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 23:29:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBfe8-0006RB-17 for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 23:28:56 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:54774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBfe7-0006QR-Tg for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 23:28:51 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LB10091C8BO6GA0@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 22:28:37 -0500 (CDT) In-reply-to: Message from "Thomas S. Dye" of "Thu, 28 Oct 2010 14:20:59 -1000." <25705B2C-189C-47A3-B6DC-71026E1DAC09@tsdye.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: =?ISO-8859-1?Q?S=E9bastien_Vauban?= , nicholas.dokos@hp.com, emacs-orgmode@gnu.org, Jambunathan K Thomas S. Dye wrote: > ... > I did hit on a revision that was neither good nor bad: > > commit 8562273b272024a630a582b0e1b94c481d8abeec > Author: Eric Schulte > Date: Sat Oct 16 13:21:47 2010 -0600 > > ob-ref: don't forget arguments to referenced code blocks > > * lisp/ob-ref.el (org-babel-ref-resolve): bringing the referent > arguments back to their params before evaluation > > This one puts these lines in *Messages* when I export to LaTeX > > executing Org code block... > if: Symbol's value as variable is void: result-type > Yeah, that was the error that stopped me cold as well, although I hit it on a different commit (I think) - there must be a way to get around the problem but it certainly makes things more difficult. I imagine the way to go is to find a commit before this error was introduced and a commit after it was fixed and try those with your problem: it might allow you to bypass the problematic range (in which case, you might be able to continue bisecting all the way to the end), or it might limit the bad commit to this range - the latter is still valuable to know but certainly not as definitive as "this is the bad commit". And in any case, all of this would fall into the "advanced" appendix in the git bisection book. Sorry it didn't pan out but I hope that you had fun digging, Nick