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:
parent
28b3ad4529
commit
cb32f3f13c
1 changed files with 1 additions and 5 deletions
|
@ -118,11 +118,7 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
||||||
(?C . success))
|
(?C . success))
|
||||||
org-startup-indented t
|
org-startup-indented t
|
||||||
org-tags-column 0
|
org-tags-column 0
|
||||||
org-use-sub-superscripts '{}
|
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]+\\)\\] ?\\)")
|
|
||||||
|
|
||||||
(setq org-refile-targets
|
(setq org-refile-targets
|
||||||
'((nil :maxlevel . 3)
|
'((nil :maxlevel . 3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue