emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Agenda for all deadline TODOs sorted by deadline date
@ 2007-12-06 18:23 Alex Rudyk
  2007-12-09  0:44 ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Rudyk @ 2007-12-06 18:23 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

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.

Thx.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Agenda for all deadline TODOs sorted by deadline date
  2007-12-06 18:23 Agenda for all deadline TODOs sorted by deadline date Alex Rudyk
@ 2007-12-09  0:44 ` Bastien
  2007-12-10 17:55   ` Alex Rudyk
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2007-12-09  0:44 UTC (permalink / raw)
  To: Alex Rudyk; +Cc: emacs-orgmode

"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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Agenda for all deadline TODOs sorted by deadline date
  2007-12-09  0:44 ` Bastien
@ 2007-12-10 17:55   ` Alex Rudyk
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Rudyk @ 2007-12-10 17:55 UTC (permalink / raw)
  To: emacs-orgmode

Thx for help


"Bastien" <bzg@altern.org> wrote in message 
news:87y7c4elyh.fsf@bzg.ath.cx...
> "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
>
>
> _______________________________________________
> 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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-10 17:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-06 18:23 Agenda for all deadline TODOs sorted by deadline date Alex Rudyk
2007-12-09  0:44 ` Bastien
2007-12-10 17:55   ` Alex Rudyk

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).