From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: conditionally color/format heading Date: Fri, 14 Feb 2014 10:00:59 +0100 Message-ID: <87txc2gjas.fsf@med.uni-goettingen.de> References: <87y51ehawv.fsf@med.uni-goettingen.de> <86y51e9kfs.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEEe7-0003RA-I2 for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 04:01:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WEEe2-0005pj-1B for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 04:01:19 -0500 Received: from plane.gmane.org ([80.91.229.3]:32895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WEEe1-0005pd-Qt for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 04:01:13 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WEEdz-0000WH-JZ for emacs-orgmode@gnu.org; Fri, 14 Feb 2014 10:01:11 +0100 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Feb 2014 10:01:11 +0100 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Feb 2014 10:01:11 +0100 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Sebastien, "Sebastien Vauban" 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