Hello My name is Timothy Hobbs, I have been using planner for the past, well let
me look in planner :) 2 days.  Wow, I've gotten so much done I'm surprised so
little time has passed.  But there is one thing I can't seem to figure out how
to do, I would like to see an agenda view of the next n days like this.

03.13.2008
Edit research paper. (English_201)
Study Chapter 11 (Psychology)
03.14.2008
Study Chapter 12 (Psychology)
Write email to Fred (TaskPool)
03.15.2008
Edit Research paper (English_201)
Study for math final (Math 126)
03.16.2008
Study for Psychology final (Psychology)
Edit Research paper (English 201)

I have bound <C-right/left> to planner-goto-next/previous-daily-page, and I have
a little function that insinuates the calendar so that I can step through the
pages really quick:
(define-key planner-mode-map (kbd "C-c 1")
  (lambda ()
    (interactive)
    (delete-other-windows)
    (planner-goto-today)
    (calendar)
    (planner-calendar-insinuate)))

But I have found no way to see all the tasks for the next 4 or 5 days on the 
same page.
Does anyone know how I can do this without writing it myself?

Thank you
Timothy




_______________________________________________
Planner-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/planner-el-discuss

Reply via email to