[O] gnuplot not working with babel

2014-06-01 Thread Lawrence Bottorff
I'm just starting out with babel and can't get the example code to run ( http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html#sec-4) : #+begin_src gnuplot :exports code :file file.png reset set title Putting it All Together set xlabel X set xrange [-8:8] set xtics -8,2,8 set

Re: [O] gnuplot not working with babel

2014-06-01 Thread Omid
Hello, For your second question, please see Easy Templates as one solution: http://orgmode.org/manual/Easy-Templates.html Omid Sent from my Emacs On 06/01/2014 10:48 PM, Lawrence Bottorff wrote: I'm just starting out with babel and can't get the example code to run

Re: [O] gnuplot not working with babel

2014-06-01 Thread Omid
And searching with the keywords from the error you're getting, your first problem is solved by installing gnuplot.el (to drive gnuplot inside Emacs): https://lists.gnu.org/archive/html/emacs-orgmode/2013-07/msg00563.html Omid Sent from my Emacs On 06/01/2014 10:48 PM, Lawrence Bottorff wrote: