Next: , Previous: Task Reports and Overviews, Up: Task Reports and Overviews


6.2.3.1 Generating Daily Accomplishment Reports

You can use planner-accomplishments.el to get a summary of your task activity for a particular day. The report is grouped by status and plan (on day pages) or date (on plan pages). An example report follows:

     Link        | Unfinished | In progress | Delegated | Completed | Total
     nil         | 1          | 0           | 0         | 6         | 7
     TaskPool    | 1          | 1           | 0         | 3         | 5
     Planner     | 0          | 0           | 1         | 1         | 2
     SchoolWork  | 0          | 0           | 0         | 1         | 1
     Total       | 2          | 1           | 1         | 11        | 15

This lets you see how you balance your time between your projects.

Options

— User Option: planner-accomplishments-section

Header for the accomplishments section in a plan page. Used by planner-accomplishments-update.

— User Option: planner-accomplishments-status-display

Alist of status-label maps also defining the order of display. Used by planner-accomplishments-format-table.

Functions

— Function: planner-accomplishments-insinuate ()

Automatically call planner-accomplishments-update when saving tasks in planner-mode buffers.

— Function: planner-accomplishments-update ()

Rewrite planner-accomplishments-section with a summary of tasks on this page.

— Function: planner-accomplishments-show ()

Display a buffer with the current page's accomplishment report.