Re: [O] ob-julia, src block execution undefined function org-babel-get-header

2016-01-22 Thread Andreas
Thanks for your answer Kyle, Good that you pointed me to ob-julia, was unsure that that was the correct venue to take for a contrib package. I posted an issue there and ones I got the changelog you posted I tried the following change from (mapcar #'cdr (org-babel-get-header params :var)) to (mapca

Re: [O] ob-julia, src block execution undefined function org-babel-get-header

2016-01-21 Thread Kyle Meyer
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: 6d05ba7c89371764c43e30a436d71

[O] ob-julia, src block execution undefined function org-babel-get-header

2016-01-21 Thread Andreas
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