emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] conditionally color/format heading


From: Sebastien Vauban
Subject: Re: [O] conditionally color/format heading
Date: Fri, 14 Feb 2014 09:18:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

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

[Prev in Thread] Current Thread [Next in Thread]