Fix #+results display in org-modern

Now all keywords need to be put in lower case, regardless of the case
they're written in.
This commit is contained in:
TEC 2022-12-03 01:42:09 +08:00
parent 86f507764e
commit ad09b9e616
Signed by: tec
SSH Key Fingerprint: SHA256:eobz41Mnm0/iYWBvWThftS0ElEs1ftBr6jamutnXc/A
1 changed files with 1 additions and 1 deletions

View File

@ -7612,7 +7612,7 @@ and Minad's lovely =org-modern= goes a long way in this regard.
("name" . "⁍")
("header" . "")
("caption" . "☰")
("RESULTS" . "🠶")))
("results" . "🠶")))
(custom-set-faces! '(org-modern-statistics :inherit org-checkbox-statistics-todo)))
#+end_src