Hi Sebastien, "Sebastien Vauban" <sva-n...@mygooglest.com> writes:
> 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. > Thanks a bunch. That has exactly the inspiration I was looking for. > If not, a fallback solution consists in highlighting differently that > particular tag: > > (setq org-tag-faces > '(("noexport" > (:slant italic > :foreground "#8774AF" :background "#DED0EA")))) > Thank for this as well, although I'll try to come up with sth from the post you linked to above. Regards, Andreas