emacs-orgmode
[Top][All Lists]
Advanced

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

[O] help with sorting agenda views


From: Filippo A. Salustri
Subject: [O] help with sorting agenda views
Date: Fri, 18 Mar 2011 14:41:00 -0400

Hi,
I'm getting confused with sorting agenda views.  Hopefully someone can
help me out.

I have a custom agenda view that, today, looks like this:

Friday     18 March 2011
  UTMIE:      In  13 d.:  TODO [#A] Annual Report
  Matthew:    In  -1 d.:  TODO Edit Matthew's thesis.
  iMac:       Deadline:   TODO Archive email > Thunderbird
  iMe:        In   1 d.:  REVIEW Tag my zotero library
  8101:       In   5 d.:  REVIEW Grade Assignment 4

The second item is late.
I wish I could get late items to show up first, before all else.
At the moment, the custom agenda command includes this bit:

("0" "Show ACTIVE/REVIEW/BUG tasks"
         ((agenda "" ((org-agenda-sorting-strategy
                       (quote ((agenda time-up priority-down))))))
          (todo "REVIEW|ACTIVE|WIP")))

I thought that doing this would make sure late items came first.
In my .emacs, I also have this bit in custom-set-variables:

 '(org-agenda-sorting-strategy
   (quote ((agenda time-up priority-down)
           (todo priority-down)
           )))

I checked the doc and google, and I can't find anything helpful.

Can someone advise me?

Cheers.
Fil
--
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 416/979-5000 ext 7749
Fax: 416/979-5265
Email: address@hidden
http://deseng.ryerson.ca/~fil/



reply via email to

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