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

Reply via email to