Variable: org-list-end-re

org-list-end-re is a variable defined in org-list.el.gz.

Value

"^[     ]*\n[   ]*\n"

Documentation

Regex matching the end of a plain list.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-list.el.gz
;;; Predicates and regexps

(defconst org-list-end-re "^[ \t]*\n[ \t]*\n"
  "Regex matching the end of a plain list.")