|
@@ -11367,8 +11367,11 @@ changes because there are unchecked boxes in this entry."
|
|
(outline-next-heading)
|
|
(outline-next-heading)
|
|
(setq end (point))
|
|
(setq end (point))
|
|
(goto-char beg)
|
|
(goto-char beg)
|
|
- (if (re-search-forward "^[ \t]*\\([-+*]\\|[0-9]+[.)]\\)[ \t]+\\[[- ]\\]"
|
|
|
|
- end t)
|
|
|
|
|
|
+ (if (org-list-search-forward
|
|
|
|
+ (concat (org-item-beginning-re)
|
|
|
|
+ "\\(?:\\[@\\(?:start:\\)?\\([0-9]+\\|[A-Za-z]\\)\\][ \t]*\\)?"
|
|
|
|
+ "\\[[- ]\\]")
|
|
|
|
+ end t)
|
|
(progn
|
|
(progn
|
|
(if (boundp 'org-blocked-by-checkboxes)
|
|
(if (boundp 'org-blocked-by-checkboxes)
|
|
(setq org-blocked-by-checkboxes t))
|
|
(setq org-blocked-by-checkboxes t))
|