Merge branch 'bugfix'

This commit is contained in:
Kyle Meyer 2021-10-09 16:18:17 -04:00
commit f0c66dc4c4
1 changed files with 1 additions and 1 deletions

View File

@ -15366,7 +15366,7 @@ The value is a list, with zero or more of the symbols `effort', `appt',
"Save all Org buffers without user confirmation."
(interactive)
(message "Saving all Org buffers...")
(save-some-buffers t (lambda () (derived-mode-p 'org-mode)))
(save-some-buffers t (lambda () (and (derived-mode-p 'org-mode) t)))
(when (featurep 'org-id) (org-id-locations-save))
(message "Saving all Org buffers... done"))