emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jeff Horn <jrhorn424@gmail.com>
To: George Pearson <george@canals.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Proposal: delete on DONE
Date: Mon, 1 Nov 2010 01:04:25 -0400	[thread overview]
Message-ID: <AANLkTi=6OuNfhkfWvPNyWj3AEDz+MhC1xb3tG2mjnyOe@mail.gmail.com> (raw)
In-Reply-To: <4CC45E83.17983.6AB24EE@george.canals.com>

On Sun, Oct 24, 2010 at 4:27 PM, George Pearson <george@canals.com> wrote:
> I have a number of tasks to do (e.g. "reply to Jeff's email") that I
> have NO need to have a record of performing.  Currently, these DONE
> tasks just pile up in my org files and I need to go manually through
> and delete them, a time consuming process.

You might also consider defining a custom agenda view and using bulk
actions to archive done tasks into an archive file.

I've customized org-agenda-custom-commands to show me done tasks from
my org-agenda-files (I'm not sure what this would look like outside
customize):
,----
| '(org-agenda-custom-commands
|   (quote (
|           ("u" "View unscheduled tasks" todo ""
((org-agenda-todo-ignore-scheduled t)))
|           ("vd" "View DONE Tasks" ((todo "DONE" nil)) nil nil)
|           ("vf" "View DEFER Tasks" ((todo "DEFER" nil)) nil nil)
|           ("vs" "View STARTED Tasks" ((todo "STARTED" nil)) nil nil)
|           ("vx" "View Stuck Tasks" ((stuck "" nil)) nil nil))))
`----

Call up DONE tasks with =C-c a v d= and then mark them all with =m=.
This is a good opportunity to review how productive you were for the
day! Pat yourself on the back. Then press =B $= to send tasks from
`example.org` to `example.org_archive` (there will be a prompt in the
mini-buffer).

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jhorn@gmu.edu
jrhorn424@gmail.com

http://www.failuretorefrain.com/jeff/

      parent reply	other threads:[~2010-11-01  5:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-24 20:27 Proposal: delete on DONE George Pearson
2010-10-24 20:29 ` Carsten Dominik
2010-10-24 20:35   ` George Pearson
2010-11-01  5:04 ` Jeff Horn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=6OuNfhkfWvPNyWj3AEDz+MhC1xb3tG2mjnyOe@mail.gmail.com' \
    --to=jrhorn424@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=george@canals.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).