Merge branch 'bugfix'
This commit is contained in:
commit
f0c66dc4c4
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue