Re: [Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-10 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] I also vote for removing the dot and ditaa block types from org-exp-blocks, left over from before the existence of begin_src blocks. As the original developer of org-exp-blocks, I no longer maintain it in favor of focusing on begin_src

Re: [Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-10 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: [...] I also vote for removing the dot and ditaa block types from org-exp-blocks, left over from before the existence of begin_src blocks. As the original developer of org-exp-blocks, I no longer maintain

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Sébastien Vauban
Hi Chris, Chris Maier wrote: In normal Org code blocks (e.g. #+begin_src clojure #+end_src) it's possible to hit C-c ' and edit the block code in a separate buffer with the appropriate mode. This doesn't appear to work when using org-exp-blocks to edit a begin_dot block. Is there a

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Dan Davison
Eric S Fraga e.fr...@ucl.ac.uk writes: Chris Maier christopher.ma...@gmail.com writes: The begin_dot is part of org-exp-blocks, as I understand it, and appears required to make it evaluate the Dot code, create the image file, and then incorporate that into the exported document (LaTeX,

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Chris Maier
I fixed my problem... had to dig around in the source of ob-dot.el, though, since it doesn't appear to be on the website [1]. There are some additional undocumented header parameters that ob-dot adds to the standard Babel params. With org-exp-blocks you do this: #+begin_dot foo.png -Tpng ...

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Dan Davison
Chris Maier christopher.ma...@gmail.com writes: I fixed my problem... had to dig around in the source of ob-dot.el, though, since it doesn't appear to be on the website [1]. There are some additional undocumented header parameters that ob-dot adds to the standard Babel params. With

Re: [Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Eric Schulte
Dan Davison dandavis...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Chris Maier christopher.ma...@gmail.com writes: The begin_dot is part of org-exp-blocks, as I understand it, and appears required to make it evaluate the Dot code, create the image file, and then incorporate

[Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-09 Thread Chris Maier
On Wed, Feb 9, 2011 at 11:14 AM, Dan Davison dandavis...@gmail.com wrote: Chris Maier christopher.ma...@gmail.com writes: Is there a way to explicitly associate an major mode with a particular kind of language block? Hi Chris, Yes, see the variable org-src-lang-modes. Use customize, or