Eric S Fraga <e.fr...@ucl.ac.uk> 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


Reply via email to