From: Bastien <bzg@altern.org>
To: Alex Rudyk <alex.rudyk@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Agenda for all deadline TODOs sorted by deadline date
Date: Sun, 09 Dec 2007 00:44:06 +0000 [thread overview]
Message-ID: <87y7c4elyh.fsf@bzg.ath.cx> (raw)
In-Reply-To: <fj9emn$cq6$1@ger.gmane.org> (Alex Rudyk's message of "Thu, 6 Dec 2007 10:23:18 -0800")
"Alex Rudyk" <alex.rudyk@gmail.com> 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
next prev parent reply other threads:[~2007-12-09 0:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-06 18:23 Agenda for all deadline TODOs sorted by deadline date Alex Rudyk
2007-12-09 0:44 ` Bastien [this message]
2007-12-10 17:55 ` Alex Rudyk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y7c4elyh.fsf@bzg.ath.cx \
--to=bzg@altern.org \
--cc=alex.rudyk@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).