emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Automatically "archive" todo-items that are DONE?


From: Thomas S. Dye
Subject: Re: [Orgmode] Automatically "archive" todo-items that are DONE?
Date: Mon, 18 Jan 2010 07:41:59 -1000


On Jan 18, 2010, at 7:31 AM, Greg Wilson wrote:

Hello, I am a new user, please bear with me.

I keep lots of TODO-lists in a file:
* project1
** DONE ...
** TODO ...
...
* project 2
** DONE
...

After a while, when the number of TODO-items that are turned into
DONE-items is high, the list gets messy and it's hard to find the
stuff left TODO.

What I would like, is org-mode to automatically move items that are
set to DONE into a second "archive"-part of the file, with mirrored
categories from the TODO-lists. Let me show you an example:
* project1
** TODO ...
** TODO ...  <-- no more TODO items here, because...
...
* project 2
** TODO
...

* project1     :ARCHIVE:   <--- ... org-mode moves DONE stuff down
here and adds tag.
** DONE ...  :ARCHIVE:
** DONE ..   :ARCHIVE:
* project2     :ARCHIVE:
** DONE...   :ARCHIVE:

This way, the TODO-lists always lists stuff that you actually have to
do, not cluttered with stuff that's been done.

Is this possible? Would it be hard?

Thank you for a very nice piece of software! /Greg


Hi Greg,

I'm not an expert at org-mode, either, but I noticed your post doesn't mention the agenda. I think this is the usual way to extract the information you want to see without the clutter of all the other stuff you don't want to see. There are several agendas pre-defined and a mechanism that lets you define your own.

hth,
Tom




reply via email to

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