From: Michael Gilbert <mcg@gilbert.org>
To: org-mode Mailinglist <emacs-orgmode@gnu.org>
Subject: agenda with only deadlines?
Date: Mon, 19 Oct 2009 18:28:54 -0700 [thread overview]
Message-ID: <A1D05005-5D47-4752-A7E7-FA1FC688A49F@gilbert.org> (raw)
Hi --
I'm still struggling with this one: My main agenda view has both
scheduled and deadlined items, but I'm interested in creating a custom
view that shows only items who have a deadline of today or past due.
This isn't working for me:
(setq org-agenda-custom-commands
'(("d" "Due today" agenda ""
((org-deadline-warning-days 0)
(org-agenda-skip-scheduled-if-deadline-is-shown t)
(org-agenda-skip-function '(org-agenda-skip-entry-if 'notdeadline))))
))
This one shows all sorts if items that have deadlines in the future,
displaying them as scheduled. Yes, many items item have both
timestamps. Suggestions?
TIA!
-- Michael
P.S. Also, the documentation often lists various settings as
"examples". I am not an experienced emacs user, so I am curious... how
do I go about finding comprehensive lists of settings for various
contexts?
next reply other threads:[~2009-10-20 1:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-20 1:28 Michael Gilbert [this message]
2009-10-22 12:21 ` agenda with only deadlines? Carsten Dominik
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=A1D05005-5D47-4752-A7E7-FA1FC688A49F@gilbert.org \
--to=mcg@gilbert.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.