File: README

package info (click to toggle)
planner-el 3.42-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,972 kB
  • ctags: 1,261
  • sloc: lisp: 15,249; python: 218; makefile: 133; sh: 39
file content (168 lines) | stat: -rw-r--r-- 5,861 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168

This is the README file for Planner.

Synopsis
========

Planner is an organizer and day planner for Emacs.  It helps you keep
track of your pending and completed tasks, daily schedule, dates to
remember, notes and inspirations.  It is a powerful tool not only for
managing your time and productivity, but also for keeping within easy
keystroke reach all of the information you need to be productive.  It
can even publish reports charting your work for your personal web
page, your conscience, or your soon-to-be-impressed boss.

In fact, because it uses as its building blocks simple plain-text
files, it is an incredibly modular and flexible tool capable of
shaping and handling your personal information in ways whose variety
is limited only by your imagination.  Because of this, Planner has a
very active and generous community who regularly share their
innovations with each other.  Many of these modules and extensions are
included.

License
=======

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.

Directory contents
==================

The directory structure is as follows.

top level :: Planner source code and the documentation
             (planner-el.texi).

contrib :: Files that are not a part of Planner proper, but are useful
           enough to be bundled with Planner.

scripts :: Scripts that are used when compiling Planner.

Getting started
===============

Compilation
-----------

This is an optional step, since Emacs Lisp source code does not
necessarily have to be byte-compiled.  It will yield a speed increase,
though.

A working copy of Emacs or XEmacs is needed in order to compile
Planner.  By default, the program that is installed with the name
`emacs' will be used.

You will also need to have Emacs Muse 3.03 or later installed.  See
http://emacswiki.org/cgi-bin/wiki/PlannerModeQuickStart for current
information on which release of Muse to get,

If Muse is not present in the `~/elisp/muse' directory on your system,
you will have to change the line that mentions Muse in
`scripts/planner-build.el' to something like the following, replacing
PATH with the path to Muse.

(add-to-list 'load-path "PATH/lisp")

If you want to use the `xemacs' binary to perform the compilation, you
must copy `Makefile.defs.default' to `Makefile.defs' in the top-level
directory, and then edit `Makefile.defs' as follows.  You can put
either a full path to an Emacs or XEmacs binary or just the command
name, as long as it is in the PATH.  Depending on your setup, changes
to the PREFIX, ELISPDIR, and/or INFODIR variables may also need to be
made.

EMACS    = xemacs
SITEFLAG = -no-site-file
# Edit the section as necessary
install_info = install-info --section "XEmacs 21.4" $(1).info \
        $(INFODIR)/dir || :

In order for Planner to be byte-compiled properly, you will need to
specify the paths to Muse and other external software programs in
`scripts/planner-build.el'.  If a file fails to be byte-compiled, only
its source will be installed.

Running `make' should compile the Planner source files in the `lisp'
directory.

Installation
------------

Planner may be installed into your file hierarchy by doing the
following.

Copy `Makefile.defs.default' to `Makefile.defs' in the top-level
directory, if you haven't done so already.  Then edit the
`Makefile.defs' file so that ELISPDIR points to where you want the
source and compiled Muse files to be installed and INFODIR indicates
where to put the Muse manual.  As mentioned earlier, you will want to
edit EMACS and SITEFLAG as shown in the Compilation section if you are
using XEmacs.

If you are installing Planner on a Debian system, you might want to
change the value of INSTALLINFO as specified in `Makefile.defs'.

If you wish to install Planner to different locations than the
defaults specify, edit `Makefile.defs' accordingly.

Run `make' as a normal user.

Run `make install' as the root user if you have chosen installation
locations that require this.

Insinuation
-----------

Two things need to happen in order for Planner to be usable with your
version of Emacs or XEmacs.

 1. The location of the Planner directory needs to be added to the load
    path so that your variant of Emacs can find it.

 2. You need to load whichever Planner files you wish to make use of.

A quick example that accomplishes both of these follows.

;; Add this to your .emacs or .xemacs/init.el file.
(add-to-list 'load-path "/path/to/planner")
(require 'planner)

Documentation
-------------

The Planner manual may be generated by running `make doc'.

It will produce two files: an Info file called `planner-el.info' and
an HTML document called `planner-el.html'.

This manual is also available online in several forms at
http://www.wjsullivan.net/static/doc/planner/.

Further Documentation
=====================

The maintainer of Planner has a webpage for it at
http://www.wjsullivan.net/PlannerMode.html.

Bugs may be reported using the Planner Bug-Tracker at
https://gna.org/bugs/?group=planner-el.

Planner has a collaborative wiki at
http://emacswiki.org/cgi-bin/wiki/PlannerMode.

Mailing lists for Planner and some related software exists; consult
https://gna.org/mail/?group=planner-el for details on joining them or
viewing their contents.