Le 05/11/2014 à 01h42, John Hendy a écrit :
> On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre
> wrote:
>> Le 04/11/2014 à 03h47, John Hendy a écrit :
> What's not enough? The docs also state (a bit above the babel lines):
> From my min-config, you can see that enabling gnuplot in babel and
> p
On Tue, Nov 4, 2014 at 6:33 PM, Garreau, Alexandre
wrote:
> Le 04/11/2014 à 03h47, John Hendy a écrit :
>> Could you post the gnuplot/babel relevant stuff from your .emacs?
>
> This:
>
> #+BEGIN_SRC emacs-lisp
> ;; active Babel languages
> (org-babel-do-load-languages
> 'org-babel-load-languages
Le 04/11/2014 à 03h47, John Hendy a écrit :
> Could you post the gnuplot/babel relevant stuff from your .emacs?
This:
#+BEGIN_SRC emacs-lisp
;; active Babel languages
(org-babel-do-load-languages
'org-babel-load-languages
'((gnuplot . t)))
;; add additional languages with '((language . t)))
#+E
On Nov 3, 2014 7:44 PM, "Garreau, Alexandre" wrote:
>
> Hello, when I do `org-plot/gnuplot' on a org-plot figure it says
> “org-plot/gnuplot: Cannot open load file: gnuplot”.
>
> I also tried org-babel-gnuplot, and on an example code, C-c C-c says
> “org-babel-execute-src-block: No org-babel-execu
Hello, when I do `org-plot/gnuplot' on a org-plot figure it says
“org-plot/gnuplot: Cannot open load file: gnuplot”.
I also tried org-babel-gnuplot, and on an example code, C-c C-c says
“org-babel-execute-src-block: No org-babel-execute function for
gnuplot!”.
I’m under Debian Testing (Jessy), ha