Fixed bug in export of Org-mode code blocks
commit90336ceb4937e3a46bbcb2240c6d18f13af4bc0d
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:55:23 +0000 (31 12:55 -0400)
tree3c81be00977bea7df0d2a96909cffb68f6d478a1
parentae1be39fad7660804ea1a9715a87647e534f7b83
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.

Conflicts:

lisp/ob-exp.el
lisp/ob-exp.el
lisp/ob.el