Hello, I found an inconsistency between the manual and implementation: the Priorities section says that the range of valid priorities can be set modifying the `org-priority-highest', `org-priority-lowest' and `org-priority-default' variables. However, in the code the variables names are `org-highest-priority', `org-lowest-priority' and `org-default-priority'.
In can submit a patch with a fix. However, in a case like this, should the code modified to match the documentation, or vice-versa? Thank you. Cheers, Dan