From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: conditionally color/format heading Date: Fri, 14 Feb 2014 09:18:15 +0100 Message-ID: <86y51e9kfs.fsf@somewhere.org> References: <87y51ehawv.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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