|
@@ -5224,8 +5224,8 @@ could bind the variable in the options section of a custom command.")
|
|
|
(if nosort
|
|
|
list
|
|
|
(when org-agenda-before-sorting-filter-function
|
|
|
- (setq list (mapcar org-agenda-before-sorting-filter-function list)))
|
|
|
- (delq nil (mapconcat 'identity (sort list 'org-entries-lessp) "\n"))))
|
|
|
+ (setq list (delq nil (mapcar org-agenda-before-sorting-filter-function list))))
|
|
|
+ (mapconcat 'identity (sort list 'org-entries-lessp) "\n")))
|
|
|
|
|
|
(defun org-agenda-highlight-todo (x)
|
|
|
(let ((org-done-keywords org-done-keywords-for-agenda)
|