Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread Garreau, Alexandre
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

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread John Hendy
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

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-04 Thread Garreau, Alexandre
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

Re: [O] Org-plot/org-babel-gnuplot not working

2014-11-03 Thread John Hendy
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

[O] Org-plot/org-babel-gnuplot not working

2014-11-03 Thread Garreau, Alexandre
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