Stephan Schmitt <drmab...@cs.tu-berlin.de> 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-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'."
>      (if (org-at-table-p)
>          (org-table-end)
>        (let ((case-fold-search nil))
> -     (if (looking-at-p "#\\+begin_example")
> +     (if (looking-at "#\\+begin_example")
>           (search-forward "#+end_example" nil t)
>         (progn
>           (while (if (looking-at "\\(: \\|\\[\\[\\)")
q> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to