emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Agenda of upcoming deadlines skips some deadlines


From: Sebastien Vauban
Subject: [O] Agenda of upcoming deadlines skips some deadlines
Date: Wed, 08 Jun 2011 00:23:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]