From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Embedded dot not compiling> Date: Mon, 09 May 2016 13:01:34 -0400 Message-ID: <6sw6c71t5bjhch.fsf@BO-C02PWE1MG8WN.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azoYy-000409-Tu for emacs-orgmode@gnu.org; Mon, 09 May 2016 13:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azoYu-00021R-Qa for emacs-orgmode@gnu.org; Mon, 09 May 2016 13:01:44 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:34265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azoYt-00020Z-9D for emacs-orgmode@gnu.org; Mon, 09 May 2016 13:01:40 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6133820A5B for ; Mon, 9 May 2016 13:01:35 -0400 (EDT) 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" To: "emacs-orgmode@gnu.org" Eric S Fraga writes: > On Monday, 9 May 2016 at 16:02, Peter Davis wrote: >> I've been using org-mode for a while, in some cases with embedded dot >> code. This has worked pretty smoothly for me in the past, but >> for some reason, I'm not getting any png output from my graphs >> now. The doc I'm started is included below, in its entirety since >> it's still pretty small. >> >> Anything jump out? I don't see any errors, but the png file is not created. > >> #+BEGIN_SRC dot :file brr.png :cmdline -Kdot -Tpng >> digraph G { >> node [shape=box]; >> node ssi [label="Seller signs in"]; >> node sca [label="Seller creates asset"]; >> node scp [label="Seller creates app"]; > > Should you have "node" on each node line? I thought nodes were simply > lines with no keyword? D'oh! Yes, that was it. Thank you! -pd