James Harkins wrote:
> Sebastien Vauban 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 'f
Sebastien Vauban 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 ent
James Harkins wrote:
> [...] I realized that I didn't want to see items that are scheduled
> for the future, because this is my agenda view for "what tasks are
> available right now." For example, if I have a task to update my grade
> sheet, it doesn't make sense to do that before I've taught the
>
I often ask questions, or complain about things (or both at the same time), so
it's nice to share something.
I was making a block agenda, splitting up tasks by location (loosely inspired
by GTD). But I realized that I didn't want to see items that are scheduled for
the future, because this is m