From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: agenda with only deadlines? Date: Thu, 22 Oct 2009 14:21:55 +0200 Message-ID: <5105A598-42FB-4417-94D0-80EACB6683AC@gmail.com> References: 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 1N0x1H-0001jP-Lr for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 08:43:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0x1D-0001ix-00 for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 08:43:54 -0400 Received: from [199.232.76.173] (port=50533 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0x1C-0001iu-Qi for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 08:43:50 -0400 Received: from mail-ew0-f206.google.com ([209.85.219.206]:36077) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0x1C-0007hm-7C for emacs-orgmode@gnu.org; Thu, 22 Oct 2009 08:43:50 -0400 Received: by ewy2 with SMTP id 2so8580978ewy.31 for ; Thu, 22 Oct 2009 05:43:48 -0700 (PDT) In-Reply-To: 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: Michael Gilbert Cc: org-mode Mailinglist Hi Michael, What about just creating a single day view? Like (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-ndays 1) (org-agenda-skip-function '(org-agenda-skip-entry-if 'notdeadline)))) )) Or did you mean that you have them scheduled for today or earlier - then they should of course show up today. Or maybe I am misunderstanding the question....? - Carsten On Oct 20, 2009, at 3:28 AM, Michael Gilbert wrote: > 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? > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten