瀏覽代碼

Fix typo

* lisp/org-beamer.el (org-beamer-place-default-actions-for-lists): Fix
typo in regexp.
Carsten Dominik 14 年之前
父節點
當前提交
68037b0e1e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-beamer.el

+ 1 - 1
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))))