Hi, Sharon, Sharon Kimble <[email protected]> writes:
> Has anything major changed in org-mode in the last couple of months, I'm > looking specifically at italics and bold, which using my theme of > 'darkest-midnight' used to show as green text (for italics) and red text > (for bold). Now they just show as white text but slanting, for italics, > and bold text, for bold. > > And I'm attaching my theme just in case its something within it causing > my problems? If you do find the problem within the theme, please do tell > me. As ATM I'm going nuts trying to figure a way round the problems in > my current writing project. I don't think anything has changed in Org. Org sets /italicized text/ to 'italic' face and *bold text* to 'bold'. Looking at your theme, I don't see any specifications for these faces. Try adding something like `(bold ((t (:foreground "red")))) `(italic ((t (:foreground "green")))) to the list after custom-theme-set-faces. Regards, Christian
