Hi Angel,

Angel de Vicente <angel.vicente.garr...@gmail.com> writes:

> As per the example I was giving, I don't want that entry to be scheduled
> for October 16 (and thus clutter my agenda view), I just want it to be
> visible in my Global TODO list from that date, so then, depending on how
> busy I'm around that date, then I can decide when to schedule it for.

Another option is to define an agenda view that only shows TODO items
for today, with `org-agenda-span' set to 1 --- something like this:

(setq org-agenda-custom-commands
  '(("A" "Today's tasks" agenda "Tasks for today"
    ((org-agenda-span 1)
     (org-agenda-files '("~/org/bzg.org"))
     (org-deadline-warning-days 0)
     (org-agenda-sorting-strategy
       '(deadline-up todo-state-up priority-down))))))

HTH,

-- 
 Bastien

Reply via email to