zwild / ob-ammonite

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

Fix org-src-lang-modes #2

Closed ag91 closed 4 years ago

ag91 commented 4 years ago

Hey thanks for this nice org extension!

The org-src-lang-modes list contains cons-cell with symbols, not strings: (("amm" . scala) ("arduino" . arduino) ("translate" . text) ("redis" . redis) ("php" . php) ("C" . c) ("C++" . c++) ("asymptote" . asy) ("bash" . sh) ...)

It was causing Wrong type argument: symbolp, "scala" on tangling snippets.