A simple trick to make the Org buffer looking more clear:

'(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))))

will make your done items in the Org buffer strike-thru so that at first it is much more clear to decide on what to focus.


The article Emacs & Org font-locks has been posted by Luca Ferrari on January 25, 2013

Tags: emacs