Org mode is configured "out-of-the-box" with these three levels of priority: A, B, C, where A is the highest priority. However, this can be changed. You can use numbers to indicate priority, such as 1 (highest) to 10 (lowest) as shown in the documentation.1
If you specify priorities from 65 to 90, Org will interpret the numbers as ordinal values of ASCII characters and give you "A" to "Z." If you try to be clever and specify priorities as 65 to 91 (91 is the decimal ASCII code for left square bracket character) you'll be disappointed that when you lower the priority from "Z," you don't get "[." (I was disappointed, anyway.)
You can define priorities from 10 to 99, for example. But if you try
to get to a priority higher than 10 using org-priority-up, Org will
clear the priority cookie. However, you can manually enter a priority
of 0 to ensure the item appears above all other items. (Please see
Figure 1, below.) Thus, a priority value of 0 can be your "stat"
item. It would be super neat if Org could understand that ASCII
characters below 0 (such as the exclamation mark) are an even higher
priority than 0. Unfortunately, it doesn't even recognize [#!] as a
priority cookie.
A large priority span seems like it would be useful. For example, you
might have all utility bills set from 50 to 59, and shopping for
birthday or anniversary gifts from 10 to 19. However, in order to go
from a priority of 50 to 10, you'd have to press the Up Arrow key forty times.
If you think you can invoke M-4 0 M-x org-priority-up to go quickly
from 50 to 10, you'll be disappointed (again). The function
org-priority-up doesn't accept a prefix argument.2
How do you use priority in Org?
2 But you can record a macro that consists of a single S-<up> key press and then play it back with a prefix argument of 39.

No comments:
Post a Comment
Thank you for taking time to comment. Please note that comments may be deleted if they:
* Contain link(s) to a domain outside USA or Canada or to a commercial enterprise.
* Include non-English words or characters.
* Are irrelevant to the subject matter of the post.
For posts older than 14 days, comments are moderated and require approval.