emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] feature request: changing the way numeric priorities are calcula


From: Samuel Wales
Subject: Re: [O] feature request: changing the way numeric priorities are calculated
Date: Sat, 4 Jun 2011 21:26:14 -0700

I do

(defun alpha-org-priority-score (&optional sg)
  (case (alpha-org-entry-priority-letter sg)
    (?A 2)
    (?B 0)
    (?C -1)
    (t (error "Case exhausted for priority"))))

-- 
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support the Whittemore-Peterson Institute (WPI)
===
Extreme bigotry against people with deadly serious diseases is still
extreme bigotry.



reply via email to

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