summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-10-12 07:26:36 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2010-10-12 07:26:36 +0200
commit68037b0e1e669b903b13348be5054bc25c23a5a3 (patch)
tree626f09b2a8bd9cc6fc5289ac80a441a7d6dfb349
parentce0d35a51cf489a65db513f085a3145420389500 (diff)
downloadorg-mode-68037b0e1e669b903b13348be5054bc25c23a5a3.tar.gz
Fix typo
* lisp/org-beamer.el (org-beamer-place-default-actions-for-lists): Fix typo in regexp.
-rw-r--r--lisp/org-beamer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-beamer.el b/lisp/org-beamer.el
index 49b3499..453ba8a 100644
--- a/lisp/org-beamer.el
+++ b/lisp/org-beamer.el
@@ -373,7 +373,7 @@ The need to be after the begin statement of the environment."
(let (dovl)
(goto-char (point-min))
(while (re-search-forward
- "^[ \t]*\\\\begin{\\(itemize\\|enumerate\\|desctiption\\)}[ \t\n]*\\\\item\\>\\( ?\\(<[^<>\n]*>\\|\\[[^][\n*]\\]\\)\\)?[ \t]*\\S-" nil t)
+ "^[ \t]*\\\\begin{\\(itemize\\|enumerate\\|description\\)}[ \t\n]*\\\\item\\>\\( ?\\(<[^<>\n]*>\\|\\[[^][\n*]\\]\\)\\)?[ \t]*\\S-" nil t)
(if (setq dovl (cdr (assoc "BEAMER_dovl"
(get-text-property (match-end 0)
'org-props))))