From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitri Makarov Subject: graphviz dot block export and evaluate Date: Fri, 28 Sep 2012 18:51:56 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THdnK-0001qR-IW for emacs-orgmode@gnu.org; Fri, 28 Sep 2012 12:52:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THdnG-00056P-Et for emacs-orgmode@gnu.org; Fri, 28 Sep 2012 12:52:06 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:60897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THdnG-00056C-6Z for emacs-orgmode@gnu.org; Fri, 28 Sep 2012 12:52:02 -0400 Received: by weyu3 with SMTP id u3so1720953wey.0 for ; Fri, 28 Sep 2012 09:52:00 -0700 (PDT) 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" Hi all, Has anyone successfully exported and evaluated src blocks with graphviz = dot code? I'm trying to export this block #+BEGIN_SRC dot :export both digraph G { A -> B } #+END_SRC and I'm getting the error org-babel-exp processing... executing Dot code block... file-name-extension: Wrong type argument: stringp, nil How do you debug such problems? Regards, Dmitri