Fix typo
* lisp/org-beamer.el (org-beamer-place-default-actions-for-lists): Fix typo in regexp.
This commit is contained in:
parent
ce0d35a51c
commit
68037b0e1e
|
@ -373,7 +373,7 @@ The need to be after the begin statement of the environment."
|
||||||
(let (dovl)
|
(let (dovl)
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(while (re-search-forward
|
(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"
|
(if (setq dovl (cdr (assoc "BEAMER_dovl"
|
||||||
(get-text-property (match-end 0)
|
(get-text-property (match-end 0)
|
||||||
'org-props))))
|
'org-props))))
|
||||||
|
|
Loading…
Reference in New Issue