-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate/alias didn’t work because we use a built-in function to validate the selector (‘org-super-agenda--get-selector-fn’). This commit addresses this problem by creating the variable ‘org-super-agenda-deprecated-selectors-alist’ in which each cons is written as (deprecated-selector . new-selector). We then use this variable to validate the selector before we throwing an error in ‘org-super-agenda--get-selector-fn’.
- Loading branch information
Showing
1 changed file
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters