emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Christoph Groth <christoph@grothesque.org>
To: emacs-orgmode@gnu.org
Subject: Re: temporarily un-ignoring scheduled tasks in global todo list
Date: Thu, 22 May 2014 17:48:38 +0200	[thread overview]
Message-ID: <87ppj5rezt.fsf@grothesque.org> (raw)
In-Reply-To: 87mwebuu3k.fsf@bzg.ath.cx

> Christoph Groth <christoph@grothesque.org> writes:
>
>> There doesn't seem to be an easy way to make a custom agenda view
>> that only shows todo items that are scheduled for the future.  Or am
>> I wrong?
>
> Use a TODO agenda view, and set `org-agenda-todo-ignore-scheduled' to
> past within this custom agenda view.

Thanks, the following now works as one element of
org-agenda-custom-commands:

("f" "List TODO entries scheduled for the future"
 todo ""
 ((org-agenda-todo-ignore-scheduled 'past)
  (org-agenda-skip-function
   '(org-agenda-skip-entry-if 'notscheduled))))

I see now that this is mentioned in Appendix 7 in the manual... With
orgmode, the problem seems to be not whether some functionality is
implemented, but where to find it.

      parent reply	other threads:[~2014-05-22 15:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-21  6:23 temporarily un-ignoring scheduled tasks in global todo list Christoph Groth
2014-05-21 11:43 ` Bastien
2014-05-21 12:47   ` Christoph Groth
2014-05-21 13:41     ` Bastien
2014-05-22 14:50       ` Christoph Groth
2014-05-22 15:06         ` Bastien
2014-05-22 15:48       ` Christoph Groth [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=87ppj5rezt.fsf@grothesque.org \
    --to=christoph@grothesque.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 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).