emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: emacs-orgmode@gnu.org
Subject: Re: How do I change font for DONE tasks?
Date: Fri, 30 Mar 2007 10:05:11 +0200	[thread overview]
Message-ID: <87odmbyx54.fsf@bzg.ath.cx> (raw)
In-Reply-To: <20070330.110235.248201705.dave@skiddlydee.com> (dave@skiddlydee.com's message of "Fri\, 30 Mar 2007 11\:02\:35 +0900 \(JST\)")

dave@skiddlydee.com 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

      parent reply	other threads:[~2007-03-30  8:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-30  1:43 How do I change font for DONE tasks? Mark Ochocki
2007-03-30  2:02 ` dave
2007-03-30  7:38   ` Tassilo Horn
2007-03-31  8:16     ` Carsten Dominik
2007-03-31 14:56       ` Patrick Drechsler
2007-04-12  7:27         ` Carsten Dominik
2007-03-30  8:05   ` Bastien [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87odmbyx54.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).