emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Unexpected behaviour with gnuplot source blocks


From: Suvayu Ali
Subject: Re: [O] Unexpected behaviour with gnuplot source blocks
Date: Fri, 21 Jun 2013 17:42:31 +0200
User-agent: Mutt/1.5.21 (2012-12-30)

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

[Prev in Thread] Current Thread [Next in Thread]