[Pkg-emacsen-addons] Bug#887332: 887332
Sébastien Delafond
seb at debian.org
Thu Feb 1 08:38:59 UTC 2018
Control: tag -1 + upstream
Hi Russ,
this doesn't seem to be supported directly in Org, but you could
probably get the behavior you're after using function advising.
The following (untested) is bit too far reaching, as ideally you'd save
only the corresponding archive file, but should give you a general idea:
(advice-add 'org-archive-default-command :after #'org-save-all-org-buffers)
Cheers,
--Seb
More information about the Pkg-emacsen-addons
mailing list