zwild / ob-ammonite

org-babel for scala evaluation in Ammonite
GNU General Public License v3.0
14 stars 2 forks source link

No org-babel-execute function for amm #1

Closed 191205 closed 5 years ago

191205 commented 5 years ago

Hello, I'm so happy to find such a plugin, the return result in very clean way.

I tried to fix this by reinstalling of ob-ammonite. but no luck

Thank you

191205 commented 5 years ago

Lol I forgot to do the following:

(after! org
  (def-package! ob-ammonite))
191205 commented 5 years ago

Everytime I run a new command, the next command I recive an error messsage: ammonite not running

jonnylaw commented 5 years ago

Same issue here, "Ammonite is not running" on Mac OS X with spacemacs.

jonnylaw commented 5 years ago

Okay, so if you run ammonite first, it works. Using M-x ammonite-term-repl

zwild commented 5 years ago

Yeah, you need to run it first. You can pull a request to update that part if you want.