From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: Unexpected behaviour with gnuplot source blocks Date: Fri, 21 Jun 2013 17:42:31 +0200 Message-ID: <20130621154231.GA17660@kuru.dyndns-at-home.com> References: <87ip18sqv6.fsf@gmail.com> <87txkrqzgb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq3Tx-0002bf-Ie for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 11:42:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq3Tw-0002Zg-Q8 for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 11:42:37 -0400 Received: from mail-ee0-x231.google.com ([2a00:1450:4013:c00::231]:56697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq3Tw-0002Za-Jo for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 11:42:36 -0400 Received: by mail-ee0-f49.google.com with SMTP id b57so4680327eek.22 for ; Fri, 21 Jun 2013 08:42:35 -0700 (PDT) Received: from kuru.dyndns-at-home.com ([2001:610:120:3001:f2de:f1ff:fe37:c76c]) by mx.google.com with ESMTPSA id n45sm8369646eew.1.2013.06.21.08.42.34 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 21 Jun 2013 08:42:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87txkrqzgb.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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.