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

2014-10-16 Thread Sebastien Vauban
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

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

2014-10-14 Thread James Harkins
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

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

2014-10-14 Thread Sebastien Vauban
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 >

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

2014-10-13 Thread James Harkins
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