Previous: ARCHIVE tag, Up: Archiving
Once an entire project is finished, you may want to move it to a different location, either in the current file, or even in a different file, the archive file.
org-archive-location.
The default archive location is a file in the same directory as the
current file, with the name derived by appending _archive to the
current file name. For information and examples on how to change this,
see the documentation string of the variable
org-archive-location. There is also an in-buffer option for
setting this variable, for example
#+ARCHIVE: %s_done::
You may have several such lines in the buffer, they will then be valid for the entries following the line (the first will also apply to any text before it).