Remove the custom org-priority-regexp

This regular expression broke sorting by priority in agenda view. Reverting it back to the original one fixes the issue
This commit is contained in:
Kuba Orlik 2021-02-17 11:11:38 +01:00 committed by GitHub
parent 28b3ad4529
commit cb32f3f13c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,11 +118,7 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
(?C . success))
org-startup-indented t
org-tags-column 0
org-use-sub-superscripts '{}
;; HACK Speed up regexp for priority faces by making it a little less
;; greedy than the default.
;; REVIEW May be upstreamed at some point. Keep an eye out.
org-priority-regexp "^\\*+.*\\(\\[#\\([A-Z0-9]+\\)\\] ?\\)")
org-use-sub-superscripts '{})
(setq org-refile-targets
'((nil :maxlevel . 3)