|
@@ -385,9 +385,9 @@ specifically, type `block' is determined by the variable
|
|
It depends on `org-empty-line-terminates-plain-lists'.")
|
|
It depends on `org-empty-line-terminates-plain-lists'.")
|
|
|
|
|
|
(defconst org-list-full-item-re
|
|
(defconst org-list-full-item-re
|
|
- (concat "^[ \t]*\\(\\(?:[-+*]\\|\\(?:[0-9]+\\|[A-Za-z]\\)[.)]\\)[ \t]+\\)"
|
|
|
|
|
|
+ (concat "^[ \t]*\\(\\(?:[-+*]\\|\\(?:[0-9]+\\|[A-Za-z]\\)[.)]\\)\\(?:[ \t]+\\|$\\)\\)"
|
|
"\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?"
|
|
"\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?"
|
|
- "\\(?:\\(\\[[ X-]\\]\\)[ \t]+\\)?"
|
|
|
|
|
|
+ "\\(?:\\(\\[[ X-]\\]\\)\\(?:[ \t]+\\|$\\)\\)?"
|
|
"\\(?:\\(.*\\)[ \t]+::\\(?:[ \t]+\\|$\\)\\)?")
|
|
"\\(?:\\(.*\\)[ \t]+::\\(?:[ \t]+\\|$\\)\\)?")
|
|
"Matches a list item and puts everything into groups:
|
|
"Matches a list item and puts everything into groups:
|
|
group 1: bullet
|
|
group 1: bullet
|