From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Agenda of upcoming deadlines skips some deadlines Date: Wed, 08 Jun 2011 00:23:18 +0200 Message-ID: <80sjrls2ll.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org 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