emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda of upcoming deadlines skips some deadlines
@ 2011-06-07 22:23 Sebastien Vauban
  2011-06-14 19:36 ` Michael Brand
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastien Vauban @ 2011-06-07 22:23 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-14 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-07 22:23 Agenda of upcoming deadlines skips some deadlines Sebastien Vauban
2011-06-14 19:36 ` Michael Brand

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).