From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [BUG] org-confirm-babel-evaluate breaks inline src blocks Date: Sat, 23 Nov 2013 04:50:08 +0000 (UTC) Message-ID: References: <877gc0ihd9.fsf@gmail.com> 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]:44827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vk5B3-0003He-7A for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 23:50:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vk5Ax-0006te-4V for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 23:50:41 -0500 Received: from plane.gmane.org ([80.91.229.3]:56289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vk5Aw-0006ta-TB for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 23:50:35 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vk5As-0008IW-R7 for emacs-orgmode@gnu.org; Sat, 23 Nov 2013 05:50:31 +0100 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 ; Sat, 23 Nov 2013 05:50:30 +0100 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Nov 2013 05:50:30 +0100 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 Eric Schulte gmail.com> writes: > > Charles Berry ucsd.edu> writes: > [snip] > > Thanks for pointing this out, I've just pushed up a fix. > AFAICS, it is still broken. I did a git pull, downloaded the patches, applied them, compiled ob-core.el. I am still getting org-babel-exp-results: Wrong type argument: integer-or-marker-p, nil I suspect that (,head (nth 6 ,info)) ... (goto-char ,head) in the org-babel-check-confirm-evaluate macro is the source of the message. (nth 6 info) is nil for inline src blocks. HTH, Chuck