"Stefan-W. Hahn" writes:
> Hello,
>
> I tried to use org-mode the first time with LaTeX export and embedded
> babel block. But it doesn't do the right thing.
>
> Following test:
>
> -- snip
> * gnuplot example
>
> Just a test.
>
> #+begin_src gnuplot :session none :file out.png
> set te
Hello,
I tried to use org-mode the first time with LaTeX export and embedded
babel block. But it doesn't do the right thing.
Following test:
-- snip
* gnuplot example
Just a test.
#+begin_src gnuplot :session none :file out.png
set terminal png
set xlabel "gx";set ylabel "gy";set zla