emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Manish <mailtomanish.sharma@gmail.com>
To: Avdi Grimm <avdi@avdi.org>
Cc: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Weekday repeaters, and filtering scheduled tasks.
Date: Fri, 27 Jun 2008 08:25:22 +0530	[thread overview]
Message-ID: <e7cdbe30806261955m7faa186at113f74223f555afc@mail.gmail.com> (raw)
In-Reply-To: <ecbcf0fb0806260721u7f39cbb3tcfd1b0a1bdfdce24@mail.gmail.com>

  On Thu, Jun 26, 2008 at 7:51 PM, Avdi Grimm wrote:
  >
  > I couldn't find a list of repeaters.  Is there by any chance a weekday
  > repeater that will skip Sat-Sun?
  >
  > Also, how would I set up an agenda view to show:
  >
  >  - All UNSCHEDULED tasks with the NEXT keyword.

Can you please try this:

(setq org-agenda-custom-commands
(quote (("u" "Unscheduled NEXT entries" todo "NEXT"
    ((org-agenda-skip-function
    (quote (org-agenda-skip-entry-if (quote scheduled)))))))))

I made this using customize interface.

  >  - All scheduled tasks with the NEXT keyword which are DUE or OVERDUE

I am trying to look up functions that will help identify such
items.  But I do not know how to determine today's date in org to
pass to such a function, org-check-before-date for example.

  >  - NO tasks which are scheduled for future dates.

I do not understand this one.

-- Manish

  reply	other threads:[~2008-06-27  2:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-26 14:21 Weekday repeaters, and filtering scheduled tasks Avdi Grimm
2008-06-27  2:55 ` Manish [this message]
2008-06-27  3:00   ` Avdi Grimm
2008-06-27  3:28     ` Manish
2008-07-01 23:27       ` Carsten Dominik
2008-07-02 17:38         ` Manish
2008-07-02 17:47           ` Carsten Dominik
2008-07-02 18:47             ` Manish

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=e7cdbe30806261955m7faa186at113f74223f555afc@mail.gmail.com \
    --to=mailtomanish.sharma@gmail.com \
    --cc=avdi@avdi.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).