From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gilbert Subject: agenda with only deadlines? Date: Mon, 19 Oct 2009 18:28:54 -0700 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N03X2-0002dp-7N for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 21:29:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N03Wz-0002dM-GL for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 21:28:58 -0400 Received: from [199.232.76.173] (port=37256 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N03Wz-0002dJ-BG for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 21:28:57 -0400 Received: from [74.94.69.218] (port=57186 helo=peach.gilbert.org) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N03Wz-0005pU-09 for emacs-orgmode@gnu.org; Mon, 19 Oct 2009 21:28:57 -0400 Received: from [10.1.10.17] (unknown [10.1.10.17]) by peach.gilbert.org (Postfix) with ESMTP id D22EE8AD32B2 for ; Mon, 19 Oct 2009 18:28:54 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode Mailinglist 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?