Excellent! Thank you so much! :-)
> What about John Hendy's suggestion of finding a face I like, and thenUse this somewhere in your configuration:
> adding "^> text..." to the list of things org fontifies with that
> style? ('In other words, add "^> text" regexp to the existing hunt
> for lines that start with #+ in order to get src code fontification
> applied.')
>
> Is this feasible?
(font-lock-add-keywords
'org-mode '(("^\\(:+\\) " 1 (compose-region (match-beginning 1) (match-end 1) ?> ) nil)))
M-x org-mode RET in an org-mode buffer if you evaluate this sexp after
you visited the file, otherwise the change will not be visible.
HTH,
--
Bastien