emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: PT <spamfilteraccount@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: schedule tasks
Date: Mon, 7 Sep 2009 06:40:59 +0000 (UTC)	[thread overview]
Message-ID: <loom.20090907T083426-415@post.gmane.org> (raw)
In-Reply-To: 21gld463cmyd.fsf@gmail.com

William Xu <william.xwl <at> gmail.com> writes:

> 
> Hi folks, 
> 
> I'm trying to do this: 
> 
>   1. schedule a TODO on THIS_DAY
>   2. before THIS_DAY, don't show it in global todo list.  So I have: 
> 
>       (setq org-agenda-todo-ignore-scheduled t)
> 
>   3. on(and after when not done) THIS_DAY, show it in global todo list
> 

I use a similar setup. As I understand if you want items to
appear on the date they are due you have to use the daily agenda.

So I use a custom agenda which shows the agenda items and the
todo list together:


(setq org-agenda-custom-commands
      '(("h" "My Agenda & TODO"
         ((agenda "")
          (alltodo "home")))))

The agenda part is empty if there are no due items today and the
regular todo items are under it.

Invoke the agenda with M-1 prefix to show items only for today.
It can be assigned to a keyboard macro, of course.

  reply	other threads:[~2009-09-07  6:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-07  6:01 schedule tasks William Xu
2009-09-07  6:40 ` PT [this message]
2009-09-08  6:51   ` William Xu

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=loom.20090907T083426-415@post.gmane.org \
    --to=spamfilteraccount@gmail.com \
    --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 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).