thank you for sharing the answer. On Sat, May 16, 2009 at 02:01, wrote: > I received a request to tell the list how I managed to change the face for > lines that begin with # in an org file, so here it is. > > Lines that begin with # are comment lines. The face of comment lines is > determined by font-lock-comment-face. In my .emacs, I now have: > > '(font-lock-comment-face ((((class color) (min-colors 88) (background > light)) (:foreground "cornflowerblue")))) > > One may also do the following: > > M-x customize > Go to the "Faces" group. > Go to the "Font Lock" group. > Go to the "Font Lock Faces" group. > Customize "Font Lock Comment Face." > > I'm sure there are other ways to do this as well. > > > Scott Randby > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >