Fixed bug in export of Org-mode code blocks
commitd6ddb5920341c256133c38c13c9a1fc1ad2e3bc5
authorEric Schulte <eric.schulte@gmx.com>
Sat, 31 Mar 2012 16:49:07 +0000 (31 12:49 -0400)
committerEric Schulte <eric.schulte@gmx.com>
Sat, 31 Mar 2012 16:49:07 +0000 (31 12:49 -0400)
treefaa4af57d3dee4f4b9c555bc388586dbb5bf7ced
parent18c68c13aa1ac5c674a2366baf4bdb2e9e2ceb90
Fixed bug in export of Org-mode code blocks

* lisp/ob-exp.el (org-babel-exp-code): Escape all lines when exporting
  Org-mode blocks.
* lisp/ob.el (org-babel-parse-src-block-match): Make use of the new
  language argument to org-babel-strip-protective-commas.
  (org-babel-parse-inline-src-block-match): Make use of the new
  language argument to org-babel-strip-protective-commas.
  (org-babel-strip-protective-commas): Now accepts a language
  argument.
lisp/ob-exp.el
lisp/ob.el