From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Agenda of upcoming deadlines skips some deadlines
Date: Wed, 08 Jun 2011 00:23:18 +0200 [thread overview]
Message-ID: <80sjrls2ll.fsf@somewhere.org> (raw)
Hello,
I've (stolen?) the following custom agenda view.
#+begin_src emacs-lisp
("F" "Agenda of upcoming deadlines (6 months)"
agenda ""
((org-agenda-ndays 1)
(org-deadline-warning-days 183)
(org-agenda-include-all-todo nil)
(org-agenda-time-grid nil)
(org-agenda-skip-function
'(org-agenda-skip-entry-if 'notdeadline))))
#+end_src
It works nicely, but for 2 aspects:
- future tasks that have *an explicit warning specification* are skipped!
Example:
* TODO Change car insurance
DEADLINE: <2011-09-04 Sun -1m>
is not shown because of the "-1m" (my default is 14 days, but I found that
too little in this case). Removing it makes this task appear in the agenda
view.
- scheduled tasks (in the past and/or for today) are shown, when paired with a
deadline'd task.
Example:
* TODO Change of insurance company
DEADLINE: <2011-09-04 Sun>
SCHEDULED: <2011-06-06 Mon>
Any hint on how to fix these?
Best regards,
Seb
--
Sebastien Vauban
next reply other threads:[~2011-06-07 22:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 22:23 Sebastien Vauban [this message]
2011-06-14 19:36 ` Agenda of upcoming deadlines skips some deadlines Michael Brand
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=80sjrls2ll.fsf@somewhere.org \
--to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).