From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: bug in exporter (org-babel-exp-process-buffer) Date: Wed, 11 Jun 2014 22:15:34 +0200 Message-ID: <87r42vgq3d.fsf@selenimh.mobile.lan> References: <871tuwilfs.fsf@selenimh.mobile.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuovL-00015E-KF for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 16:15:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuovD-0003WO-TS for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 16:15:07 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:55236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuovD-0003VN-Ni for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 16:14:59 -0400 In-Reply-To: (Charles C. Berry's message of "Tue, 10 Jun 2014 14:11:45 -0700") 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: "Charles C. Berry" Cc: emacs-orgmode@gnu.org "Charles C. Berry" writes: > When run with master, after the prompt for evaluating the src block, > an error is thrown. *Messages* shows > > ,---- > | Evaluate this emacs-lisp code block on your system? (y or n) y > | executing Emacs-Lisp code block... > | Code block evaluation complete. > | cond: Wrong type argument: integer-or-marker-p, nil > `---- > > evidently the result of (goto-char ,head) with nil as the value of > head when trying to evaluate src_R{...}. > > Adding the lines results in correct export with no prompt at the > (later) inline src block. Applied to master. Thank you. Regards, -- Nicolas Goaziou