From: Michael Brand <michael.ch.brand@gmail.com>
To: SW <sabrewolfy@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Deadline Warning Days Faces
Date: Wed, 30 May 2012 11:09:51 +0200 [thread overview]
Message-ID: <CALn3zoh0+pWN0ee8qi4zkFtNCJS+YN+zKCMOu+=r5nJaxPLWZw@mail.gmail.com> (raw)
In-Reply-To: <loom.20120530T104443-293@post.gmane.org>
Hi SW
On Wed, May 30, 2012 at 10:51 AM, SW <sabrewolfy@gmail.com> wrote:
> Apologies if this is a basic question. Org-mode is so huge that it's sometimes
> difficult to know where to look. I have several DEADLINE entries set with "-99d"
> advanced warning to ensure they appear on my agenda. Entries due in, for
> example, 30 or less days are in a different colour to those due in 50 or more
> days. What variables control this behaviour?
I use
#+BEGIN_SRC emacs-lisp
(setq org-agenda-deadline-faces
'((1.0001 . org-warning) ; due yesterday or before
(0.0 . org-upcoming-deadline))) ; due today or later
#+END_SRC
> Where could I have looked/searched for this?
The stuff that are not in the manual I find by going through the
variable definitions in the source, in this case org-faces.el. You can
also use M-x org-customize to browse.
Michael
prev parent reply other threads:[~2012-05-30 9:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-30 8:51 Deadline Warning Days Faces SW
2012-05-30 9:04 ` Nick Dokos
2012-05-30 9:11 ` SW
2012-05-30 9:09 ` Michael Brand [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='CALn3zoh0+pWN0ee8qi4zkFtNCJS+YN+zKCMOu+=r5nJaxPLWZw@mail.gmail.com' \
--to=michael.ch.brand@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=sabrewolfy@gmail.com \
/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).