From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alex Rudyk" Subject: Re: Agenda for all deadline TODOs sorted by deadline date Date: Mon, 10 Dec 2007 09:55:13 -0800 Message-ID: References: <87y7c4elyh.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1mr5-0003Y6-5Y for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 12:55:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1mr2-0003VI-Hn for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 12:55:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1mr2-0003V1-5w for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 12:55:44 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J1mr1-0006ZN-Pk for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 12:55:44 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1J1mqs-0002jH-6w for emacs-orgmode@gnu.org; Mon, 10 Dec 2007 17:55:34 +0000 Received: from tide504.microsoft.com ([131.107.0.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Dec 2007 17:55:34 +0000 Received: from alex.rudyk by tide504.microsoft.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Dec 2007 17:55:34 +0000 In-Reply-To: <87y7c4elyh.fsf@bzg.ath.cx> 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: emacs-orgmode@gnu.org Thx for help "Bastien" wrote in message news:87y7c4elyh.fsf@bzg.ath.cx... > "Alex Rudyk" writes: > >> How to create custome agenda command that displays all todo items >> that have deadline date and sorted by deadline date where the most close >> date on the top of list. > > Maybe this: > > (org-add-agenda-custom-command > '("x" todo "*" > ((org-agenda-skip-function > '(org-agenda-skip-entry-if 'notdeadline)) > (org-agenda-sorting-strategy '(time-up))))) > > HTH, > > -- > Bastien > > > _______________________________________________ > 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 >