Merge branch 'maint'

This commit is contained in:
Bastien Guerry 2012-08-30 10:25:58 +02:00
commit e72acc0e1f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
"\\|"
;; Lists.
(let ((term (case org-plain-list-ordered-item-terminator
(t "[.)]") (?\) ")") (?. "\\.") (otherwise "[.)]")))
(?\) ")") (?. "\\.") (otherwise "[.)]")))
(alpha (and org-alphabetical-lists "\\|[A-Za-z]")))
(concat "\\(?:[-+*]\\|\\(?:[0-9]+" alpha "\\)" term "\\)"
"\\(?:[ \t]\\|$\\)"))