Next: , Previous: Overview, Up: Top


5 Getting Started

At the end of this tutorial, you will be able to use Planner and related modules to keep track of your tasks, schedules and notes, all within the convenience of Emacs.

There are two kinds of pages in a Planner wiki. Day pages show tasks, schedule, and notes for the day, while plan pages organize related tasks and notes into a single page.

If you have not yet added planner to your ~/.emacs, add the following lines:

     (add-to-list 'load-path "/path/to/muse/lisp")
     (add-to-list 'load-path "/path/to/planner")
     (add-to-list 'load-path "/path/to/remember")
     (require 'planner)

This will bring up the most recent day page with unfinished tasks or create a new day page if necessary. By default, planner pages are stored in ‘~/Plans’.