emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Sharing: Agenda skip function to remove future-scheduled items


From: James Harkins
Subject: Re: [O] Sharing: Agenda skip function to remove future-scheduled items
Date: Wed, 15 Oct 2014 02:42:54 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Sebastien Vauban <address@hidden> writes:

> I use the following (tricky) settings, which should 
do what you have in
> mind, if I'm not mistaken:
> 
> #+begin_src emacs-lisp
>   ;; Don't show scheduled entries in the global 
`todo' list.
>   (setq org-agenda-todo-ignore-scheduled 'future)
> 
>   ;; Don't show entries scheduled in the future in the 
global
>   ;; `todo' list (until they are within the warning 
period).
>   (setq org-agenda-todo-ignore-deadlines 'near)
> 
>   ;; Honor `todo' list `org-agenda-todo-ignore...' 
options also
>   ;; in the `tags-todo' list.
>   (setq org-agenda-tags-todo-honor-ignore-options 
t)
> #+end_src

Interesting. How would I apply those settings to only 
one custom agenda command, while leaving the 
others with the default behavior of showing future 
schedules?

hjh




reply via email to

[Prev in Thread] Current Thread [Next in Thread]