emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Peter Davis <pfd@pfdstudio.com>
To: emacs-orgmode@gnu.org
Subject: Embedded dot not compiling>
Date: Mon, 09 May 2016 12:02:23 -0400	[thread overview]
Message-ID: <6sw6c78tzjjk34.fsf@BO-C02PWE1MG8WN.home> (raw)


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.

Thanks!
-pd



#+STARTUP: showeverything logdone
#+options: toc:nil num:nil
#+title: Test Flows


* Buyer rates/reviews

#+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"];
  node sso [label="Seller signs out"];
  node asi [label="Admin signs in"];
  node aaa [label="Admin approves asset"];
  node aap [label="Admin approves app"];
  node aso [label="Admin signs out"];
  node bsi [label="Buyer signs in"];
  node bpa [label="Buyer purchases asset"];
  node bpp [label="Buyer purchases app"];
  node brr [label="Buyer rates and/\nor reviews"];
  node bso [label="Buyer signs out"];

  ssi -> sca -> sso;
  asi -> aaa -> aso;
  bsi -> bpa -> brr -> bso;
}
#+END_SRC

             reply	other threads:[~2016-05-09 16:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-09 16:02 Peter Davis [this message]
     [not found] <f95954fe8d8b4813b49f75cc267a92ad@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-05-09 16:55 ` Embedded dot not compiling> Eric S Fraga
2016-05-09 17:01 ` Eric S Fraga
  -- strict thread matches above, loose matches on Subject: below --
2016-05-09 17:01 Peter Davis
2016-05-09 17:52 Peter Davis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6sw6c78tzjjk34.fsf@BO-C02PWE1MG8WN.home \
    --to=pfd@pfdstudio.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).