Next: , Previous: Multiple Projects, Up: Organizing Your Tasks


6.2.2.2 Viewing tasks

Review the tasks scheduled for today by typing M-x planner-goto-today. If you created the task from the previous section in this tutorial, you should see a line that looks like

     #A _ Learn how to change a task's status from Tasks (TaskPool)

If you have planner-use-task-numbers set to non-nil, you will see something like the following instead.

     #A0 _ Learn how to change a task's status from Tasks (TaskPool)

From left to right, these are what the symbols mean:

If you click on ‘Tasks’ or press <RET> while your cursor is in the link, Emacs will display the previous info page.

If you select ‘TaskPool’, Emacs will display the ‘TaskPool’ plan page. Plan pages organize your tasks and notes about a project in one file.

Functions

You can use planner-seek-next-unfinished-task to move to the next unfinished task on the current page.

— Function: planner-list-tasks-with-status status &optional pages

Display all tasks that match the STATUS regular expression on all day pages. The PAGES argument limits the pages to be checked in this manner:

Called interactively, this function will search day pages by default. You can specify the start and end dates or leave them as nil to search all days. Calling this function with an interactive prefix will prompt for a regular expression to limit pages. Specify ‘.’ or leave this blank to include all pages.

This function could take a long time.

— Function: planner-list-unfinished-tasks &optional pages

Display all unfinished tasks. pages follows planner-list-tasks-with-status.

— Function: planner-jump-to-linked-task task-info

Display the task page linked to by the current task or task-info.