From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Linke Subject: Re: create vector-graphics with org-babel Date: Sun, 13 Sep 2015 13:14:59 +0200 Message-ID: <55F55AB3.7030703@gmx.de> References: <55EFE4E2.5070700@gmx.de> <878u8fd1in.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb5FT-0004Vm-5Z for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 07:15:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zb5FO-0007vF-6W for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 07:15:07 -0400 Received: from mout.gmx.net ([212.227.17.20]:63832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zb5FN-0007t0-UX for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 07:15:02 -0400 Received: from [192.168.178.21] ([79.254.54.176]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LvUwp-1Ybrdv1NMx-010bmr for ; Sun, 13 Sep 2015 13:15:00 +0200 In-Reply-To: <878u8fd1in.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 I found out that the error is related to the ob-ipython package. They currently only allow png's. Using the normal ob-python everything works. Thanks for the help though. On 09/09/2015 06:02 PM, Aaron Ecay wrote: > Hi Max, > > What version of org are you using? Latex export should support svg > since commit 0cef5b63e, which is in version 8.1+. (You do need to > install and configure the “svg” package for latex in order to compile > the document.) >