Do not save target buffer after archiving subtree
commit63f6e851bcecfe8de50782e75f173211445a49a3
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:03 +0000 (26 10:52 +0100)
treea20831a5695bf78b6e6d179a83f1e475b333cf3a
parent6aac798f2556041113d72d79ddc68d7d27017e38
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