Merge branch 'bugfix'

This commit is contained in:
Bastien Guerry 2023-12-02 10:03:02 +01:00
commit 4d72f3a0d2
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ holding export options."
'((":\\(B_[a-z]+\\|BMCOL\\):" 1 'org-beamer-tag prepend))
'prepend))
(defface org-beamer-tag '((t (:box (:line-width 1 :color grey40))))
(defface org-beamer-tag '((t (:box (:line-width 1 :color "grey40"))))
"The special face for beamer tags."
:group 'org-export-beamer)