Marcin Borkowski <mb...@wmi.amu.edu.pl> writes:

Hi,

> I have an Org file which should all go to the archive.  What do I do?
> Should I manually archive all level-one headlines?  Should I just append
> "_archive" to its filename?  What is the best practice?

there are probably build-in solution, but something on the line of 

#+BEGIN_SRC emacs-lisp
(org-map-entries 'org-archive-subtree)
#+END_SRC

might do (totally untested!)

-- 
cheers,
Thorsten


Reply via email to