[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] org-babel, gnuplot and buffer-wide header arguments
From: |
Carlos Russo |
Subject: |
[O] org-babel, gnuplot and buffer-wide header arguments |
Date: |
Wed, 12 Jun 2013 11:21:37 +0100 |
User-agent: |
Unison/2.1.10 |
Hi
it seems that org-babel-gnuplot only recognizes a few header arguments.
I would like to set the following on top of the buffer:
#+PROPERTY: term pdfcairo enhanced mono size 8cm,6cm font "Helvetica"
in order to control the appearance of a bunch of figures generated by gnuplot
#+begin_src gnuplot :exports result :file file.pdf
plot ...
#+end_src
Basically, I would like to avoid writing the :term property all the time:
#+begin_src gnuplot :exports result :file file.pdf :term pdfcairo
enhanced mono size 8cm,6cm font "Helvetica"
plot ...
#+end_src
It seems that this requires a modification to ob-gnuplot.el.
Any hints on how to do this?
Thanks,
Carlos
- [O] org-babel, gnuplot and buffer-wide header arguments,
Carlos Russo <=