org-archive.el: Add command to archive entries with timestamps before today
commit54dfb86719e8bc83f973898faff656dc77123ea5
authorToby S. Cubitt <tsc25@cantab.net>
Fri, 17 Jan 2014 15:14:13 +0000 (17 15:14 +0000)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 16 Dec 2014 23:08:39 +0000 (17 00:08 +0100)
tree3c5b72d84982119901dbcc282f2259a64d8c5a7c
parenta949b23aa6958f83c3408f8d7c009d084dfbb999
org-archive.el: Add command to archive entries with timestamps before today

* lisp/org-archive.el (org-archive-all-old): archive all entries with
  timestamps prior to today.
  (org-archive-subtree): double prefix argument invokes
  org-archive-all-old.
  (org-archive-all-matches, org-archive-all-done): factor out common
  code into org-archive-all-matches.
doc/org.texi
lisp/org-archive.el