the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: planner-el
Description: Use emacs as a (day/week/life) planning tool
Homepage: http://www.emacswiki.org/cgi-bin/wiki/PlannerMode
Version: 3.41
Revision: 3
BuildDepends: fink (>= 0.24.12)
Depends: emacsen, muse-el
Recommends: remember-el
Suggests: bbdb, erc, xtla, emacs-w3m, wl
Source: http://download.gna.org/planner-el/planner-%v.tar.gz
Source-MD5: 0fa2f11d8cfbbf0306adc2218c851323
Maintainer: Jesse Alama
License: GPL
DocFiles: AUTHORS ChangeLog ChangeLog.2004 ChangeLog.2005 COPYING COMMENTARY NEWS README planner-rdf.owl planner2diary.py
PatchFile: %n.patch
PatchFile-MD5: a5ca14345752645e5d9a55471d18d179
PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
CompileScript: <<
makeinfo planner-el.texi
<<
InstallScript: <<
mkdir -p %i/share/emacs/site-lisp/planner
install -m 644 *.el %i/share/emacs/site-lisp/planner
install -m 644 Makefile Makefile.defs %i/share/emacs/site-lisp/planner
mkdir -p %i/share/info
install -m 644 planner-el.info %i/share/info/%n
mkdir -p %i/share/emacs/site-lisp/planner/scripts
install -m 644 scripts/*.el %i/share/emacs/site-lisp/planner/scripts
mkdir -p %i/share/emacs/site-lisp/planner/contrib
install -m 644 contrib/schedule.el %i/share/emacs/site-lisp/planner/contrib
mkdir -p %i/share/doc/planner-el
install -m 644 contrib/timeclock.el %i/share/doc/planner-el/timeclock-xemacs.el
mkdir -p %i/lib/emacsen-common/packages/install
mkdir -p %i/lib/emacsen-common/packages/remove
install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
install -m 755 fink/emacsen-remove %i/lib/emacsen-common/packages/remove/%n
<<
PostInstScript: %p/lib/emacsen-common/emacs-package-install %n
PreRmScript: %p/lib/emacsen-common/emacs-package-remove %n
InfoDocs: planner-el
DescDetail: <<
The Emacs Planner allows one to manage tasks within emacs. It builds
upon the `muse-el' package and thus maintains a hyperlinked summary
of tasks, notes, and other pieces of text needed to carry out one's
duties within emacs (either in whole or in part). It is connected to
many other emacs programs, such as gnus, vm, the emacs calendar,
diary, w3, bbdb, and so on. It thus acts as a "universal" life
manager within emacs.
<<
DescUsage: <<
Enable planner-el by adding the form
(require 'planner-auto)
to your .emacs file. Get started planning by evaluating the form
(plan)
(One way of making the planner a basic part of your emacs life is by
adding this form to the end of your .emacs file.)
Begin customizing the planner by customizing the group `planner'. Be
sure to check out the info documentation to learn more about how to
connect the planner to various emacs packages, from which much of the
planner's value derives. The info docs also describe more generally
how to use the planner.
To use the emacs package remember (fink package `remember-el') with
the planner, add the forms
(setq remember-handler-functions '(remember-planner-append))
(setq remember-annotation-functions planner-annotation-functions)
to your emacs initialization file. Doing so will add the notes
created with `remember' to be included in your day and plan pages.
<<