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

2011-02-09 Thread Chris Maier
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, HTML, etc.) Thanks, Chris On Wed, Feb 9, 2011 at 3:56 AM, Eric S Fraga wrote: > Chris Maier wri

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

2011-02-09 Thread Eric S Fraga
Chris Maier 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, > HTML, etc.) > > Thanks, > Chris > > On Wed, Feb 9, 2011 at 3:56 AM, E

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

2011-02-09 Thread Eric S Fraga
Chris Maier writes: > 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 c

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

2011-02-09 Thread Chris Maier
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 command to do this? Thanks, Chris