[Orgmode] Re: Generated images in buffer

2010-11-28 Thread Dan Davison
Dov Grobgeld writes: > Thanks! This is exactly what I was looking for. And indeed it is as easy to > output a graph from python (or any other language) as it is from ditaa: > > * A ditaa image > #+begin_src ditaa :file example.png [...] > * A Python image > #+begin_src python :file circle.png

[Orgmode] Re: Generated images in buffer

2010-11-28 Thread Dov Grobgeld
Thanks! This is exactly what I was looking for. And indeed it is as easy to output a graph from python (or any other language) as it is from ditaa: * A ditaa image #+begin_src ditaa :file example.png +-+ | cBLU| | | |++ ||cPNK| ||| +++ #+end_src #+r

[Orgmode] Re: Generated images in buffer

2010-11-28 Thread Dan Davison
"Eric Schulte" writes: > You can place the ditaa code into a code block and then evaluate the > code block with C-c C-c. This will insert a link to the generated image > into your Org-mode file. If you then turn on inline images with M-x > org-toggle-inline-images you can preview the generated