From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: ob-julia, src block execution undefined function org-babel-get-header Date: Thu, 21 Jan 2016 18:28:20 -0500 Message-ID: <87wpr2a4x7.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMOeW-0006lq-9p for emacs-orgmode@gnu.org; Thu, 21 Jan 2016 18:28:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMOeS-0000k3-AB for emacs-orgmode@gnu.org; Thu, 21 Jan 2016 18:28:32 -0500 Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:63571 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMOeS-0000jo-3T for emacs-orgmode@gnu.org; Thu, 21 Jan 2016 18:28:28 -0500 In-Reply-To: (Andreas's message of "Thu, 21 Jan 2016 23:55:46 +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: Andreas Cc: emacs-orgmode@gnu.org Hi Andreas, Andreas writes: > Hi list, > I was hoping to get some help with this issue > > I use: > Org-mode version 8.3.3 (release_8.3.3-468-gf3f4b2) > GNU Emacs 25.1.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.16.7) of 2016-01-17 > ess-version: 15.09-2 patched [git: 6d05ba7c89371764c43e30a436d7166417cabd4d] > julia version 0.4.2 > > I'm trying to execute julia code src blocks but have come across a problem. > > When trying to do C-c C-c in the src block emacs complain about an > undefined function org-babel-get-header. org-babel-get-header was removed in 0d000f5 (babel: small change in API, 2015-10-29) and has the following NEWS entry: *** ~org-babel-get-header~ is removed. Use ~org-babel--get-vars~ or ~assq~ instead, as applicable. However, ob-julia, along with several other packages in contrib, still use org-babel-get-header. > I think I have tracked down the error to ob-julia where org-babel-get-header > is used. > I found a reference to a similar problem for ob-html package here: > https://github.com/zweifisch/ob-http/issues/12 > I tried to edit the ob-julia file based on that fix but failed to make it > work. I think something like the fix at that link should work. What did you try and how did it fail? Also, perhaps it's worth raising the issue here: https://github.com/gjkerns/ob-julia -- Kyle