From cb32f3f13c2d35cf277f5b39e61107d845a8b213 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 17 Feb 2021 11:11:38 +0100 Subject: [PATCH] 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 --- modules/lang/org/config.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index ba2d140ed..0c539bbe3 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -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)