emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] How do I change font for DONE tasks?


From: Bastien
Subject: Re: [Orgmode] How do I change font for DONE tasks?
Date: Fri, 30 Mar 2007 10:05:11 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)

address@hidden writes:

> M-x org-customize then browse your way to Org Font Lock->Org Faces->Org
> Done

This will just change the font for the "DONE" keyword.  If you want to
strike through the whole headline:


(setq org-fontify-done-headline t)
(custom-set-faces
 '(org-done ((t (:foreground "PaleGreen"   
                 :weight normal
                 :strike-through t))))
 '(org-headline-done 
            ((((class color) (min-colors 16) (background dark)) 
               (:foreground "LightSalmon" :strike-through t)))))


[Change the colors to fit your config/taste]

-- 
Bastien




reply via email to

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