Change looking-at-p to looking-at.
Patch from Stephan Schmitt.
This commit is contained in:
parent
f0a003d160
commit
fadb5d5093
|
@ -454,7 +454,7 @@ relies on `org-babel-insert-result'."
|
||||||
(if (org-at-table-p)
|
(if (org-at-table-p)
|
||||||
(org-table-end)
|
(org-table-end)
|
||||||
(let ((case-fold-search nil))
|
(let ((case-fold-search nil))
|
||||||
(if (looking-at-p "#\\+begin_example")
|
(if (looking-at "#\\+begin_example")
|
||||||
(search-forward "#+end_example" nil t)
|
(search-forward "#+end_example" nil t)
|
||||||
(progn
|
(progn
|
||||||
(while (if (looking-at "\\(: \\|\\[\\[\\)")
|
(while (if (looking-at "\\(: \\|\\[\\[\\)")
|
||||||
|
|
Loading…
Reference in New Issue