Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-10-23 Thread Éibhear
Matt Price gmail.com> writes: > > > > On Thu, Sep 24, 2015 at 7:10 AM, Matt Price gmail.com> wrote: > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos gmail.com> wrote: > Matt Price gmail.com> writes: > > > > - > > it looks about right until the very end; Manually running "dot

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-10-23 Thread Matt Price
On Fri, Oct 23, 2015 at 8:27 AM, Éibhear wrote: > Matt Price gmail.com> writes: > > > > > > > > > On Thu, Sep 24, 2015 at 7:10 AM, Matt Price gmail.com> > wrote: > > > > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos gmail.com> > wrote: > > Matt Price gmail.com>

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-10-23 Thread Éibhear
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/10/15 18:43, Matt Price wrote: > > > On Fri, Oct 23, 2015 at 8:27 AM, Éibhear > wrote: > > Matt Price gmail.com > writes: > >> >> >> >> On Thu, Sep 24, 2015 at

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-24 Thread Matt Price
On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos wrote: > Matt Price writes: > > > I would, however, like to avoid the clumsy intermediate step and use > something like this instead: > > #+name: graph-from-tables > > #+HEADER: :var nodes=students-table

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-24 Thread Matt Price
On Thu, Sep 24, 2015 at 7:10 AM, Matt Price wrote: > > > On Thu, Sep 24, 2015 at 12:00 AM, Nick Dokos wrote: > >> Matt Price writes: >> > > - > it looks about right until the very end; Manually running "dot >

Re: [O] org-babel-execute:dot -- why doesn't this work?

2015-09-23 Thread Nick Dokos
Matt Price writes: > I would, however, like to avoid the clumsy intermediate step and use > something like this instead: > #+name: graph-from-tables > #+HEADER: :var nodes=students-table graph=students-graph horiz='t > #+BEGIN_SRC emacs-lisp :file ~/example-diagram.png

[O] org-babel-execute:dot -- why doesn't this work?

2015-09-23 Thread Matt Price
I'm trying to draw some silly diagrams with dot, based on code stolen from tutorials here: http://irreal.org/blog/?p=2866 and here: http://orgmode.org/worg/org-tutorials/org-dot-diagrams.html The code won't work, though I can generate the diagram using a somewhat clumsier method from here: