emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] typo in org-babel


From: Stephan Schmitt
Subject: [Orgmode] typo in org-babel
Date: Thu, 23 Jul 2009 12:26:42 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090626)

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]