JV <[email protected]> writes: > Ihor Radchenko wrote: > >> Could you please provide a reproducer that demonstrate the problem you >> are trying to solve? In my tests, I do see 'org-checkbox face being >> clearly visible. > > The issue occurs when a theme customizes a single face attribute (e.g. > :foreground) differently for org-list-dt and org-checkbox. To reproduce, > try: > > (custom-set-faces > '(org-checkbox ((t (:foreground "red")))) > '(org-list-dt ((t (:foreground "blue"))))) > > And then open an org buffer with the text: > > - [X] the term should be blue :: and the checkbox should be red > > Without the patch, the checkbox is also blue.
Makes sense. Applied, onto main, after adding missing double space between sentences in the commit message, a link to this thread, and a TINYCHANGE cookie. See https://orgmode.org/worg/org-contribute.html. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=23453dbf2 I also added you to the list of contributors. https://git.sr.ht/~bzg/worg/commit/7731846e -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
