emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to archive the whole file


From: Thorsten Jolitz
Subject: Re: [O] How to archive the whole file
Date: Fri, 10 Oct 2014 10:54:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Marcin Borkowski <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]