all messages for Emacs-related lists mirrored at yhetil.org
 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.