0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-23 12:10:44 +00:00
org-mode/contrib/babel/lisp/langs
Eric Schulte 0969873888 org-babel-gnuplot: variable expansion in gnuplot source-code with '$' character
Variable names in gnuplot source code preceded by the '$' character
  will be expanded to their value before the code is executed.  For
  example the following will results in the evaluation of 'plot
  sin(x)' by gnuplot.

  "sin(x)"

  plot $fun
2009-11-30 21:01:43 -07:00
..
org-babel-asymptote.el
org-babel-clojure.el
org-babel-css.el
org-babel-ditaa.el
org-babel-dot.el
org-babel-emacs-lisp.el
org-babel-gnuplot.el
org-babel-haskell.el
org-babel-latex.el
org-babel-ocaml.el
org-babel-perl.el
org-babel-python.el
org-babel-R.el
org-babel-ruby.el
org-babel-sass.el
org-babel-screen.el
org-babel-sh.el
org-babel-sql.el