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'."
     (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 "\\(: \\|\\[\\[\\)")
_______________________________________________
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