don't try to evaluate #+call lines in verbatim blocks
commitf55810593e8dcac95ec4faf6a0cf59e4742aa569
authorEric Schulte <schulte.eric@gmail.com>
Fri, 18 Nov 2011 18:30:50 +0000 (18 11:30 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Fri, 18 Nov 2011 18:30:59 +0000 (18 11:30 -0700)
tree3d1fadf0398e2c358cf9b5a6678876c407ff3e10
parent1f206ed477bfee0993ee755161658a0649af3b78
don't try to evaluate #+call lines in verbatim blocks

* lisp/ob-exp.el (org-babel-exp-lob-one-liners): Don't limit
  in-verbatim check to inline code blocks, do lob code blocks as well.
* testing/lisp/test-ob-lob.el (test-ob-lob/do-not-eval-lob-lines-in-example-blocks-on-export):
  Test ensuring that #+call lines in verbatim blocks are not evaluated
lisp/ob-exp.el
testing/lisp/test-ob-lob.el