Re: [Orgmode] typo in org-babel

2009-07-23 Thread Dan Davison
Stephan Schmitt writes: > Hello, > > evaluating a source-block with org-babel raised an error about 'looking-at-p' > not defined. Thanks Stephan, I've applied that and checked for other occurrences. (I believe looking-at-p is new in emacs23.) Dan > > Best, > Stephan > diff --git lisp/org-

[Orgmode] typo in org-babel

2009-07-23 Thread Stephan Schmitt
Hello, evaluating a source-block with org-babel raised an error about 'looking-at-p' not defined. Best, Stephan diff --git lisp/org-babel.el lisp/org-babel.el index a6345eb..e2a24eb 100644 --- lisp/org-babel.el +++ lisp/org-babel.el @@ -454,7 +454,7 @@ relies on `org-babel-insert-result'.