Do not save target buffer after archiving subtree
commitb186d1d7236c0dc397eadeb004c9a17eaffd3aab
authorMatt Lundin <mclundin@gmail.com>
Sat, 25 Nov 2017 15:26:15 +0000 (25 09:26 -0600)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 26 Nov 2017 09:52:31 +0000 (26 10:52 +0100)
treec2dda4a6ec0524e651f40bcc540c5a17a5b7f2c8
parent26c2ad99cfc2c7776ea58aa2fbb60fbd872f2372
Do not save target buffer after archiving subtree

* lisp/org-archive.el: (org-archive-subtree) Do not save buffer after
  each archive.  Saving the archive buffer after archiving each
  subtree results in substantial slowdown and many writes to disk when
  archiving an active region.  This brings the behavior of
  org-archive-subtree into line with org-refile, which does not save
  the target buffer after refiling.
lisp/org-archive.el