Hi Andreas,

Andreas Leha wrote:
> is it possible to dynamically change the color / typeface of headings?
> I would be interested to have all my headings with :noexport: tag to be
> darker, for instance.

You could be inspired by
http://article.gmane.org/gmane.emacs.orgmode/80850.

If not, a fallback solution consists in highlighting differently that
particular tag:

--8<---------------cut here---------------start------------->8---
  (setq org-tag-faces
        '(("noexport"
           (:slant italic
            :foreground "#8774AF" :background "#DED0EA"))))
--8<---------------cut here---------------end--------------->8---

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to