emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Deadline Warning Days Faces
@ 2012-05-30  8:51 SW
  2012-05-30  9:04 ` Nick Dokos
  2012-05-30  9:09 ` Michael Brand
  0 siblings, 2 replies; 4+ messages in thread
From: SW @ 2012-05-30  8:51 UTC (permalink / raw)
  To: emacs-orgmode

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? Where could I have looked/searched
for this? Thanks.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Deadline Warning Days Faces
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2012-05-30  9:04 UTC (permalink / raw)
  To: SW; +Cc: emacs-orgmode

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? Where could I have looked/searched
> for this? Thanks.
> 

Probably org-agenda-deadline-faces: I did C-h v org--deadline TAB TAB ...
and scanned the *Completions* buffer.

Nick

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Deadline Warning Days Faces
  2012-05-30  8:51 Deadline Warning Days Faces SW
  2012-05-30  9:04 ` Nick Dokos
@ 2012-05-30  9:09 ` Michael Brand
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Brand @ 2012-05-30  9:09 UTC (permalink / raw)
  To: SW; +Cc: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Deadline Warning Days Faces
  2012-05-30  9:04 ` Nick Dokos
@ 2012-05-30  9:11   ` SW
  0 siblings, 0 replies; 4+ messages in thread
From: SW @ 2012-05-30  9:11 UTC (permalink / raw)
  To: emacs-orgmode

Nick Dokos <nicholas.dokos <at> hp.com> writes:

> Probably org-agenda-deadline-faces: I did C-h v org--deadline TAB TAB ...
> and scanned the *Completions* buffer.

Thanks. I did "C-h v org-deadline". Didn't know about "org--deadline" instead of
"org-deadline" :)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-30  9:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).