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?

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-739-g789412

Reply via email to