ob-http icon indicating copy to clipboard operation
ob-http copied to clipboard

Fix org-src-lang-modes

Open ag91 opened this issue 6 years ago • 0 comments

Hey thanks for this mode: it is very useful at work!!

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, "ob-http" on tangling snippets.

ag91 avatar Aug 12 '19 12:08 ag91