Homepage: http://www.wjsullivan.net/PlannerMode.html
Author: John Wiegley
Updated:
The Emacs Planner
_* Commentary _ + Package description Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. Parts copyright (C) 2004, 2008 David D. Smith (davidsmith AT acm DOT org) Parts copyright (C) 2004, 2008 Yvonne Thomson (yvonne AT netbrains DOT com DOT au) Parts copyright (C) 2004, 2008 Maciej Kalisak (mac AT cs DOT toronto DOT edu) Parts copyright (C) 2004, 2008 Chris Parsons (chris.p AT rsons.org) Parts copyright (C) 2004, 2008 Dirk Bernhardt (nospam AT krid.de) Parts copyright (C) 2005, 2008 Dryice Dong Liu Parts copyright (C) 2005, 2008 Angus Lees (gus AT debian.org) Parts copyright (C) 2005, 2008 Sergey Vlasov (vsu AT altlinux.ru) Parts copyright (C) 2005, 2008 Yann Hodique (hodique AT lifl DOT fr) Parts copyright (C) 2005, 2008 Peter K. Lee Parts copyright (C) 2006, 2007 Software Freedom Law Center Emacs Lisp Archive Entry Filename: planner.el Version: 3.42 Keywords: hypermedia Author: John WiegleyMaintainer: John Sullivan Description: Use Emacs for life planning URL: http://www.wjsullivan.net/PlannerMode.html Bugs: https://gna.org/bugs/?group=planner-el Compatibility: Emacs21, Emacs22, Emacs23, XEmacs21 This file is part of Planner. It is not part of GNU Emacs. Planner is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version. Planner is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Planner; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. _ + Usage Place planner.el in your load path and add this to your .emacs: (require 'planner) By default and for backward compatibility, the following operations do not have keybindings, and are only accessible from the Planner menu: planner-copy-or-move-region planner-delete-task planner-task-delegated planner-task-pending planner-fix-tasks You may find it easier to install keybindings for those operations by inserting the following in your .emacs file: ;; Note: This changes some of the default key bindings for planner-mode (planner-install-extra-task-keybindings) If you want to change `planner-directory' and some other variables, either use Customize or use `setq'. For example: (setq planner-directory "~/Plans") You can customize Planner. M-x customize-group RET planner RET or see the Options section.