On Fri, Jun 21, 2013 at 09:02:28AM -0600, Eric Schulte wrote:
> 
> I've added a customization variable to ob-gnuplot which may be used to
> map file extensions to terminals.  Currently it just holds the mapping
> from eps to "postscript eps"
> 
>     ;; -*- emacs-lisp -*-
>     (defcustom *org-babel-gnuplot-terms*
>       '((eps . "postscript eps"))
>       "List of file extensions and the associated gnuplot terminal."
>       :group 'org-babel
>       :type '(repeat (cons (symbol :tag "File extension")
>                            (string :tag "Gnuplot terminal"))))
> 

Great idea!

> If anyone knows of other good default mapping to add please let me know.
> 

I personally use "pdfcairo color" for pdf output.

-- 
Suvayu

Open source is the future. It sets us free.

Reply via email to