Could you explain (alpha-org-entry-priority-letter sg), and where you
would use alpha-org-priority-score.
Also, while I see what you're doing in the code, I would prefer
something not so rigid (i.e. expecting only 3 levels of priority and
having the values for those priorities hardwired into the co
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)
===
Ext
As I understand org - at least as of v7.4, the numeric values of
priorities as calculated in org-get-priority, are variable and based
on multiplying things by 1000.
I can understand why this is done this way, but it is a little restrictive.
I would like to suggest that the numeric values of priori