Removed last call to org-provide-checkbox-statistics.
This commit is contained in:
parent
5d196be958
commit
fd16515b4a
|
@ -5459,7 +5459,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
|
|||
;; Checkboxes
|
||||
'("^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\\[@start:[0-9]+\\][ \t]*\\)?\\)\\(\\[[- X]\\]\\)"
|
||||
2 'org-checkbox prepend)
|
||||
(if org-provide-checkbox-statistics
|
||||
(if (cdr (assq 'checkbox org-list-automatic-rules))
|
||||
'("\\[\\([0-9]*%\\)\\]\\|\\[\\([0-9]*\\)/\\([0-9]*\\)\\]"
|
||||
(0 (org-get-checkbox-statistics-face) t)))
|
||||
;; Description list items
|
||||
|
|
Loading…
Reference in New Issue