zweifisch / ob-http

make http request within org-mode babel
GNU General Public License v3.0
256 stars 30 forks source link

Fix org-src-lang-modes #46

Closed ag91 closed 2 months ago

ag91 commented 5 years ago

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 commented 2 months ago

closing this as I think this repo is not really maintained anymore @zweifisch , I am going to maintain my fork (I have merged some of the PRs in there)