chasberry / orgmode-accessories

Add ons for orgmode
78 stars 18 forks source link

ravel-lang branch broken by babel update #7

Closed chasberry closed 8 years ago

chasberry commented 8 years ago

org-mode commit 9738da473277712804e0d004899388ad71c6b791 removed the functions

org-babel-parse-src-block-match
org-babel-parse-inline-src-block-match

which ravel-lang uses. It looks like a rewrite is in order.

In the meanwhile, the master branch seems to be OK.

UPDATE: A new branch called `rl-no-parser' was created.

It seems to handle the new babel functions.