On Fri, 19 Mar 2010 14:50:09 -0400, Dan Davison <davi...@stats.ox.ac.uk> wrote:
> 
> Nathan Neff <nathan.n...@gmail.com> writes:
> 
> > I'm trying to write an org-babel-groovy.el file, and have read through the
> > org-babel-template.el and org-babel-template.org files.

[...]

> >   (Ex: usage:  groovy <file> blah blah blah)
> >
> 
> Hi Nate,
> 
> > I suspect that this is because I don't have a major-mode for Groovy 
> > installed.
> 
> No, that's not the problem. This should be easy to fix... we just need
> to know how to get groovy to read commands from standard input. I.e. how
> do we do the groovy equivalent of this:

Can you not simply put the commands into a file and then run groovy on
that given that groovy obviously expects a file (see usage above)?  I
believe that's what you have done with some of the other babel
languages?  It's what I did for my own very clumsy and limited maxima
and octave interfaces...


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to