Simplify output

This commit is contained in:
Daniel - 2020-01-05 12:18:33 +01:00
parent 1f2a3e70d4
commit 5627da7b42
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ the new one instead."
(setq file-alist (append (delq x file-alist) (list x)))
(org-store-new-agenda-file-list (mapcar 'cdr file-alist))
(org-install-agenda-files-menu)
(message "File %s to %s of agenda file list"
(if had "moved" "added") "end")))))
(message "File %s to end of agenda file list"
(if had "moved" "added"))))))
(defun db/org-agenda-list-deadlines (&optional match)
;; XXX org-agenda-later does not work, fix this