From: Ryan Thompson <rct@thompsonclan.org>
To: Org-Mode List <emacs-orgmode@gnu.org>
Subject: Org productivity tip to prevent accumulation of unscheduled undone tasks
Date: Fri, 26 Mar 2010 19:29:12 -0700 [thread overview]
Message-ID: <2a4ba2fd1003261929j5d6f9f78rac25c8079eae2984@mail.gmail.com> (raw)
Hi all,
I recently found a small trick that makes Org nag me about undone TODO
items that I have added via org-remember. Previously, I had the
problem that I would use remember to add TODO items, but then they
would languish in my TODO list because they would never appear in my
agenda. To fix this, I set my normal TODO template to have a scheduled
date. This way, the default is to schedule a task for today, instead
of leave it unscheduled. Now, in my agenda, Org will nag me about
anything I have added unless I explicitly went to the trouble of
deleting the scheduled line or changing the default. I find that I
tend to get more done now that Org-mode reminds me by default.
Here are my two TODO templates. They are bound to "t" and uppercase
"T". The upper-case is my old TODO template, now called "TODO
unscheduled".
("TODO" 116 "* TODO %^{Description}\n %U\n SCHEDULED: %^{Scheduled
time}T\n %?\n" "tasks.org" "Unsorted Tasks" nil)
("TODO unscheduled" 84 "* TODO %^{Description}\n %U\n %?"
"tasks.org" "Unsorted Tasks" nil)
-Ryan Thompson
next reply other threads:[~2010-03-27 2:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-27 2:29 Ryan Thompson [this message]
2010-03-27 5:51 ` Org productivity tip to prevent accumulation of unscheduled undone tasks Tom
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2a4ba2fd1003261929j5d6f9f78rac25c8079eae2984@mail.gmail.com \
--to=rct@thompsonclan.org \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.