Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2019-02-02 22:51:14 +01:00
commit 0586b0e45a
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ determines if it is a foreground or a background color."
(if (not value)
(setq org-tags-special-faces-re nil)
(setq org-tags-special-faces-re
(concat ":\\(" (mapconcat 'car value "\\|") "\\):"))))
(concat ":" (regexp-opt (mapcar #'car value) t) ":"))))
(defface org-checkbox '((t :inherit bold))
"Face for checkboxes."