emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c9a7e60: * externals-list: Convert notes-mode to :external


From: Stefan Monnier
Subject: [elpa] master c9a7e60: * externals-list: Convert notes-mode to :external
Date: Tue, 1 Dec 2020 10:05:08 -0500 (EST)

branch: master
commit c9a7e6040ded6b41d36fcb2023bfbd497c818352
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * externals-list: Convert notes-mode to :external
---
 externals-list                                     |    1 +
 packages/notes-mode/COPYING                        |  674 ------
 packages/notes-mode/HTML/notes-mode.html           | 2364 --------------------
 .../notes-mode/HTML/notes-mode/notes-mode.html     |  152 --
 .../notes-mode/HTML/notes-mode/notes-mode_1.html   |  533 -----
 .../notes-mode/HTML/notes-mode/notes-mode_2.html   |  413 ----
 .../notes-mode/HTML/notes-mode/notes-mode_3.html   |  505 -----
 .../notes-mode/HTML/notes-mode/notes-mode_4.html   |  511 -----
 .../notes-mode/HTML/notes-mode/notes-mode_5.html   |  124 -
 .../notes-mode/HTML/notes-mode/notes-mode_6.html   |  149 --
 .../notes-mode/HTML/notes-mode/notes-mode_7.html   |  220 --
 .../notes-mode/HTML/notes-mode/notes-mode_abt.html |  167 --
 .../notes-mode/HTML/notes-mode/notes-mode_fot.html |   85 -
 .../notes-mode/HTML/notes-mode/notes-mode_toc.html |  111 -
 packages/notes-mode/HTML/notes-mode_1.html         |  533 -----
 packages/notes-mode/HTML/notes-mode_2.html         |  419 ----
 packages/notes-mode/HTML/notes-mode_3.html         |  511 -----
 packages/notes-mode/HTML/notes-mode_4.html         |  530 -----
 packages/notes-mode/HTML/notes-mode_5.html         |  124 -
 packages/notes-mode/HTML/notes-mode_6.html         |  149 --
 packages/notes-mode/HTML/notes-mode_7.html         |  220 --
 packages/notes-mode/HTML/notes-mode_abt.html       |  167 --
 packages/notes-mode/HTML/notes-mode_fot.html       |   85 -
 packages/notes-mode/HTML/notes-mode_toc.html       |  111 -
 packages/notes-mode/Makefile.in                    |  192 --
 packages/notes-mode/Notes.pm                       |  116 -
 packages/notes-mode/NotesIndex.pm                  |  100 -
 packages/notes-mode/NotesVars.pm                   |  122 -
 packages/notes-mode/README                         |   72 -
 packages/notes-mode/catsubject                     |  112 -
 packages/notes-mode/dir                            |   20 -
 packages/notes-mode/mkall                          |  216 --
 packages/notes-mode/mkconfig                       |  118 -
 packages/notes-mode/mkindex                        |   41 -
 packages/notes-mode/mkindexcache                   |   82 -
 packages/notes-mode/mknew                          |  254 ---
 packages/notes-mode/mkprevnext                     |  275 ---
 packages/notes-mode/mkrawindex                     |   92 -
 packages/notes-mode/notes-aux.el                   |   72 -
 packages/notes-mode/notes-emacs.el                 |   39 -
 packages/notes-mode/notes-first.el                 |   54 -
 packages/notes-mode/notes-index-mode.el            |  269 ---
 packages/notes-mode/notes-mode.el                  |  724 ------
 packages/notes-mode/notes-mode.info                | 1257 -----------
 packages/notes-mode/notes-mode.texi                | 1585 -------------
 packages/notes-mode/notes-url.el                   |  210 --
 packages/notes-mode/notes-variables.el             |  154 --
 packages/notes-mode/notes-xemacs.el                |   47 -
 packages/notes-mode/notesinit                      |  200 --
 packages/notes-mode/release                        |    1 -
 packages/notes-mode/sample.notesrc                 |   16 -
 packages/notes-mode/setcrontab                     |   42 -
 52 files changed, 1 insertion(+), 15339 deletions(-)

diff --git a/externals-list b/externals-list
index 73a4a94..7a921fe 100644
--- a/externals-list
+++ b/externals-list
@@ -158,6 +158,7 @@
  ("names"              :external "http://github.com/Malabarba/names";)
  ("nhexl-mode"         :external nil)
  ("nlinum"             :external nil)
+ ("notes-mode" :external nil)
  ("ntlm"               :core "lisp/net/ntlm.el")
  ("num3-mode"          :external nil)
  ("objed"              :external "https://github.com/clemera/objed";)
diff --git a/packages/notes-mode/COPYING b/packages/notes-mode/COPYING
deleted file mode 100644
index 94a9ed0..0000000
--- a/packages/notes-mode/COPYING
+++ /dev/null
@@ -1,674 +0,0 @@
-                    GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-                            Preamble
-
-  The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
-  The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works.  By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users.  We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors.  You can apply it to
-your programs, too.
-
-  When we speak of free software, we are referring to freedom, not
-price.  Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
-  To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights.  Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
-  For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received.  You must make sure that they, too, receive
-or can get the source code.  And you must show them these terms so they
-know their rights.
-
-  Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
-  For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software.  For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
-  Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so.  This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software.  The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable.  Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products.  If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
-  Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary.  To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
-  The precise terms and conditions for copying, distribution and
-modification follow.
-
-                       TERMS AND CONDITIONS
-
-  0. Definitions.
-
-  "This License" refers to version 3 of the GNU General Public License.
-
-  "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
-  "The Program" refers to any copyrightable work licensed under this
-License.  Each licensee is addressed as "you".  "Licensees" and
-"recipients" may be individuals or organizations.
-
-  To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy.  The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
-  A "covered work" means either the unmodified Program or a work based
-on the Program.
-
-  To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy.  Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
-  To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies.  Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
-  An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License.  If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
-  1. Source Code.
-
-  The "source code" for a work means the preferred form of the work
-for making modifications to it.  "Object code" means any non-source
-form of a work.
-
-  A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
-  The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form.  A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
-  The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities.  However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work.  For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
-  The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
-  The Corresponding Source for a work in source code form is that
-same work.
-
-  2. Basic Permissions.
-
-  All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met.  This License explicitly affirms your unlimited
-permission to run the unmodified Program.  The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work.  This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
-  You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force.  You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright.  Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
-  Conveying under any other circumstances is permitted solely under
-the conditions stated below.  Sublicensing is not allowed; section 10
-makes it unnecessary.
-
-  3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
-  No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
-  When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
-  4. Conveying Verbatim Copies.
-
-  You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
-  You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
-  5. Conveying Modified Source Versions.
-
-  You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
-    a) The work must carry prominent notices stating that you modified
-    it, and giving a relevant date.
-
-    b) The work must carry prominent notices stating that it is
-    released under this License and any conditions added under section
-    7.  This requirement modifies the requirement in section 4 to
-    "keep intact all notices".
-
-    c) You must license the entire work, as a whole, under this
-    License to anyone who comes into possession of a copy.  This
-    License will therefore apply, along with any applicable section 7
-    additional terms, to the whole of the work, and all its parts,
-    regardless of how they are packaged.  This License gives no
-    permission to license the work in any other way, but it does not
-    invalidate such permission if you have separately received it.
-
-    d) If the work has interactive user interfaces, each must display
-    Appropriate Legal Notices; however, if the Program has interactive
-    interfaces that do not display Appropriate Legal Notices, your
-    work need not make them do so.
-
-  A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit.  Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
-  6. Conveying Non-Source Forms.
-
-  You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
-    a) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by the
-    Corresponding Source fixed on a durable physical medium
-    customarily used for software interchange.
-
-    b) Convey the object code in, or embodied in, a physical product
-    (including a physical distribution medium), accompanied by a
-    written offer, valid for at least three years and valid for as
-    long as you offer spare parts or customer support for that product
-    model, to give anyone who possesses the object code either (1) a
-    copy of the Corresponding Source for all the software in the
-    product that is covered by this License, on a durable physical
-    medium customarily used for software interchange, for a price no
-    more than your reasonable cost of physically performing this
-    conveying of source, or (2) access to copy the
-    Corresponding Source from a network server at no charge.
-
-    c) Convey individual copies of the object code with a copy of the
-    written offer to provide the Corresponding Source.  This
-    alternative is allowed only occasionally and noncommercially, and
-    only if you received the object code with such an offer, in accord
-    with subsection 6b.
-
-    d) Convey the object code by offering access from a designated
-    place (gratis or for a charge), and offer equivalent access to the
-    Corresponding Source in the same way through the same place at no
-    further charge.  You need not require recipients to copy the
-    Corresponding Source along with the object code.  If the place to
-    copy the object code is a network server, the Corresponding Source
-    may be on a different server (operated by you or a third party)
-    that supports equivalent copying facilities, provided you maintain
-    clear directions next to the object code saying where to find the
-    Corresponding Source.  Regardless of what server hosts the
-    Corresponding Source, you remain obligated to ensure that it is
-    available for as long as needed to satisfy these requirements.
-
-    e) Convey the object code using peer-to-peer transmission, provided
-    you inform other peers where the object code and Corresponding
-    Source of the work are being offered to the general public at no
-    charge under subsection 6d.
-
-  A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
-  A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling.  In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage.  For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product.  A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
-  "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source.  The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
-  If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information.  But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
-  The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed.  Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
-  Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
-  7. Additional Terms.
-
-  "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law.  If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
-  When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it.  (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.)  You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
-  Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
-    a) Disclaiming warranty or limiting liability differently from the
-    terms of sections 15 and 16 of this License; or
-
-    b) Requiring preservation of specified reasonable legal notices or
-    author attributions in that material or in the Appropriate Legal
-    Notices displayed by works containing it; or
-
-    c) Prohibiting misrepresentation of the origin of that material, or
-    requiring that modified versions of such material be marked in
-    reasonable ways as different from the original version; or
-
-    d) Limiting the use for publicity purposes of names of licensors or
-    authors of the material; or
-
-    e) Declining to grant rights under trademark law for use of some
-    trade names, trademarks, or service marks; or
-
-    f) Requiring indemnification of licensors and authors of that
-    material by anyone who conveys the material (or modified versions of
-    it) with contractual assumptions of liability to the recipient, for
-    any liability that these contractual assumptions directly impose on
-    those licensors and authors.
-
-  All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10.  If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term.  If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
-  If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
-  Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
-  8. Termination.
-
-  You may not propagate or modify a covered work except as expressly
-provided under this License.  Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
-  However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
-  Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
-  Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License.  If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
-  9. Acceptance Not Required for Having Copies.
-
-  You are not required to accept this License in order to receive or
-run a copy of the Program.  Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance.  However,
-nothing other than this License grants you permission to propagate or
-modify any covered work.  These actions infringe copyright if you do
-not accept this License.  Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
-  10. Automatic Licensing of Downstream Recipients.
-
-  Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License.  You are not responsible
-for enforcing compliance by third parties with this License.
-
-  An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations.  If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
-  You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License.  For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
-  11. Patents.
-
-  A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based.  The
-work thus licensed is called the contributor's "contributor version".
-
-  A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version.  For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
-  Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
-  In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement).  To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
-  If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients.  "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
-  If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
-  A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License.  You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
-  Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
-  12. No Surrender of Others' Freedom.
-
-  If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License.  If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all.  For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
-  13. Use with the GNU Affero General Public License.
-
-  Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work.  The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
-  14. Revised Versions of this License.
-
-  The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time.  Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
-  Each version is given a distinguishing version number.  If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation.  If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
-  If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
-  Later license versions may give you additional or different
-permissions.  However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
-  15. Disclaimer of Warranty.
-
-  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
-  16. Limitation of Liability.
-
-  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
-  17. Interpretation of Sections 15 and 16.
-
-  If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
-                     END OF TERMS AND CONDITIONS
-
-            How to Apply These Terms to Your New Programs
-
-  If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
-  To do so, attach the following notices to the program.  It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
-
-    This program 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 of the License, or
-    (at your option) any later version.
-
-    This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
-
-Also add information on how to contact you by electronic and paper mail.
-
-  If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
-    <program>  Copyright (C) <year>  <name of author>
-    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
-    This is free software, and you are welcome to redistribute it
-    under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License.  Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
-  You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
-
-  The GNU General Public License does not permit incorporating your program
-into proprietary programs.  If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library.  If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/packages/notes-mode/HTML/notes-mode.html 
b/packages/notes-mode/HTML/notes-mode.html
deleted file mode 100644
index 737a88e..0000000
--- a/packages/notes-mode/HTML/notes-mode.html
+++ /dev/null
@@ -1,2364 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode</title>
-
-<meta name="description" content="Notes-mode">
-<meta name="keywords" content="Notes-mode">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Top"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1 class="settitle">Notes-mode</h1>
-
-
-
-
-
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Introduction">1. 
Introduction</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">        
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Basics">2. 
Basics</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Advanced-Features">3. Advanced 
Features</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
-</td></tr>
-<tr><td align="left" valign="top"><a href="#History">4. 
History</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Installation">5. 
Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">        
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Keystroke-index">Keystroke 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Concept-index">Concept 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">               
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment"> 
&mdash; The Detailed Node Listing &mdash;
-
-Introduction
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="#What-is-it_003f">1.1 What is it?</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">                 
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Why-keep-notes-at-all_003f">1.2 
Why keep notes at all?</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">      
-</td></tr>
-<tr><td align="left" valign="top"><a 
href="#Why-keep-notes-on_002dline_003f">1.3 Why keep notes 
on-line?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">     
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Why-use-notes_002dmode_003f">1.4 
Why use notes-mode?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Y2K-Statement">1.5 Y2K 
Statement</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Related-work">1.6 Related 
work</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Staying-on-top">1.7 Staying on 
top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Basics
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="#Getting-started">2.1 Getting started</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#The-notes-index">2.3 The notes 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#The-notes-directories">2.4 The 
notes directories</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">   
    
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Advanced Features
-
-</pre></th></tr><tr><td align="left" valign="top"><a href="#Notes-files">3.1 
Notes files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Notes-indices">3.2 Notes 
indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Notes_002dmode-configuration">3.3 
Notes-mode configuration</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">    
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Notes files
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="#Getting-around">3.1.1 Getting around</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">              
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Subject-summary">3.1.2 Subject 
summary</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Useful-conventions">3.1.4 Useful 
conventions</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
 
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-History
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="#Notes_002dmode-history">4.1 Notes-mode 
history</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Credits">4.2 
Credits</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Changes">4.3 
Changes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-</pre></th></tr></table>
-
-
-<hr size="1">
-<a name="Introduction"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#What-is-it_003f" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[ &lt;&lt; ]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Introduction-1"></a>
-<h1 class="chapter">1. Introduction</h1>
-
-<p>What is notes-mode and why should you (perhaps) use it?
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#What-is-it_003f">1.1 What is 
it?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                 
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Why-keep-notes-at-all_003f">1.2 
Why keep notes at all?</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">      
-</td></tr>
-<tr><td align="left" valign="top"><a 
href="#Why-keep-notes-on_002dline_003f">1.3 Why keep notes 
on-line?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">     
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Why-use-notes_002dmode_003f">1.4 
Why use notes-mode?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Y2K-Statement">1.5 Y2K 
Statement</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Related-work">1.6 Related 
work</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Staying-on-top">1.7 Staying on 
top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="What-is-it_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Introduction" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Why-keep-notes-at-all_003f" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="What-is-it_003f-1"></a>
-<h2 class="section">1.1 What is it?</h2>
-
-<p>Notes-mode is an indexing system for on-line note-taking.
-Notes-mode is composed of two parts, the visible part,
-a major-mode for emacs to aid note-taking;
-and the invisible part,
-scripts which periodically index your notes for you.
-</p>
-<p>Note that notes-mode provides tools to <em>index</em> your notes,
-not to <em>search</em> them.
-(Other existing tools such as &lsquo;<tt>grep</tt>&rsquo;, 
&lsquo;<tt>agrep</tt>&rsquo;, and &lsquo;<tt>glimpse</tt>&rsquo;
-already allow file search.)
-</p>
-<p>A digression about indexing vs. searching:
-Indexing in this sense means
-organize them according to categories you give,
-while searching looks through all text for arbitrary strings.
-Drawing on the World Wide Web for examples,
-Yahoo (&lsquo;<tt>http://www.yahoo.com/</tt>&rsquo;) is an index,
-while Alta Vista (&lsquo;<tt>http://www.altavista.digital.com/</tt>&rsquo;)
-is a search-engine.
-In (potentially) more familiar terms,
-the yellow pages
-<a name="DOCF1" href="#FOOT1">(1)</a>
-are an index,
-while directory information (411 in the USA)
-is sort of a search-engine.
-</p>
-
-<hr size="6">
-<a name="Why-keep-notes-at-all_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#What-is-it_003f" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Why-keep-notes-on_002dline_003f" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Why-keep-notes-at-all_003f-1"></a>
-<h2 class="section">1.2 Why keep notes at all?</h2>
-
-<p>So why should you use notes-mode?
-Well, first, consider why you should (perhaps)
-keep your notes on line.
-First,
-I assume that you take notes as part of your work or school.
-If you don&rsquo;t,
-you can stop reading now and go back to watching TV.
-</p>
-<p>If you keep notes, ask yourself why you keep them.
-Reasons vary for different people, but some include:
-</p>
-<ul>
-<li>
-To remember what is said or done.
-
-</li><li>
-To focus on what is important about what is said.
-
-</li><li>
-To provide proof of having done something
-at a particular time or date.
-
-</li><li>
-I know there were other reasons here,
-but they slipped my mind.
-</li></ul>
-
-
-<hr size="6">
-<a name="Why-keep-notes-on_002dline_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Why-keep-notes-at-all_003f" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Why-use-notes_002dmode_003f" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Why-keep-notes-on_002dline_003f-1"></a>
-<h2 class="section">1.3 Why keep notes on-line?</h2>
-
-<p>OK, I&rsquo;ve talked you into keeping notes.
-Why do it on-line?
-Again, there are different reasons for different people.
-If you don&rsquo;t want to consider keeping your notes on-line,
-you&rsquo;re welcome to go back to your (clay tablets)
-paper notes.
-</p>
-<p>However, if you do much of your work on-line,
-or if you have portable computer,
-then you might want to consider keeping your notes on-line.
-</p>
-<ul>
-<li>
-It&rsquo;s faster to type than write,
-and possibly more legible at high speed.
-
-</li><li>
-Often information is already on-line.
-For example, in software development, bug reports,
-measurement results, and everything else that&rsquo;s useful
-is on-line.
-
-</li><li>
-You can take down more detail than you otherwise would
-(especially if the data is already on-line).
-Taking more copious notes can be helpful when you go back
-to figure out why that strange thing was happening.
-
-</li><li>
-On-line notes are easy to search.
-Full-text search with 
-grep, agrep, and glimpse are all much faster
-and are often more accurate than paging through paper notes
-looking for a particular keyword.
-
-</li><li>
-On-line notes are easy to index.
-(At least with notes-mode!)
-In addition to full-text search,
-it&rsquo;s helpful to organize notes by category.
-If you keep a table-of-contents of your paper notes,
-you are either extremely fastidious
-or a librarian (Nadia?).
-
-</li><li>
-You can keep all of your notes with you at all times
-(if you have a portable computer).
-Even at a page a day,
-paper notes quickly become bulky and awkward to carry around.
-On-line notes fit on your computer&rsquo;s hard disk,
-an extraordinarily compact medium
-by comparison.
-
-</li><li>
-Your notes can be automatically backed up.
-Paper notes can become damaged with time,
-and as a graduate student
-one of my fears was fire in Boelter Hall
-consuming all my research experiments
-and and therefore hopes of a degree.
-Electronic notes are extremely easy to duplicate
-and can be automatically backed up with the rest of your computer.
-(You <em>do</em> back up your computer, don&rsquo;t you?)
-
-</li></ul>
-
-<p>While these advantages are undoubtedly clear to any
-right-thinking computer user,
-it should be said that there are a few disadvantages 
-for on-line note-taking.
-</p>
-<ul>
-<li>
-If you don&rsquo;t have a computer with you most of the time,
-it&rsquo;s difficult take notes on-line (because you&rsquo;re off-line, of 
course).
-<a name="DOCF2" href="#FOOT2">(2)</a>
-
-</li><li>
-Computers require power.
-If your portable computer runs out of juice,
-you&rsquo;re on your own.
-Corollary:  watch your power, or bring paper.
-Better corollary:  watch your power, <em>and</em> bring paper.
-
-</li><li>
-Social limitations.
-It&rsquo;s not always socially acceptable to take notes-on-line.
-For example,
-at a party,
-few people would use a computer
-to take down the phone number of a person
-to whom they&rsquo;re attracted
-(at least, if they wanted the attraction to be mutual).
-<a name="DOCF3" href="#FOOT3">(3)</a>
-Sometimes other people find the sound of typing distracting.
-
-</li><li>
-Health issues.
-Repetitive stress injuries do occur
-writing (slower) by hand is at least 
-an alternate motion than typing.
-
-</li><li>
-Legal limitations.
-If you want to use your electronic notes
-to justify a patent or invention,
-you may be breaking legal ground.
-Being on the legal cutting-edge is rarely an easy thing
-for the person involved.<a name="DOCF4" href="#FOOT4">(4)</a>
-
-</li></ul>
-
-
-<hr size="6">
-<a name="Why-use-notes_002dmode_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="#Why-keep-notes-on_002dline_003f" title="Previous section in reading 
order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Y2K-Statement" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Why-use-notes_002dmode_003f-1"></a>
-<h2 class="section">1.4 Why use notes-mode?</h2>
-
-<p>OK, I&rsquo;ve sold you on note-taking and even on on-line note-taking.
-What about notes-mode?
-Naturally,
-it slices, dices, and makes julienne fries.
-But wait, there&rsquo;s more:
-</p>
-<ul>
-<li>
-It automates indexing your notes,
-linking notes with the same subject together.
-
-</li><li>
-It supports embedded links,
-allowing you to manually link together different topics 
-and external files.
-
-</li><li>
-It includes a number of convenience-features in emacs.
-Subjects can be completed based on existing subjects.
-The usual emacs customization mechanisms are available.
-
-</li><li>
-Notes containing sensitive information can be encrypted.
-
-</li><li>
-Notes-mode seems better than the other, currently available alternatives.
-</li></ul>
-
-<p>What are the alternatives?  I&rsquo;m glad you asked.
-<a name="DOCF5" href="#FOOT5">(5)</a>
-</p>
-<ul>
-<li>
-<strong>HTML</strong>.
-HTML has better formatting capabilities than notes-mode,
-and it has excellent linking capabilities.
-Unfortunately,
-HTML&rsquo;s tags are fairly intrusive
- (each is at least four characters long and most come with a pair),
- tags can get confused with normal text,
- errors in HTML can be bad (obscuring data),
- and there&rsquo;s no automatic indexing feature
- (at least with plain HTML).
-Besides,
- all data should be kept as close to the ASCII from whence it came,
- as God Intended (hi, Steve).
-
-</li><li>
-<strong>Word Processors</strong>.
-Word processors are strong in the formatting department,
- but most don&rsquo;t really have linking capabilities,
- and have poor or restricted indexing.
-
-</li></ul>
-
-<hr size="6">
-<a name="Y2K-Statement"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Why-use-notes_002dmode_003f" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Related-work" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Y2K-Statement-1"></a>
-<h2 class="section">1.5 Y2K Statement</h2>
-
-<p>Notes mode uses dates extensively,
- both two-digit years and seconds-since-1970.
-However, notes-mode has been coded to function correctly through
- the year 2038.
-</p>
-<p>To avoid problems with the year 2000, notes-mode assumes
- that any two-digit years before &ldquo;70&rdquo; are 20xx, not 19xx.
-Notes-mode should therefore work correctly in both the year 1999 and 2000.
-</p>
-<p>(Notes-mode 1.17 released February 1999 fixes a lingering Y2K problem.)
-</p>
-<p>Because notes-mode uses seconds-since-1970 for some date calculations
- it will fail beyond the year 2038 on computers with 32-bit integers.
-</p>
-<p>If I&rsquo;m still using notes-mode then on a 32-bit machine I&rsquo;ll see 
what I can do.
-</p>
-
-<hr size="6">
-<a name="Related-work"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Y2K-Statement" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Staying-on-top" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Related-work-1"></a>
-<h2 class="section">1.6 Related work</h2>
-
-<p>What would a document be without related work?
-</p>
-<p>Notes-mode is not related in any way to Lotus Notes.
-</p>
-<p>I am told (by David Weisman)
- that it&rsquo;s something like the now defunct Lotus Agenda.
-</p>
-<p>Ashvin Goel, one of the contributors to notes-mode,
- has gone off and done a from-scratch reimplementation
- called records-mode.
-It&rsquo;s very similar to notes mode,
- and emphasizes on-the-fly updates to entry links
- but lacks a manual.
-You may want to check it out at
- &lsquo;<tt>http://www.cse.ogi.edu/~ashvin/software.html</tt>&rsquo;.
-</p>
-<p>Hyperbole (by Bob Weiner) offers better linking facilities
-than notes-mode, but it has a bunch of stuff notes-mode doesn&rsquo;t need
-and it&rsquo;s missing notes-specific indexing provided by notes-mode.
-For people already using Hyperbole
- it would be interesting to replace notes-mode&rsquo;s linking
- with Hyperbole&rsquo;s.
-Contributions in this area are welcome, provided they make Hyperbole
- optional.
-</p>
-<hr size="6">
-<a name="Staying-on-top"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Related-work" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Staying-on-top-1"></a>
-<h2 class="section">1.7 Staying on top</h2>
-
-<p>The most recent distribution of notes-mode 
- is always available via
- &lsquo;<tt>http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/</tt>&rsquo;.
-</p>
-<p>After you&rsquo;ve installed notes mode you&rsquo;re encouraged to subscribe
-to the mailing lists.
-To subscribe, go to the web page
-Send the message &quot;subscribe&quot; to
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce</tt>&rsquo;
 or
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk</tt>&rsquo;.
-</p>
-<p>The announce list will contain only release announcements
-and so is guaranteed to be very low bandwidth.
-</p>
-
-
-<hr size="6">
-<a name="Basics"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Staying-on-top" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Getting-started" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Basics-1"></a>
-<h1 class="chapter">2. Basics</h1>
-
-<p>All you need to use notes-mode
- in a chapter.
-(Except for installation, See section <a 
href="#Installation">Installation</a>.)
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Getting-started">2.1 Getting 
started</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#The-notes-index">2.3 The notes 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#The-notes-directories">2.4 The 
notes directories</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">   
    
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Getting-started"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Basics" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#A-notes-file" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Getting-started-1"></a>
-<h2 class="section">2.1 Getting started</h2>
-<a name="index-notesinit"></a>
-<a name="index-setup"></a>
-
-<p>To get started with notes-mode,
- read the introduction this chapter,
- then either:
-</p>
-<ul>
-<li>
-Start emacs, do 
- <kbd>M-x</kbd> <code>load-library</code> <kbd>RET</kbd> 
<code>notes-mode</code> <kbd>RET</kbd>
-This approach will set up notes-mode with the default parameters.
-
-</li><li>
-OR, from the shell, 
- run the program &lsquo;<tt>notesinit</tt>&rsquo;.
-This approach will ask you some questions about how you want to configure
- notes mode.
-
-</li></ul>
-
-<p>Either way these should set up everything notes-mode needs.
-This program will modify your environment (as described in this section),
- or it will give you the exact commands you should run yourself.
-</p>
-<p>After you&rsquo;ve done one of these,
- start up emacs and note-away.
-I usually begin a
- day of note-taking by running the command
- <kbd>M-x</kbd> <code>notes-index-todays-link</code>
- to jump directly to today&rsquo;s note.
-You may even wish to bind this to something,
- perhaps with
- <code>(define-key global-map &quot;\C-cn&quot; 
'notes-index-todays-link)</code>
- in your &lsquo;<tt>.emacs</tt>&rsquo;. 
-</p>
-<p>If you want to browse your existing notes,
- you might instead want to edit the
- &lsquo;<tt>~/NOTES/index</tt>&rsquo;.
-(What is a notes file and the index? Hurry up and finish
- reading this chapter.) 
-</p>
-
-<hr size="6">
-<a name="A-notes-file"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Getting-started" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#The-notes-index" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="A-notes-file-1"></a>
-<h2 class="section">2.2 A notes file</h2>
-
-<a name="index-Notes-files"></a>
-
-<p>The notes file is the focus of most of the activity in notes-mode,
- it&rsquo;s where you take your notes.
-Notes files are mostly free-form text
- broken up into <em>entries</em>.
-Here&rsquo;s an example:
-</p>
-<a name="index-Notes-entries"></a>
-
-<table><tr><td>&nbsp;</td><td><pre class="example">8-Jun-95 Thursday
------------------
-
-* Today
--------
-prev: &lt;none&gt;
-next: &lt;file:///~/NOTES/199506/950609#* Today&gt;
-
-next week - release notes-mode
-
-
-* Environment/notes
--------------------
-
-I explained notes mode to Ashvin and Geoff.
-...
-</pre></td></tr></table>
-
-<p>Each entry has a subject-block, (maybe) some links, and then (maybe) some 
text.
-</p>
-<p>The subject-block must begin with an asterisk-space (<kbd>* </kbd>)
- at the beginning of a line, followed by the subject itself.
-Subjects must be underlined with a row of dashes
- (if they&rsquo;re not exact, that&rsquo;s OK;
- notes-mode will fix them periodically).
-For convenience,
- notes-mode will automatically add the underlines when you
- hit <kbd>&lt;RTN&gt;</kbd> (<code>notes-electric-return</code>),
- and <kbd>&lt;TAB&gt;</kbd> on a partially completed subject will
- invoke completion based on indexed subjects 
(<code>notes-complete-subject</code>).
-<a name="index-Notes-subjects"></a>
-<a name="index-RTN"></a>
-<a name="index-TAB"></a>
-</p>
-<p>Following the subject may be links.
-(In the example, the &ldquo;Today&rdquo; entry has links,
- the &ldquo;Environment/notes&rdquo; entry doesn&rsquo;t.)
-These links will be automatically updated by notes-mode
- when your notes are re-indexed;
- just leave a blank line when writing the note.
-<a name="index-Notes-links"></a>
-</p>
-<p>Links are made with pseudo-URLs,
- sort of like those in the World Wide Web. 
-Any of these URLs can be followed in notes-mode files
- by clicking <kbd>S-mouse-2</kbd> on the pseudo-URL
- (<code>notes-w3-follow-link-mouse</code>).
-<a name="index-Pseudo_002dURLs"></a>
-<a name="index-URLs"></a>
-<a name="index-S_002dmouse_002d2"></a>
-</p>
-<p>Finally comes the text.
-Go wild, but just don&rsquo;t include text that looks like a subject.
-You can embed pseudo-URLs to link notes together manually.
-</p>
-<p>The more anal of you may have noticed
- that the lines before the first subject
- are not part of any entry.
-These lines are
- <em>front matter</em>.
-They&rsquo;re not usually used for much,
- but they can be a good place to label the file.
-<a name="index-Notes-files_002c-font-matter"></a>
-<a name="index-Font-matter"></a>
-</p>
-<p>There are a number of useful conventions
- that can be adopted to organize your notes.
-The most common is the &ldquo;Today&rdquo; entry.
-If you keep an entry with the same subject
- at the beginning of each file,
- you link all of your notes together.
-Notes-mode will help you out with some of these convetions
- by automatically creating or copying some fields for you;
- see see section <a href="#Useful-conventions">Useful conventions</a> for 
details.
-</p>
-<p>Finally, notes-mode can also work with outline-minor-mode
- (thanks to Tim Carroll for pointing this out).
-Outline-mode supports hiding and revealing text and other helpful
- features beyond the scope of this document.
-See <a href="emacs.html#Outline-Mode">Outline Mode: (emacs)Outline Mode</a> 
section &lsquo;Outline Mode&rsquo; in <cite>The Emacs Editor</cite>, for 
details.
-</p>
-<hr size="6">
-<a name="The-notes-index"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#A-notes-file" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#The-notes-directories" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="The-notes-index-1"></a>
-<h2 class="section">2.3 The notes index</h2>
-
-<a name="index-Notes-index"></a>
-
-<p>The notes index lists all subjects you&rsquo;ve kept notes about,
- and each date of each note.
-Impress your friends,
- show your advisor why you&rsquo;re worth the <em>big</em> peanuts,
- you&rsquo;ll soon have the biggest index of all.
-</p>
-<p>The index has one line per subject, listing the subject
- and each day a note was made about that subject.
-For example:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">Bicycle: 950314, 950316
-Bicycle/maintenance/books: 951028
-Bridge/hands: 951113, 951114, 951116, 951117
-Bridge/UCLA: 960222, 960409
-</pre></td></tr></table>
-
-<p>Clicking on any of the dates with <kbd>mouse-2</kbd>
- will take you to that note
- (<code>notes-index-mouse-follow-link</code>).
-(You can also move the point over the date and hit <kbd>&lt;RTN&gt;</kbd>
- if you&rsquo;re musaphobic [<code>notes-index-follow-link</code>].)
-<a name="index-mouse_002d2"></a>
-<a name="index-RTN-1"></a>
-</p>
-<p>The notes index is automatically updated by the program 
&lsquo;<tt>mkall</tt>&rsquo;.
-Typically &lsquo;<tt>mkall</tt>&rsquo; is run nightly by 
&lsquo;<tt>cron</tt>&rsquo;.
-On most modern versions of Unix, you can add this command to cron by
- running &lsquo;<tt>crontab -e</tt>&rsquo; and adding the line:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">0 4 * * * 
/usr/local/lib/notes-mode/mkall
-</pre></td></tr></table>
-<a name="index-Crontab"></a>
-<a name="index-mkall"></a>
-<a name="index-re_002dindexing"></a>
-
-<p>(Assuming that your notes programs are installed
- in /usr/local/lib/notes-mode, the default location.)
-</p>
-
-<hr size="6">
-<a name="The-notes-directories"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#The-notes-index" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="The-notes-directories-1"></a>
-<h2 class="section">2.4 The notes directories</h2>
-
-<a name="index-Notes-directories"></a>
-<a name="index-Directory-hierarchy"></a>
-
-<p>The final thing needed to tie basic notes-mode together his how
-the pieces fit together.
-Since my graduate work is in file systems,
-you can bet that directories are involved.
-</p>
-<p>Notes-mode keeps its files in a two-level hierarchy:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">~/NOTES
-~/NOTES/index
-~/NOTES/rawindex
-~/NOTES/199603
-~/NOTES/199603/960329
-~/NOTES/199603/960330
-~/NOTES/199604
-~/NOTES/199604/960401
-</pre></td></tr></table>
-
-<p>The top level, &lsquo;<tt>~/NOTES</tt>&rsquo;, is the notes directory.
-It keeps all notes in one place.
-(The name of this directory is configurable, See section <a 
href="#Notes_002dmode-configuration">Notes-mode configuration</a>.)
-</p>
-<p>Inside the notes directory are two files and a number of directories.
-The files are &lsquo;<tt>index</tt>&rsquo;,
- the index of all entries (see section <a href="#The-notes-index">The notes 
index</a>),
- and &lsquo;<tt>rawindex</tt>&rsquo;,
- used internally.
-<a name="index-Root-directory"></a>
-</p>
-<p>The notes directory also contains a number of subdirectories,
- sometimes called <em>intermediate directories</em>.
-These directories group the actual notes files into manageable chunks,
- keeping any directory from getting too large.
-Intermediate directories are named
- by the four-digit year and the two-digit month
- of the entries they contain.
-(The format of intermediate directories
- is configurable, See section <a 
href="#Notes_002dmode-configuration">Notes-mode configuration</a>.)
-<a name="index-Intermediate-directories"></a>
-</p>
-<p>Finally,
- each intermediate directory are the notes files themselves,
- named according to the two-digit year, month, and day-of-month.
-<a name="index-Notes-files-1"></a>
-</p>
-<p>For the most part,
- notes-mode will automatically maintain this organization of files,
- once you create the top-level directory.
-Notes-mode will also automatically insure
- that all files in the notes directory are unreadable by
- anyone other than their owner.
-Notes are personal things.
-(This behavior is not currently configurable,
- but it probably should be.)
-<a name="index-Notes-file-permissions"></a>
-</p>
-
-
-<hr size="6">
-<a name="Advanced-Features"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#The-notes-directories" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Advanced-Features-1"></a>
-<h1 class="chapter">3. Advanced Features</h1>
-
-<p>Notes-mode, the minutiae, and some other good stuff.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Notes-files">3.1 Notes 
files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">               
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Notes-indices">3.2 Notes 
indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Notes_002dmode-configuration">3.3 
Notes-mode configuration</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">    
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Notes-files"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Getting-around" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Notes-files-1"></a>
-<h2 class="section">3.1 Notes files</h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Getting-around">3.1.1 Getting 
around</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Subject-summary">3.1.2 Subject 
summary</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Useful-conventions">3.1.4 Useful 
conventions</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
 
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Getting-around"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes-files" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Subject-summary" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Getting-around-1"></a>
-<h3 class="subsection">3.1.1 Getting around</h3>
-
-<p>Moving between notes entries and around the hierarchy is fairly common,
- so there are some accelerators.
-</p>
-<dl compact="compact">
-<dt> <kbd>C-c C-i</kbd></dt>
-<dd><p>Jump to the index entry for the current entry&rsquo;s subject
-(<code>notes-goto-index-entry</code>).
-<a name="index-C_002dc-C_002di"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-n</kbd></dt>
-<dt> <kbd>C-c C-p</kbd></dt>
-<dd><p>Move to the next or prior note with the same subject
-(<code>notes-follow-next-link</code> and <code>notes-follow-prev-link</code>).
-These functions follow the links in the note,
- if they&rsquo;re defined.
-If not,
- they look through the index file.
-This approach usually works,
- but will fail if there are multiple new entries created
- with the given subject
- between when the index is recomputed.
-<a name="index-C_002dc-C_002dn"></a>
-<a name="index-C_002dc-C_002dp"></a>
-</p>
-</dd>
-<dt> <kbd>C-c&lt;RTN&gt;</kbd></dt>
-<dd><p>Follow the link under the point
-(<code>notes-w3-follow-link</code>),
- a keyboard equivalent of &lt;S-mouse-2&gt;.
-<a name="index-C_002dcRTN"></a>
-</p>
-</dd>
-<dt> <kbd>M-C-a</kbd></dt>
-<dt> <kbd>M-C-e</kbd></dt>
-<dd><p>Jump to the beginning or end of the current note entry
-(<code>notes-beginning-of-defun</code> and <code>notes-end-of-defun</code>).
-<a name="index-M_002dC_002da"></a>
-<a name="index-M_002dC_002de"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-k</kbd></dt>
-<dd><p>Copies the pseudo-URL for the current note into the kill-ring
-(<code>current-url-as-kill</code>).
-To link two entries, go to the target,
- grab its URL with <kbd>C-c C-k</kbd>,
- go to where you want to make the link,
- and yank the URL with <kbd>C-y</kbd>.
-<a name="index-C_002dc-C_002dk"></a>
-</p>
-</dd>
-</dl>
-
-
-<p>Notes mode supports imenu,
- if you have it bound to something
- (I use <code>(global-set-key [down-mouse-3] 'imenu)</code>).
-<a name="index-imenu"></a>
-</p>
-
-<hr size="6">
-<a name="Subject-summary"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Getting-around" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Encryption" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Subject-summary-1"></a>
-<h3 class="subsection">3.1.2 Subject summary</h3>
-
-<p>It&rsquo;s often helpful to look at all
- entries for a given subject
-<kbd>C-c C-s</kbd>
- collects all entries with the subject of the current
- entry in a new buffer
- (<code>notes-summarize-subject</code>).
-<a name="index-C_002dc-C_002ds"></a>
-<a name="index-Subject-summary"></a>
-</p>
-
-<hr size="6">
-<a name="Encryption"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Subject-summary" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Useful-conventions" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Encryption-1"></a>
-<h3 class="subsection">3.1.3 Encryption</h3>
-
-<a name="index-Encryption"></a>
-<a name="index-Decryption"></a>
-
-<p>Notes occasionally contain private material.
-While Unix has strong services for file protection
- (compared to other, say, more wide-selling operating systems),
- in many systems root passwords are shared,
- while other systems are vulnerable to physical compromise.
-In such systems,
- properly used encryption is the best approach to security.
-</p>
-<p>Notes-mode encryption is based
- Phill Zimmerman&rsquo;s PGP (Pretty Good Privacy)
-(see &lsquo;<tt>http://www.mantis.co.uk/pgp/pgp.html</tt>&rsquo;)
- and either
- with Rick Campbell&rsquo;s
- emacs interface, PAM (PGP Augmented Messaging)
-(from &lsquo;<tt>ftp://h.gp.cs.cmu.edu/usr/rfb/pam/</tt>&rsquo;)
- (note that as of January 1997, PAM is no longer at this ftp site
- and appears to not be publicly available),
- or LoPresti and Choi&rsquo;s mailcrypt
-(from &lsquo;<tt>http://cag-www.lcs.mit.edu/mailcrypt/</tt>&rsquo;).
-<a name="index-PGP"></a>
-<a name="index-Pretty-good-privacy"></a>
-<a name="index-PAM"></a>
-<a name="index-PGP-Augmented-Messaging"></a>
-<a name="index-mailcrypt"></a>
-</p>
-<dl compact="compact">
-<dt> <kbd>C-c C-e</kbd></dt>
-<dd><p>Encrypt the current note
-(<code>notes-encrypt-note</code>).
-By default this function encrypts the whole entry.
-With a prefix argument,
- only the part from the point to the end of the entry is encrypted.
-<a name="index-C_002dc-C_002de"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-d</kbd></dt>
-<dd><p>Decrypt the current note
-(<code>notes-decrypt-note</code>).
-</p></dd>
-</dl>
-<a name="index-C_002dc-C_002dd"></a>
-
-<p>By default notes-mode determines your public key by looking 
- up your <code>user-full-name</code> in your PGP keyring.
-You can override this default by setting
- <code>notes-encryption-key-id</code>
- to the desired key-id.
-<a name="index-key_002did"></a>
-</p>
-
-<hr size="6">
-<a name="Useful-conventions"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Encryption" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-indices" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Useful-conventions-1"></a>
-<h3 class="subsection">3.1.4 Useful conventions</h3>
-
-
-<a name="index-conventions"></a>
-<a name="index-mknew"></a>
-
-<p>There are a number of conventions which can make notes-mode
- easier to use.
-These conventions are a matter of personal taste,
- of course.
-Do what works for you.
-</p>
-<p>First,
- I find it helpful to keep the date of each notes-file at the top
- of the file.
-This makes the file self-identifying
- if the filename is lost.
-</p>
-<p>Second,
- I find it useful to have the first entry of each file
- have the same subject (perhaps &ldquo;Today&rdquo;).
-This entry then links all notes together,
- making it easy to go to yesterday and tomorrow.
-I keep a to-do list on this entry,
- bringing the list forward each day.
-<a name="index-Today"></a>
-</p>
-<p>A third useful convention is to keep an
- entry with the name based on the day of the week
- in each file.
-Analogous to &ldquo;Today&rdquo;, this entry links together
- weeks.
-</p>
-<p>Notes-mode supports these conventions.
-When you make a new notes-file in emacs,
- notes-mode searches for the preceding file.
-If it follows any of these conventions,
- the new file is initialized appropriately.
-Currently
- the approach to do this process
- (in the program &lsquo;<tt>mknew</tt>&rsquo;)
- is fairly sensitive,
- so it may not work in all cases.
-In particular,
- the date convention works only on
- for English-language dates.
-(If you use notes-mode with a non-English language,
- let me know and I&rsquo;ll work with you to fix this limitation.)
-</p>
-<p>If you find other helpful conventions,
- please let me know.
-Modifications to &lsquo;<tt>mknew</tt>&rsquo; to implement
- new conventions are also invited.
-</p>
-<p>If you don&rsquo;t want to use these conventions,
- or if you want to use different ones,
- set the emacs variable notes-mode-initialization-program
- to nil or the name of your initialization program.
-<a name="index-notes_002dmode_002dinitialization_002dprogram"></a>
-</p>
-
-<hr size="6">
-<a name="Notes-indices"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Useful-conventions" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes_002dmode-configuration" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Notes-indices-1"></a>
-<h2 class="section">3.2 Notes indices</h2>
-
-
-<p>Only two features of notes index mode haven&rsquo;t yet been described.
-First,
- you can open any notes-file based on date
- with <code>notes-index-link</code>,
- normally bound to &lt;o&gt;.
-<a name="index-o"></a>
-</p>
-<p>Second,
- you can get a subject-summary
- with &lt;C-c C-s&gt;
- (see section <a href="#Subject-summary">Subject summary</a>).
-The subject defaults to that of the current index line.
-<a name="index-C_002dc-C_002ds-1"></a>
-</p>
-
-<hr size="6">
-<a name="Notes_002dmode-configuration"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes-indices" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Next chapter"> 
&gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Notes_002dmode-configuration-1"></a>
-<h2 class="section">3.3 Notes-mode configuration</h2>
-
-<a name="index-configuration"></a>
-<a name="index-_002enotesrc"></a>
-
-<p>Several aspects of notes mode are particularly visible
- to the user.
-Because I&rsquo;m not a fascist,
- a user can change most of these.
-</p>
-<p>Preferences are specified in &lsquo;<tt>~/.notesrc</tt>&rsquo;.
-This file lists things to change:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example"># lines beginning with a 
hash are comments
-dir: ~/NOTES
-int_form: %Y%m
-</pre></td></tr></table>
-
-<p>Currently, two things can be changed:
-</p>
-<dl compact="compact">
-<dt> <code>dir</code></dt>
-<dd><p>Specifies the root of the notes directory hierarchy
- (see section <a href="#The-notes-directories">The notes directories</a>).
-</p>
-</dd>
-<dt> <code>int_form</code></dt>
-<dd><p>Specifies the form of the intermediate directory.
-A limited subset of <code>strftime(3)</code>
- formatting is allowed.
-</p></dd>
-</dl>
-
-<p>The subset of <code>strftime(3)</code> supported in <code>int_form</code> 
is:
-</p><dl compact="compact">
-<dt> <code>%Y</code></dt>
-<dd><p>The four-digit year.
-</p>
-</dd>
-<dt> <code>%y</code></dt>
-<dd><p>The two-digit year.
-</p>
-</dd>
-<dt> <code>%m</code></dt>
-<dd><p>A two-digit numeric month.
-</p>
-</dd>
-<dt> <code>%d</code></dt>
-<dd><p>A two-digit day.
-</p></dd>
-</dl>
-
-<p>In addition to &lsquo;<tt>.notesrc</tt>&rsquo;,
- there are a number of emacs-specific variables.
-These variables are documented in the file
- &lsquo;<tt>notes-variables.el</tt>&rsquo;.
-</p>
-
-
-
-<hr size="6">
-<a name="History"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes_002dmode-configuration" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes_002dmode-history" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Installation" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="History-1"></a>
-<h1 class="chapter">4. History</h1>
-
-<p>More about notes-mode than you wanted to know,
-and some thanks.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Notes_002dmode-history">4.1 
Notes-mode history</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Credits">4.2 
Credits</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Changes">4.3 
Changes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Suggested-features">4.4 Suggested 
features</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">            
         
-</td></tr>
-</table>
-
-
-
-<hr size="6">
-<a name="Notes_002dmode-history"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#History" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Credits" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Installation" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Notes_002dmode-history-1"></a>
-<h2 class="section">4.1 Notes-mode history</h2>
-
-<p>Briefly,
- I started keeping notes on-line shortly after I got a portable computer
- in January, 1994.
-After a month-and-a-half of notes, I realized that
- one does not live by grep alone,
- so I started adding indexing facilities.
-</p>
-<p>In June of 1995
- some other Ficus-project members started
- keeping and indexing on-line notes
- using other home-grown systems.
-After some discussion,
- we generalized my notes-mode work and
- they started using it.
-</p>
-<p>Over the next 18 months notes-mode grew.
-Finally, in April, 1996 I wrote documentation,
- guaranteeing that innovation on notes-mode will now cease
- or the documentation will become out of date.
-</p>
-
-<hr size="6">
-<a name="Credits"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes_002dmode-history" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Changes" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Installation" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Credits-1"></a>
-<h2 class="section">4.2 Credits</h2>
-
-<p>I (John Heidemann, &lt;johnh@isi.edu&gt;)
- started, documented, and currently maintain notes-mode.
-I take ultimate responsibility for the code,
- especially for the ugly parts that I won&rsquo;t let others change.
-</p>
-<p>Ashvin Goel
- &lt;ashvin@ficus.cs.ucla.edu&gt;
- has been a very enthusiastic notes-mode user and contributor.
-He is responsible for at least
- the ideas behind <code>notes-summarize-subject</code>
-and the ideas and initial implementations of
- some of the original generalization and modularity improvements,
- <code>notes-follow-next-link</code> and <code>notes-follow-prev-link</code>,
- <code>notes-goto-index-entry</code>,
- programmed subject completion,
- and
- context-sensitive mouse-2 handling.
-In addition,
- he is an invaluable second opinion about
- what and how things should be done
- (even if I don&rsquo;t always agree with him).
-</p>
-<p>Geoff Kuenning
- &lt;geoff@ficus.cs.ucla.edu&gt;
- has been another enthusiastic notes-mode user and victim.
-He is responsible for
- finding several bugs,
- motivation for mouse-less operation,
- comments about the documentation,
- the day-of-week convention,
- and an initial implementation and the idea of
- multiple entries with the same subjects in a single notes-file.
-</p>
-<p>Ramesh Govindan &lt;govindan@isi.edu&gt; did the xemacs port.
-</p>
-<p>Since it&rsquo;s release on Usenet in April 1996 several
- other folks have contributed.
-Thanks to
- David Weisman &lt;weisman@app1.osf.org&gt;,
- Martin L. Smith &lt;martin@ner.com&gt;,
- Jason Bastek &lt;jason@aai.com&gt;,
- Ulrich Herbst &lt;Ulrich.Herbst@t-systems.com&gt;.
-See the next section (See section <a href="#Changes">Changes</a>.) for details 
of their exploits.
-</p>
-<p>Thanks to Larry Ayers &lt;layers@marktwain.net&gt;
- for popularizing notes-mode with reviews in
- the Linux Gazette
- (at &lt;http://www.linuxgazette.com/issue22/notes-mode.html&gt; and
- &lt;http://www.linuxgazette.com/issue35/ayers.html&gt;).
-</p>
-<hr size="6">
-<a name="Changes"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Credits" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Suggested-features" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Installation" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Changes-1"></a>
-<h2 class="section">4.3 Changes</h2>
-
-<p>For the bored:
-</p>
-<p>First semi-public release. 12-Jul-95: version 0.1
- Shared a version with Ashvin and Geoff.
-</p>
-<p>Changed  6-Dec-95: version 0.3
- Ashvin&rsquo;s changes for note traversal added (C-c C-p and C-c C-n now
-move to the prev/next note in note-mode).
- URL parsing changed so that &quot;localhost&quot; is optional.
-</p>
-<p>Changed 19-Dec-95:  version 0.4
- More robust prev/next code added, both to handle going back and
-forward in the middle of chains through the index file, and to handle
-back/forward in a single file.
- URL parsing changed so that notes-goto-index-entry correctly handles
-lookups on notes names such as &quot;252A&quot;.
-</p>
-<p>Changed 20-Dec-95: version 0.5.
- Fixed a missing variable in notes-url.el.
- Added a work-around to a bug in emacs-19.30&rsquo;s define-derived-mode.
-</p>
-<p>Changed 24-Dec-95: version 0.6.
- Prev/next code re-re-written to be more robust.
-</p>
-<p>Changed 26-Dec-96:  version 0.7.
- Bug fix release.
-</p>
-<p>Changed 23-Jan-96: version 0.8.
- Initialization code added to set up a new note.
-New variable:  notes-bin-dir.
-</p>
-<p> I&rsquo;m skipping version 0.9 because I erroneously release version 0.1
-as version 0.9 (only on the web, not on Usenet).
-</p>
-<p> I&rsquo;m bumping from version &quot;0&quot; to version &quot;1&quot; 
since the code is has been
-in production use for more than a year by several people.  Minor
-numbers are the same.
-</p>
-<p>Changed 26-Mar-96: version 1.10.
- Setup code completely re-written.
- Several incompatible changes have been made:
- - the lisp and Perl code must be installed via make install,
-not by copying.
- - some data is specified in a .notesrc file; copy and modify sample.notesrc.
- - several internal elisp changes.
- - catsubject added (bound to C-cC-s):  collect all notes about the
-current subject.
- - new notes-files are initialized with fields based on the prior
-day&rsquo;s notes; see mknew for details.
- - daily_work is gone; mkall is rewritten to use .notesrc.
-</p>
-<p>Changed 29-Apr-96: version 1.11.
- Real documentation.
- Mknew caching added.
-</p>
-<p>Changed  9-Aug-96: version 1.12.
- Added notesinit to do all setup for new users.
-</p>
-<p>Changed 24-Aug-96: version 1.13.
- Minor documentation fixes.
-</p>
-<p>Changed 20-Dec-97: version 1.14.
-Autoconf support.
-</p>
-<p>Fontification of the index buffer is now pre-computed in perl
-other than done when the file is needed (in elisp with slow regular
-expressions).  2000-line index files are now 1-2 seconds rather than
-15-30 on a 100MHz Pentium.  If necessary (the
-pre-computed version isn&rsquo;t up-to-date) we fall back on the slower
-code.
-</p>
-<p>Related work improved (suggestion by David Weisman 
&lt;weisman@app1.osf.org&gt;).
-</p>
-<p>Documentation improvement (problem found by Martin L. Smith
-&lt;martin@ner.com&gt;).
-</p>
-<p>Installation improved (code by Jason Bastek &lt;jason@aai.com&gt;).
-</p>
-<p>Bug in notes-index mode with subjects containing colons fixed (johnh).
-</p>
-<p>Encryption now supports mailcrypt.el.
-</p>
-<p>Support for emacs 20 (a small font-lock change).
-</p>
-<p>Changed  5-Jan-98: version 1.15.
-Bug in decryption for non-PAM users fixed
- (suggestion by Kevin Davidson &lt;tkld@quadstone.com&gt;).
-</p>
-<p>Y2K statement added
- (suggestion by Kevin Davidson &lt;tkld@quadstone.com&gt;).
-</p>
-<p>Pointer to mailcrypt added (as a supported encryption package).
-Problem pointed out by K. Ueda &lt;kueda@jupiter.qse.tohoku.ac.jp&gt;.
-</p>
-<p>Changed  4-Nov-98: version 1.16.
-Bug in kill-ring handling of notes-old-underline-line
- fixed by Tim Potter &lt;timp@jna.com.au&gt;.
-Bug in whitespace handling after PGP encryption fixed by Tim Potter.
-Bugs in handling of entries with hash signs in their name fixed
- (found by Tim Potter).
-Fontification of index buffer further improved
- (mapcar is your friend).
-Xemacs support added based on code contributed by Ramesh Govindan.
-</p>
-<p>Changed 28-Feb-99: version 1.17:
-Improvement:  notes-electric-return now fixes up the prev/next links
- of new entries (only).  Code contributed by
- Takashi Nishimoto.
-</p>
-<p>Bug fix:  reversed options -batch and -q in configure.in to placate
- XEmacs 20.0; changed notesinit to not downcase the pathname
- (bugs found by Thierry Bezecourt).
-</p>
-<p>Clarification: Autofilling of new notes more clear in the manual (hopefully,
- suggested by Solofo Ramangalahy).
-</p>
-<p>Bug fix:  a y2k bug in was found and fixed in mkindex.  Sigh.
-</p>
-<p>New:  Two mailing lists for notes-mode have been created:
-&lsquo;<tt>notes-mode-announce@heidemann.la.ca.us</tt>&rsquo; and 
-&lsquo;<tt>notes-mode-talk@heidemann.la.ca.us</tt>&rsquo;.
-Send the line &ldquo;subscribe notes-mode-announce&rdquo;
-(or &ldquo;subscribe notes-mode-talk&rdquo;)
-to &lsquo;<tt>majordomo@heidemann.la.ca.us</tt>&rsquo;
-to join them.
-[<em>These instructions are now superceeded; to subscribe, go to
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk</tt>&rsquo;
-and
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce</tt>&rsquo;.</em>]
-</p>
-<p>Changed  6-Oct-99: version 1.18:
-Bug fix:  handling of electric-prevnext is better when there are
- existing prev/next links.
-</p> 
-<p>Clarification: I added some pointers in the code to the installation
- instructions.  (Apparently people can&rsquo;t RTF README.)
-</p>
-<p>Extension: mailcrypt-3.5.x suported including pgp, pgp5 and gpg.
-</p>
-<p>Changed (date 23-Dec-00): version 1.19:
-Bug fix (cosmetic): suppress comments in encrypted nodes.
-</p>
-<p>Install fixes from Kannan Varadhan: elisp directories changed on install.
-</p>
-<p>Added C-j as a synonym for RET in notes-mode to parallel C++ or perl mode.
-(Suggested by Fred Jaggi &lsquo;<tt>jaggi@rsn.hp.com</tt>&rsquo;.)
-</p>
-<p>Outline-minor-mode support added and documented.
-(Suggested by Tim Carroll &lsquo;<tt>tim@boomboom.com</tt>&rsquo;.)
-</p>
-<p>Bug/typo fixes in gpg support
-(Contributed by William A. Perkins &lsquo;<tt>wa_perkins@pnl.gov</tt>&rsquo;,
-with separate patches from Knut Anders Hatlen 
&lsquo;<tt>kahatlen@online.no</tt>&rsquo;.)
-</p>
-<p>Installation improvements suggested by Christophe Troestler
-&lsquo;<tt>Ch.Troestler@linkline.be</tt>&rsquo;:
-use install-info to update the info dir,
-warn users of &ndash;prefix that lisp files go elsewhere.
-</p>
-<p>Changed (date  1-Feb-01): version 1.20:
-Bug fix: missing file notes-first.el added to the distribution.
-(Bug found by Michael Totschnig &lsquo;<tt>michaelt@supernet.ca</tt>&rsquo;.)
-</p>
-<p>Changed ( 5-Dec-01): version 1.21:
-(backed-out&mdash;didn&rsquo;t work with spaced URLs) 
-URL lookup now uses thing-at-point.
-</p>
-<p>Fix to make notes-mode work with emacs-21.1
-(Fix from Klaus Zeitler  &lsquo;<tt>kzeitler@lucent.com</tt>&rsquo;.)
-</p>
-<p>Changed ( 3-Jan-02): version 1.22:
-Several bugs in &lsquo;<tt>notesinit</tt>&rsquo; for stricter Perl 
implementations
-(bug found by Paul Craven&quot; &lsquo;<tt>pcraven@yorku.ca</tt>&rsquo;,
-and Kasper van Wijk &lsquo;<tt>kasper@acoustics.mines.edu</tt>&rsquo;)
-and to make it run cleanly more often.
-</p>
-<p>Notes-first now autoinitializes notes mode from emacs.
-(As instisted by rms, unfortunately about two years later than requested.)
-</p>
-
-<p>Changed (20-Feb-05): version 1.23:
-Outline mode is now forcebly turned on to avoid interactions
-with user&rsquo;s text-mode hooks
-(bug and fix from Nils Ackermann &lsquo;<tt>nils@nieback.de</tt>&rsquo;).
-</p>
-<p>Install bug involving ordering of scripts and byte-compilation
-fixed (bug and fix from Mark Allman 
&lsquo;<tt>mallman@grc.nasa.gov</tt>&rsquo;).
-</p>
-<p>Fix obscure bug in configure, reported by Klaus Zeitler 
&lsquo;<tt>kzeitler@lucent.com</tt>&rsquo;.
-</p>
-<p>Fix for notes-summarize-subject when no subject is specified (bug and fix
-from Geoff Kuenning).
-</p>
-<p>Changed (14-Jan-06): version 1.24:
-</p>
-<p>install-info bug documented with the Debian install-info
-(bug reported by Aaron Falk &lsquo;<tt>falk@isi.edu</tt>&rsquo;).
-</p>
-<p>Automatic date completion in new days is now done in the current
-locale, so it should now work for non-English languages.  Bug reported
-by Torsten Bronger &lsquo;<tt>bronger@physik.rwth-aachen.de</tt>&rsquo;.
-</p>
-<p>Fixed a bug in mkindexcache, triggered by subjects with percent signs
-in them.  Bug reported by Philip Austin 
&lsquo;<tt>paustin@eos.ubc.ca</tt>&rsquo;.
-</p>
-<p>We&rsquo;re a bit more robust about subjects, I hope.  Warnings should
-appear about embedded number signs, and leading spaces should be
-filtered.  Bug reported by Philip Austin 
&lsquo;<tt>paustin@eos.ubc.ca</tt>&rsquo;.
-</p>
-<p>Notes-mode now dervies from indented-text-mode rather than
-paragraph-indent-text mode.  Unfortunatley this is not customizable
-because of limitations of define-derived-mode.  Change suggested by
-Aaron Falk &lsquo;<tt>falk@isi.edu</tt>&rsquo;.
-</p>
-<p>Provide better hints about how to get started after installation or
-running notes-mode in emacs for the first time.
-</p>
-<p>In notes init, the default path for dir was the full path, not the tilde
-version of the path.  Now it defaults to using tidle for home
-directory.  Bug reported by Mark Allman &lsquo;<tt>allman@icir.org</tt>&rsquo;.
-</p>
-<p>Changed (26-May-06): version 1.25:
-</p>
-<p>fixed a bug in the release tar.gz file that had a additional copies
-copy nested.
-</p>
-<p>Changed (30-Jun-08): version 1.26:
-</p>
-<p>Force unicode I/O in &lsquo;<tt>mkindexcache</tt>&rsquo; to fix 
highlighting mis-alignment
-when using emacs-21 with unicode subject lines.
-</p>
-<p>Changed mkprevnext and mkrawindex to optionally take the list of notes files
-to index from stdin rather than from the command line.  Yes, I finally
-have 4093 notes files, overflowing the Unix command line buffer.
-</p>
-<p>Changes notes-mode.el to put path in quotes, allowing spaces to appear in 
home directory names (bug fix from Ulrich Herbst).
-</p>
-<p>Added a suggested features section.
-</p>
-<p>Changed ( 8-Aug-08): version 1.27:
-</p>
-<p>Change I/O in &lsquo;<tt>mkindexcache</tt>&rsquo; to use locale (the sadly 
correct thing)
-rather than forcing utf-8 (the Righteous Path).
-Bug report from Geoff Kuenning, a man with an older Unix environment than I.
-</p>
-<p>Changed (20-Jun-10): version 1.28:
-</p>
-<p>Changed a regular expression in &lsquo;<tt>notes-index-mode.el</tt>&rsquo; 
that was 
-causing emacs-v23 (a pre-release version)
-to regular expression infinite recursion.
-</p>
-<p>Changed (2012-04-04): version 1.29
-</p>
-<p>(2011-08-23) Changed <code>run-hooks</code> to <code>run-mode-hooks</code>.
-Bug report from Geoff Kuenning.
-</p>
-<p>Changed some handling of PGP encryption to account for 
-some apparent API changes.
-</p>
-<p>(2012-04-04) Fixed encyrption to handle encrypting empty notes at the end 
-of buffers without going into an infinite loop.
-Clearly wrong code, but you have to ask this guy for why he tried:
-Bug report from Geoff Kuenning.
-</p>
-
-
-<hr size="6">
-<a name="Suggested-features"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Changes" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Installation" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Installation" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Suggested-features-1"></a>
-<h2 class="section">4.4 Suggested features</h2>
-
-<p>Features suggested by users but not yet implemented:
-</p>
-<p>21-Feb-08: (from Xavier Maillard): should support 
&ldquo;disconnected&rdquo; notes that
-are indexed but not date-based.
-</p>
-<p>21-Feb-08: (from John Heidemann): should switch all notes files to have an 
extension (maybe &lsquo;<tt>.notes</tt>&rsquo;).
-</p>
-<hr size="6">
-<a name="Installation"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Suggested-features" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Installation-1"></a>
-<h1 class="chapter">5. Installation</h1>
-
-<p>To install notes-mode,
-</p>
-<ol>
-<li>
-Unpack and extract the distribution
-(gunzip notes-mode-xxx.tar.gz; tar xvf notes-mode-xxx.tar; cd notes-mode-xxx).
-
-</li><li>
-Run configure (./configure).
-
-</li><li>
-Type &ldquo;make install&rdquo;.
-</li></ol>
-
-<p>(To control what&rsquo;s installed where, use &ndash;prefix=/where, or
-&ndash;with-lisp-dir=/where, &ndash;datadir=/where (for scripts),
-and &ndash;infodir=/where.)
-</p>
-<p>For each user:
-</p><ol>
-<li>
-Run notesinit
-</li></ol>
-
-<p>If you have problems with paths being incorrect, please be aware that
-you <em>cannot</em> run notes directly out of where you untar it.  The
-installation process customizes the programs for where things are on
-your system.
-Make sure you move out of the directory where you untarred it
-before running it.
-</p>
-
-<p>The most recent distribution of notes-mode 
- is always available via
- &lsquo;<tt>http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/</tt>&rsquo;.
-</p>
-
-
-<hr size="6">
-<a name="Keystroke-index"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Installation" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Concept-index" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Installation" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="#Concept-index" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Keystroke-index-1"></a>
-<h1 class="unnumbered">Keystroke index</h1>
-
-<p>This index lists notes-mode keystrokes.
-</p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Keystroke-index-1_ky_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-O" class="summary-letter"><b>O</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-<table border="0" class="index-ky">
-<tr><td></td><th align="left">Index Entry</th><th align="left"> 
Section</th></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dd"><code>C-c 
C-d</code></a></td><td valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002de"><code>C-c 
C-e</code></a></td><td valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002di"><code>C-c 
C-i</code></a></td><td valign="top"><a href="#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dk"><code>C-c 
C-k</code></a></td><td valign="top"><a href="#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dn"><code>C-c 
C-n</code></a></td><td valign="top"><a href="#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002dp"><code>C-c 
C-p</code></a></td><td valign="top"><a href="#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002ds"><code>C-c 
C-s</code></a></td><td valign="top"><a href="#Subject-summary">3.1.2 Subject 
summary</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-C_002dc-C_002ds-1"><code>C-c 
C-s</code></a></td><td valign="top"><a href="#Notes-indices">3.2 Notes 
indices</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-C_002dcRTN"><code>C-c&lt;RTN&gt;</code></a></td><td 
valign="top"><a href="#Getting-around">3.1.1 Getting around</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002dC_002da"><code>M-C-a</code></a></td><td valign="top"><a 
href="#Getting-around">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-M_002dC_002de"><code>M-C-e</code></a></td><td valign="top"><a 
href="#Getting-around">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-mouse_002d2"><code>mouse-2</code></a></td><td valign="top"><a 
href="#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-O">O</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-o"><code>o</code></a></td><td 
valign="top"><a href="#Notes-indices">3.2 Notes indices</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-RTN"><code>RTN</code></a></td><td valign="top"><a 
href="#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-RTN-1"><code>RTN</code></a></td><td valign="top"><a 
href="#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-S_002dmouse_002d2"><code>S-mouse-2</code></a></td><td 
valign="top"><a href="#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-TAB"><code>TAB</code></a></td><td valign="top"><a 
href="#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Keystroke-index-1_ky_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-O" class="summary-letter"><b>O</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-
-
-<hr size="6">
-<a name="Concept-index"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[ &gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" title="Beginning 
of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[ &gt;&gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<a name="Concept-index-1"></a>
-<h1 class="unnumbered">Concept index</h1>
-
-<p>This index lists notes-mode concepts.
-</p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Concept-index-1_cp_symbol-1" class="summary-letter"><b>.</b></a>
- &nbsp; 
-<br>
-<a href="#Concept-index-1_cp_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-D" class="summary-letter"><b>D</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-E" class="summary-letter"><b>E</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-F" class="summary-letter"><b>F</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-I" class="summary-letter"><b>I</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-K" class="summary-letter"><b>K</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-N" class="summary-letter"><b>N</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-P" class="summary-letter"><b>P</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-U" class="summary-letter"><b>U</b></a>
- &nbsp; 
-</td></tr></table>
-<table border="0" class="index-cp">
-<tr><td></td><th align="left">Index Entry</th><th align="left"> 
Section</th></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_symbol-1">.</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002enotesrc">.notesrc</a></td><td valign="top"><a 
href="#Notes_002dmode-configuration">3.3 Notes-mode configuration</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-configuration">configuration</a></td><td valign="top"><a 
href="#Notes_002dmode-configuration">3.3 Notes-mode configuration</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-conventions">conventions</a></td><td valign="top"><a 
href="#Useful-conventions">3.1.4 Useful conventions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Crontab">Crontab</a></td><td 
valign="top"><a href="#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Decryption">Decryption</a></td><td valign="top"><a 
href="#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Directory-hierarchy">Directory 
hierarchy</a></td><td valign="top"><a href="#The-notes-directories">2.4 The 
notes directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-E">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Encryption">Encryption</a></td><td valign="top"><a 
href="#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Font-matter">Font 
matter</a></td><td valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-imenu">imenu</a></td><td 
valign="top"><a href="#Getting-around">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Intermediate-directories">Intermediate directories</a></td><td 
valign="top"><a href="#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-K">K</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-key_002did">key-id</a></td><td 
valign="top"><a href="#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mailcrypt">mailcrypt</a></td><td 
valign="top"><a href="#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mkall">mkall</a></td><td 
valign="top"><a href="#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-mknew">mknew</a></td><td 
valign="top"><a href="#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-N">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-directories">Notes 
directories</a></td><td valign="top"><a href="#The-notes-directories">2.4 The 
notes directories</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-entries">Notes 
entries</a></td><td valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-file-permissions">Notes 
file permissions</a></td><td valign="top"><a href="#The-notes-directories">2.4 
The notes directories</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-files">Notes 
files</a></td><td valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-files-1">Notes 
files</a></td><td valign="top"><a href="#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Notes-files_002c-font-matter">Notes files, font matter</a></td><td 
valign="top"><a href="#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-index">Notes 
index</a></td><td valign="top"><a href="#The-notes-index">2.3 The notes 
index</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-links">Notes 
links</a></td><td valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Notes-subjects">Notes 
subjects</a></td><td valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-notes_002dmode_002dinitialization_002dprogram">notes-mode-initialization-program</a></td><td
 valign="top"><a href="#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-notesinit">notesinit</a></td><td 
valign="top"><a href="#Getting-started">2.1 Getting started</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-P">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-PAM">PAM</a></td><td 
valign="top"><a href="#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-PGP">PGP</a></td><td 
valign="top"><a href="#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-PGP-Augmented-Messaging">PGP 
Augmented Messaging</a></td><td valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Pretty-good-privacy">Pretty good 
privacy</a></td><td valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-Pseudo_002dURLs">Pseudo-URLs</a></td><td valign="top"><a 
href="#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-re_002dindexing">re-indexing</a></td><td valign="top"><a 
href="#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Root-directory">Root 
directory</a></td><td valign="top"><a href="#The-notes-directories">2.4 The 
notes directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-setup">setup</a></td><td 
valign="top"><a href="#Getting-started">2.1 Getting started</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Subject-summary">Subject 
summary</a></td><td valign="top"><a href="#Subject-summary">3.1.2 Subject 
summary</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-Today">Today</a></td><td 
valign="top"><a href="#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-U">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-URLs">URLs</a></td><td 
valign="top"><a href="#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Concept-index-1_cp_symbol-1" class="summary-letter"><b>.</b></a>
- &nbsp; 
-<br>
-<a href="#Concept-index-1_cp_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-D" class="summary-letter"><b>D</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-E" class="summary-letter"><b>E</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-F" class="summary-letter"><b>F</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-I" class="summary-letter"><b>I</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-K" class="summary-letter"><b>K</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-N" class="summary-letter"><b>N</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-P" class="summary-letter"><b>P</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-U" class="summary-letter"><b>U</b></a>
- &nbsp; 
-</td></tr></table>
-
-
-
-
-<hr size="6">
-<a name="SEC_Foot"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1>Footnotes</h1>
-<h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>Trademarked, in Great Britain, Sunone tells me.
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>I consider myself pretty anal about this subject,
-often typing notes in from paper after-the-fact,
-and <em>I</em> certainly don&rsquo;t manage to back-enter
-my notes all time time.
-</p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
-
-<p>On the other hand, some folks at MIT are working
-on this problem from both the hardware and the social side of
-things 
(&lsquo;<tt>http://wearables.www.media.mit.edu/projects/wearables/</tt>&rsquo;)
-(Perhaps they have wild parties with computers, too.)
-</p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>
-<p>My hat is off to Rosa Parks
-and the many other normal people who triggered landmark cases.
-</p><h3><a name="FOOT5" href="#DOCF5">(5)</a></h3>
-<p>If you think I&rsquo;m missing an alternative, please let me know.
-</p><hr size="1">
-<a name="SEC_Contents"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1>Table of Contents</h1>
-<div class="contents">
-
-<ul class="toc">
-  <li><a name="toc-Introduction-1" href="#Introduction">1. Introduction</a>
-  <ul class="toc">
-    <li><a name="toc-What-is-it_003f-1" href="#What-is-it_003f">1.1 What is 
it?</a></li>
-    <li><a name="toc-Why-keep-notes-at-all_003f-1" 
href="#Why-keep-notes-at-all_003f">1.2 Why keep notes at all?</a></li>
-    <li><a name="toc-Why-keep-notes-on_002dline_003f-1" 
href="#Why-keep-notes-on_002dline_003f">1.3 Why keep notes on-line?</a></li>
-    <li><a name="toc-Why-use-notes_002dmode_003f-1" 
href="#Why-use-notes_002dmode_003f">1.4 Why use notes-mode?</a></li>
-    <li><a name="toc-Y2K-Statement-1" href="#Y2K-Statement">1.5 Y2K 
Statement</a></li>
-    <li><a name="toc-Related-work-1" href="#Related-work">1.6 Related 
work</a></li>
-    <li><a name="toc-Staying-on-top-1" href="#Staying-on-top">1.7 Staying on 
top</a></li>
-  </ul></li>
-  <li><a name="toc-Basics-1" href="#Basics">2. Basics</a>
-  <ul class="toc">
-    <li><a name="toc-Getting-started-1" href="#Getting-started">2.1 Getting 
started</a></li>
-    <li><a name="toc-A-notes-file-1" href="#A-notes-file">2.2 A notes 
file</a></li>
-    <li><a name="toc-The-notes-index-1" href="#The-notes-index">2.3 The notes 
index</a></li>
-    <li><a name="toc-The-notes-directories-1" 
href="#The-notes-directories">2.4 The notes directories</a></li>
-  </ul></li>
-  <li><a name="toc-Advanced-Features-1" href="#Advanced-Features">3. Advanced 
Features</a>
-  <ul class="toc">
-    <li><a name="toc-Notes-files-1" href="#Notes-files">3.1 Notes files</a>
-    <ul class="toc">
-      <li><a name="toc-Getting-around-1" href="#Getting-around">3.1.1 Getting 
around</a></li>
-      <li><a name="toc-Subject-summary-1" href="#Subject-summary">3.1.2 
Subject summary</a></li>
-      <li><a name="toc-Encryption-1" href="#Encryption">3.1.3 
Encryption</a></li>
-      <li><a name="toc-Useful-conventions-1" href="#Useful-conventions">3.1.4 
Useful conventions</a></li>
-    </ul></li>
-    <li><a name="toc-Notes-indices-1" href="#Notes-indices">3.2 Notes 
indices</a></li>
-    <li><a name="toc-Notes_002dmode-configuration-1" 
href="#Notes_002dmode-configuration">3.3 Notes-mode configuration</a></li>
-  </ul></li>
-  <li><a name="toc-History-1" href="#History">4. History</a>
-  <ul class="toc">
-    <li><a name="toc-Notes_002dmode-history-1" 
href="#Notes_002dmode-history">4.1 Notes-mode history</a></li>
-    <li><a name="toc-Credits-1" href="#Credits">4.2 Credits</a></li>
-    <li><a name="toc-Changes-1" href="#Changes">4.3 Changes</a></li>
-    <li><a name="toc-Suggested-features-1" href="#Suggested-features">4.4 
Suggested features</a></li>
-  </ul></li>
-  <li><a name="toc-Installation-1" href="#Installation">5. 
Installation</a></li>
-  <li><a name="toc-Keystroke-index-1" href="#Keystroke-index">Keystroke 
index</a></li>
-  <li><a name="toc-Concept-index-1" href="#Concept-index">Concept 
index</a></li>
-</ul>
-</div>
-<hr size="1">
-<a name="SEC_About"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1>About This Document</h1>
-<p>
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
-</p>
-<p>
-  The buttons in the navigation panels have the following meaning:
-</p>
-<table border="1">
-  <tr>
-    <th> Button </th>
-    <th> Name </th>
-    <th> Go to </th>
-    <th> From 1.2.3 go to</th>
-  </tr>
-  <tr>
-    <td align="center"> [ &lt; ] </td>
-    <td align="center">Back</td>
-    <td>Previous section in reading order</td>
-    <td>1.2.2</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &gt; ] </td>
-    <td align="center">Forward</td>
-    <td>Next section in reading order</td>
-    <td>1.2.4</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &lt;&lt; ] </td>
-    <td align="center">FastBack</td>
-    <td>Beginning of this chapter or previous chapter</td>
-    <td>1</td>
-  </tr>
-  <tr>
-    <td align="center"> [ Up ] </td>
-    <td align="center">Up</td>
-    <td>Up section</td>
-    <td>1.2</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &gt;&gt; ] </td>
-    <td align="center">FastForward</td>
-    <td>Next chapter</td>
-    <td>2</td>
-  </tr>
-  <tr>
-    <td align="center"> [Top] </td>
-    <td align="center">Top</td>
-    <td>Cover (top) of document</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [Contents] </td>
-    <td align="center">Contents</td>
-    <td>Table of contents</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [Index] </td>
-    <td align="center">Index</td>
-    <td>Index</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [ ? ] </td>
-    <td align="center">About</td>
-    <td>About (help)</td>
-    <td> &nbsp; </td>
-  </tr>
-</table>
-
-<p>
-  where the <strong> Example </strong> assumes that the current position is at 
<strong> Subsubsection One-Two-Three </strong> of a document of the following 
structure:
-</p>
-
-<ul>
-  <li> 1. Section One
-    <ul>
-      <li>1.1 Subsection One-One
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.2 Subsection One-Two
-        <ul>
-          <li>1.2.1 Subsubsection One-Two-One</li>
-          <li>1.2.2 Subsubsection One-Two-Two</li>
-          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
-            <strong>&lt;== Current Position </strong></li>
-          <li>1.2.4 Subsubsection One-Two-Four</li>
-        </ul>
-      </li>
-      <li>1.3 Subsection One-Three
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.4 Subsection One-Four</li>
-    </ul>
-  </li>
-</ul>
-
-<hr size="1">
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode.html
deleted file mode 100644
index 09b626b..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode.html
+++ /dev/null
@@ -1,152 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: Top</title>
-
-<meta name="description" content="Notes-mode: Top">
-<meta name="keywords" content="Notes-mode: Top">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Top"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="settitle">Notes-mode
-</h1>
-
-
-
-
-
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC1">1. 
Introduction</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">        
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_2.html#SEC9">2. 
Basics</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_3.html#SEC14">3. 
Advanced Features</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">   
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_4.html#SEC22">4. 
History</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_5.html#SEC27">5. 
Installation</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">        
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_6.html#SEC28">Keystroke 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_7.html#SEC29">Concept 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">               
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
- --- The Detailed Node Listing ---
-
-Introduction
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="notes-mode_1.html#SEC2">1.1 What is it?</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">                 
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC3">1.2 Why 
keep notes at all?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC4">1.3 Why 
keep notes on-line?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC5">1.4 Why use 
notes-mode?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC6">1.5 Y2K 
Statement</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC7">1.6 Related 
work</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_1.html#SEC8">1.7 Staying 
on top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Basics
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="notes-mode_2.html#SEC10">2.1 Getting 
started</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_2.html#SEC11">2.2 A 
notes file</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
      
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_2.html#SEC12">2.3 The 
notes index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_2.html#SEC13">2.4 The 
notes directories</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">   
    
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Advanced Features
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="notes-mode_3.html#SEC15">3.1 Notes files</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">                 
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_3.html#SEC20">3.2 Notes 
indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_3.html#SEC21">3.3 
Notes-mode configuration</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">    
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Notes files
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="notes-mode_3.html#SEC16">3.1.1 Getting 
around</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_3.html#SEC17">3.1.2 
Subject summary</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">     
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_3.html#SEC18">3.1.3 
Encryption</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_3.html#SEC19">3.1.4 
Useful conventions</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
        
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-History
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="notes-mode_4.html#SEC23">4.1 Notes-mode 
history</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_4.html#SEC24">4.2 
Credits</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="notes-mode_4.html#SEC25">4.3 
Changes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-</pre></th></tr></table>
-
-
-<hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_1.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_1.html
deleted file mode 100644
index dc5a59a..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_1.html
+++ /dev/null
@@ -1,533 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: 1. Introduction</title>
-
-<meta name="description" content="Notes-mode: 1. Introduction">
-<meta name="keywords" content="Notes-mode: 1. Introduction">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Introduction"></a>
-<a name="SEC1"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC2" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[ &lt;&lt; ]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter"> 1. Introduction </h1>
-
-<p>What is notes-mode and why should you (perhaps) use it?
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#SEC2">1.1 What is 
it?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                 
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC3">1.2 Why keep notes at 
all?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">      
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC4">1.3 Why keep notes 
on-line?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">     
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC5">1.4 Why use 
notes-mode?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC6">1.5 Y2K 
Statement</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC7">1.6 Related 
work</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC8">1.7 Staying on 
top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="What-is-it_003f"></a>
-<a name="SEC2"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC1" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC3" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.1 What is it? </h2>
-
-<p>Notes-mode is an indexing system for on-line note-taking.
-Notes-mode is composed of two parts, the visible part,
-a major-mode for emacs to aid note-taking;
-and the invisible part,
-scripts which periodically index your notes for you.
-</p>
-<p>Note that notes-mode provides tools to <em>index</em> your notes,
-not to <em>search</em> them.
-(Other existing tools such as &lsquo;<tt>grep</tt>&rsquo;, 
&lsquo;<tt>agrep</tt>&rsquo;, and &lsquo;<tt>glimpse</tt>&rsquo;
-already allow file search.)
-</p>
-<p>A digression about indexing vs. searching:
-Indexing in this sense means
-organize them according to categories you give,
-while searching looks through all text for arbitrary strings.
-Drawing on the World Wide Web for examples,
-Yahoo (&lsquo;<tt>http://www.yahoo.com/</tt>&rsquo;) is an index,
-while Alta Vista (&lsquo;<tt>http://www.altavista.digital.com/</tt>&rsquo;)
-is a search-engine.
-In (potentially) more familiar terms,
-the yellow pages
-<a name="DOCF1" href="notes-mode_fot.html#FOOT1">(1)</a>
-are an index,
-while directory information (411 in the USA)
-is sort of a search-engine.
-</p>
-
-<hr size="6">
-<a name="Why-keep-notes-at-all_003f"></a>
-<a name="SEC3"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC2" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC4" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.2 Why keep notes at all? </h2>
-
-<p>So why should you use notes-mode?
-Well, first, consider why you should (perhaps)
-keep your notes on line.
-First,
-I assume that you take notes as part of your work or school.
-If you don't,
-you can stop reading now and go back to watching TV.
-</p>
-<p>If you keep notes, ask yourself why you keep them.
-Reasons vary for different people, but some include:
-</p>
-<ul>
-<li>
-To remember what is said or done.
-
-</li><li>
-To focus on what is important about what is said.
-
-</li><li>
-To provide proof of having done something
-at a particular time or date.
-
-</li><li>
-I know there were other reasons here,
-but they slipped my mind.
-</li></ul>
-
-
-<hr size="6">
-<a name="Why-keep-notes-on_002dline_003f"></a>
-<a name="SEC4"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC3" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC5" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.3 Why keep notes on-line? </h2>
-
-<p>OK, I've talked you into keeping notes.
-Why do it on-line?
-Again, there are different reasons for different people.
-If you don't want to consider keeping your notes on-line,
-you're welcome to go back to your (clay tablets)
-paper notes.
-</p>
-<p>However, if you do much of your work on-line,
-or if you have portable computer,
-then you might want to consider keeping your notes on-line.
-</p>
-<ul>
-<li>
-It's faster to type than write,
-and possibly more legible at high speed.
-
-</li><li>
-Often information is already on-line.
-For example, in software development, bug reports,
-measurement results, and everything else that's useful
-is on-line.
-
-</li><li>
-You can take down more detail than you otherwise would
-(especially if the data is already on-line).
-Taking more copious notes can be helpful when you go back
-to figure out why that strange thing was happening.
-
-</li><li>
-On-line notes are easy to search.
-Full-text search with 
-grep, agrep, and glimpse are all much faster
-and are often more accurate than paging through paper notes
-looking for a particular keyword.
-
-</li><li>
-On-line notes are easy to index.
-(At least with notes-mode!)
-In addition to full-text search,
-it's helpful to organize notes by category.
-If you keep a table-of-contents of your paper notes,
-you are either extremely fastidious
-or a librarian (Nadia?).
-
-</li><li>
-You can keep all of your notes with you at all times
-(if you have a portable computer).
-Even at a page a day,
-paper notes quickly become bulky and awkward to carry around.
-On-line notes fit on your computer's hard disk,
-an extraordinarily compact medium
-by comparison.
-
-</li><li>
-Your notes can be automatically backed up.
-Paper notes can become damaged with time,
-and as a graduate student
-one of my fears was fire in Boelter Hall
-consuming all my research experiments
-and and therefore hopes of a degree.
-Electronic notes are extremely easy to duplicate
-and can be automatically backed up with the rest of your computer.
-(You <em>do</em> back up your computer, don't you?)
-
-</li></ul>
-
-<p>While these advantages are undoubtedly clear to any
-right-thinking computer user,
-it should be said that there are a few disadvantages 
-for on-line note-taking.
-</p>
-<ul>
-<li>
-If you don't have a computer with you most of the time,
-it's difficult take notes on-line (because you're off-line, of course).
-<a name="DOCF2" href="notes-mode_fot.html#FOOT2">(2)</a>
-
-</li><li>
-Computers require power.
-If your portable computer runs out of juice,
-you're on your own.
-Corollary:  watch your power, or bring paper.
-Better corollary:  watch your power, <em>and</em> bring paper.
-
-</li><li>
-Social limitations.
-It's not always socially acceptable to take notes-on-line.
-For example,
-at a party,
-few people would use a computer
-to take down the phone number of a person
-to whom they're attracted
-(at least, if they wanted the attraction to be mutual).
-<a name="DOCF3" href="notes-mode_fot.html#FOOT3">(3)</a>
-Sometimes other people find the sound of typing distracting.
-
-</li><li>
-Health issues.
-Repetitive stress injuries do occur
-writing (slower) by hand is at least 
-an alternate motion than typing.
-
-</li><li>
-Legal limitations.
-If you want to use your electronic notes
-to justify a patent or invention,
-you may be breaking legal ground.
-Being on the legal cutting-edge is rarely an easy thing
-for the person involved.<a name="DOCF4" 
href="notes-mode_fot.html#FOOT4">(4)</a>
-
-</li></ul>
-
-
-<hr size="6">
-<a name="Why-use-notes_002dmode_003f"></a>
-<a name="SEC5"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC4" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC6" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.4 Why use notes-mode? </h2>
-
-<p>OK, I've sold you on note-taking and even on on-line note-taking.
-What about notes-mode?
-Naturally,
-it slices, dices, and makes julienne fries.
-But wait, there's more:
-</p>
-<ul>
-<li>
-It automates indexing your notes,
-linking notes with the same subject together.
-
-</li><li>
-It supports embedded links,
-allowing you to manually link together different topics 
-and external files.
-
-</li><li>
-It includes a number of convenience-features in emacs.
-Subjects can be completed based on existing subjects.
-The usual emacs customization mechanisms are available.
-
-</li><li>
-Notes containing sensitive information can be encrypted.
-
-</li><li>
-Notes-mode seems better than the other, currently available alternatives.
-</li></ul>
-
-<p>What are the alternatives?  I'm glad you asked.
-<a name="DOCF5" href="notes-mode_fot.html#FOOT5">(5)</a>
-</p>
-<ul>
-<li>
-<strong>HTML</strong>.
-HTML has better formatting capabilities than notes-mode,
-and it has excellent linking capabilities.
-Unfortunately,
-HTML's tags are fairly intrusive
- (each is at least four characters long and most come with a pair),
- tags can get confused with normal text,
- errors in HTML can be bad (obscuring data),
- and there's no automatic indexing feature
- (at least with plain HTML).
-Besides,
- all data should be kept as close to the ASCII from whence it came,
- as God Intended (hi, Steve).
-
-</li><li>
-<strong>Word Processors</strong>.
-Word processors are strong in the formatting department,
- but most don't really have linking capabilities,
- and have poor or restricted indexing.
-
-</li></ul>
-
-<hr size="6">
-<a name="Y2K-Statement"></a>
-<a name="SEC6"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC5" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC7" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.5 Y2K Statement </h2>
-
-<p>Notes mode uses dates extensively,
- both two-digit years and seconds-since-1970.
-However, notes-mode has been coded to function correctly through
- the year 2038.
-</p>
-<p>To avoid problems with the year 2000, notes-mode assumes
- that any two-digit years before &ldquo;70&rdquo; are 20xx, not 19xx.
-Notes-mode should therefore work correctly in both the year 1999 and 2000.
-</p>
-<p>(Notes-mode 1.17 released February 1999 fixes a lingering Y2K problem.)
-</p>
-<p>Because notes-mode uses seconds-since-1970 for some date calculations
- it will fail beyond the year 2038 on computers with 32-bit integers.
-</p>
-<p>If I'm still using notes-mode then on a 32-bit machine I'll see what I can 
do.
-</p>
-
-<hr size="6">
-<a name="Related-work"></a>
-<a name="SEC7"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC6" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC8" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.6 Related work </h2>
-
-<p>What would a document be without related work?
-</p>
-<p>Notes-mode is not related in any way to Lotus Notes.
-</p>
-<p>I am told (by David Weisman)
- that it's something like the now defunct Lotus Agenda.
-</p>
-<p>Ashvin Goel, one of the contributors to notes-mode,
- has gone off and done a from-scratch reimplementation
- called records-mode.
-It's very similar to notes mode,
- and emphasizes on-the-fly updates to entry links
- but lacks a manual.
-You may want to check it out at
- &lsquo;<tt>http://www.cse.ogi.edu/~ashvin/software.html</tt>&rsquo;.
-</p>
-<p>Hyperbole (by Bob Weiner) offers better linking facilities
-than notes-mode, but it has a bunch of stuff notes-mode doesn't need
-and it's missing notes-specific indexing provided by notes-mode.
-For people already using Hyperbole
- it would be interesting to replace notes-mode's linking
- with Hyperbole's.
-Contributions in this area are welcome, provided they make Hyperbole
- optional.
-</p>
-<hr size="6">
-<a name="Staying-on-top"></a>
-<a name="SEC8"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC7" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC1" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 1.7 Staying on top </h2>
-
-<p>The most recent distribution of notes-mode 
- is always available via
- &lsquo;<tt>http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/</tt>&rsquo;.
-</p>
-<p>After you've installed notes mode you're encouraged to subscribe
-to the mailing lists.
-To subscribe, go to the web page
-Send the message &quot;subscribe&quot; to
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce</tt>&rsquo;
 or
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk</tt>&rsquo;.
-</p>
-<p>The announce list will contain only release announcements
-and so is guaranteed to be very low bandwidth.
-</p>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC1" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" title="Next 
chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_2.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_2.html
deleted file mode 100644
index 61a3bf9..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_2.html
+++ /dev/null
@@ -1,413 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: 2. Basics</title>
-
-<meta name="description" content="Notes-mode: 2. Basics">
-<meta name="keywords" content="Notes-mode: 2. Basics">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Basics"></a>
-<a name="SEC9"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_1.html#SEC8" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC10" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_1.html#SEC1" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter"> 2. Basics </h1>
-
-<p>All you need to use notes-mode
- in a chapter.
-(Except for installation, See section <a 
href="notes-mode_5.html#SEC27">Installation</a>.)
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#SEC10">2.1 Getting 
started</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC11">2.2 A notes 
file</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC12">2.3 The notes 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC13">2.4 The notes 
directories</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">       
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Getting-started"></a>
-<a name="SEC10"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC9" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC11" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 2.1 Getting started </h2>
-
-<p>To get started with notes-mode,
- read the introduction this chapter,
- then either:
-</p>
-<ul>
-<li>
-Start emacs, do 
- <kbd>M-x</kbd> <code>load-library</code> <kbd>RET</kbd> 
<code>notes-mode</code> <kbd>RET</kbd>
-This approach will set up notes-mode with the default parameters.
-
-</li><li>
-OR, from the shell, 
- run the program &lsquo;<tt>notesinit</tt>&rsquo;.
-This approach will ask you some questions about how you want to configure
- notes mode.
-
-</li></ul>
-
-<p>Either way these should set up everything notes-mode needs.
-This program will modify your environment (as described in this section),
- or it will give you the exact commands you should run yourself.
-</p>
-<p>After you've done one of these,
- start up emacs and note-away.
-I usually begin a
- day of note-taking by running the command
- <kbd>M-x</kbd> <code>notes-index-todays-link</code>
- to jump directly to today's note.
-You may even wish to bind this to something,
- perhaps with
- <code>(define-key global-map &quot;\C-cn&quot; 
'notes-index-todays-link)</code>
- in your &lsquo;<tt>.emacs</tt>&rsquo;. 
-</p>
-<p>If you want to browse your existing notes,
- you might instead want to edit the
- &lsquo;<tt>~/NOTES/index</tt>&rsquo;.
-(What is a notes file and the index? Hurry up and finish
- reading this chapter.) 
-</p>
-
-<hr size="6">
-<a name="A-notes-file"></a>
-<a name="SEC11"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC10" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC12" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 2.2 A notes file </h2>
-
-
-<p>The notes file is the focus of most of the activity in notes-mode,
- it's where you take your notes.
-Notes files are mostly free-form text
- broken up into <em>entries</em>.
-Here's an example:
-</p>
-<a name="IDX1"></a>
-
-<table><tr><td>&nbsp;</td><td><pre class="example">8-Jun-95 Thursday
------------------
-
-* Today
--------
-prev: &lt;none&gt;
-next: &lt;file:///~/NOTES/199506/950609#* Today&gt;
-
-next week - release notes-mode
-
-
-* Environment/notes
--------------------
-
-I explained notes mode to Ashvin and Geoff.
-...
-</pre></td></tr></table>
-
-<p>Each entry has a subject-block, (maybe) some links, and then (maybe) some 
text.
-</p>
-<p>The subject-block must begin with an asterisk-space (<kbd>* </kbd>)
- at the beginning of a line, followed by the subject itself.
-Subjects must be underlined with a row of dashes
- (if they're not exact, that's OK;
- notes-mode will fix them periodically).
-For convenience,
- notes-mode will automatically add the underlines when you
- hit <kbd>&lt;RTN&gt;</kbd> (<code>notes-electric-return</code>),
- and <kbd>&lt;TAB&gt;</kbd> on a partially completed subject will
- invoke completion based on indexed subjects 
(<code>notes-complete-subject</code>).
-<a name="IDX2"></a>
-<a name="IDX3"></a>
-<a name="IDX4"></a>
-</p>
-<p>Following the subject may be links.
-(In the example, the &ldquo;Today&rdquo; entry has links,
- the &ldquo;Environment/notes&rdquo; entry doesn't.)
-These links will be automatically updated by notes-mode
- when your notes are re-indexed;
- just leave a blank line when writing the note.
-<a name="IDX5"></a>
-</p>
-<p>Links are made with pseudo-URLs,
- sort of like those in the World Wide Web. 
-Any of these URLs can be followed in notes-mode files
- by clicking <kbd>S-mouse-2</kbd> on the pseudo-URL
- (<code>notes-w3-follow-link-mouse</code>).
-<a name="IDX6"></a>
-<a name="IDX7"></a>
-<a name="IDX8"></a>
-</p>
-<p>Finally comes the text.
-Go wild, but just don't include text that looks like a subject.
-You can embed pseudo-URLs to link notes together manually.
-</p>
-<p>The more anal of you may have noticed
- that the lines before the first subject
- are not part of any entry.
-These lines are
- <em>front matter</em>.
-They're not usually used for much,
- but they can be a good place to label the file.
-<a name="IDX9"></a>
-<a name="IDX10"></a>
-</p>
-<p>There are a number of useful conventions
- that can be adopted to organize your notes.
-The most common is the &ldquo;Today&rdquo; entry.
-If you keep an entry with the same subject
- at the beginning of each file,
- you link all of your notes together.
-Notes-mode will help you out with some of these convetions
- by automatically creating or copying some fields for you;
- see see section <a href="notes-mode_3.html#SEC19">Useful conventions</a> for 
details.
-</p>
-<p>Finally, notes-mode can also work with outline-minor-mode
- (thanks to Tim Carroll for pointing this out).
-Outline-mode supports hiding and revealing text and other helpful
- features beyond the scope of this document.
-See <a href="../emacs/Outline-Mode.html#Outline-Mode">Outline Mode: 
(emacs)Outline Mode</a> section `Outline Mode' in <cite>The Emacs 
Editor</cite>, for details.
-</p>
-<hr size="6">
-<a name="The-notes-index"></a>
-<a name="SEC12"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC11" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC13" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 2.3 The notes index </h2>
-
-
-<p>The notes index lists all subjects you've kept notes about,
- and each date of each note.
-Impress your friends,
- show your advisor why you're worth the <em>big</em> peanuts,
- you'll soon have the biggest index of all.
-</p>
-<p>The index has one line per subject, listing the subject
- and each day a note was made about that subject.
-For example:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">Bicycle: 950314, 950316
-Bicycle/maintenance/books: 951028
-Bridge/hands: 951113, 951114, 951116, 951117
-Bridge/UCLA: 960222, 960409
-</pre></td></tr></table>
-
-<p>Clicking on any of the dates with <kbd>mouse-2</kbd>
- will take you to that note
- (<code>notes-index-mouse-follow-link</code>).
-(You can also move the point over the date and hit <kbd>&lt;RTN&gt;</kbd>
- if you're musaphobic [<code>notes-index-follow-link</code>].)
-<a name="IDX11"></a>
-<a name="IDX12"></a>
-</p>
-<p>The notes index is automatically updated by the program 
&lsquo;<tt>mkall</tt>&rsquo;.
-Typically &lsquo;<tt>mkall</tt>&rsquo; is run nightly by 
&lsquo;<tt>cron</tt>&rsquo;.
-On most modern versions of Unix, you can add this command to cron by
- running &lsquo;<tt>crontab -e</tt>&rsquo; and adding the line:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">0 4 * * * 
/usr/local/lib/notes-mode/mkall
-</pre></td></tr></table>
-<a name="IDX13"></a>
-<a name="IDX14"></a>
-<a name="IDX15"></a>
-
-<p>(Assuming that your notes programs are installed
- in /usr/local/lib/notes-mode, the default location.)
-</p>
-
-<hr size="6">
-<a name="The-notes-directories"></a>
-<a name="SEC13"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC12" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC9" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 2.4 The notes directories </h2>
-
-
-<p>The final thing needed to tie basic notes-mode together his how
-the pieces fit together.
-Since my graduate work is in file systems,
-you can bet that directories are involved.
-</p>
-<p>Notes-mode keeps its files in a two-level hierarchy:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">~/NOTES
-~/NOTES/index
-~/NOTES/rawindex
-~/NOTES/199603
-~/NOTES/199603/960329
-~/NOTES/199603/960330
-~/NOTES/199604
-~/NOTES/199604/960401
-</pre></td></tr></table>
-
-<p>The top level, &lsquo;<tt>~/NOTES</tt>&rsquo;, is the notes directory.
-It keeps all notes in one place.
-(The name of this directory is configurable, See section <a 
href="notes-mode_3.html#SEC21">Notes-mode configuration</a>.)
-</p>
-<p>Inside the notes directory are two files and a number of directories.
-The files are &lsquo;<tt>index</tt>&rsquo;,
- the index of all entries (see section <a href="#SEC12">The notes index</a>),
- and &lsquo;<tt>rawindex</tt>&rsquo;,
- used internally.
-<a name="IDX16"></a>
-</p>
-<p>The notes directory also contains a number of subdirectories,
- sometimes called <em>intermediate directories</em>.
-These directories group the actual notes files into manageable chunks,
- keeping any directory from getting too large.
-Intermediate directories are named
- by the four-digit year and the two-digit month
- of the entries they contain.
-(The format of intermediate directories
- is configurable, See section <a href="notes-mode_3.html#SEC21">Notes-mode 
configuration</a>.)
-<a name="IDX17"></a>
-</p>
-<p>Finally,
- each intermediate directory are the notes files themselves,
- named according to the two-digit year, month, and day-of-month.
-<a name="IDX18"></a>
-</p>
-<p>For the most part,
- notes-mode will automatically maintain this organization of files,
- once you create the top-level directory.
-Notes-mode will also automatically insure
- that all files in the notes directory are unreadable by
- anyone other than their owner.
-Notes are personal things.
-(This behavior is not currently configurable,
- but it probably should be.)
-<a name="IDX19"></a>
-</p>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC9" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_3.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_3.html
deleted file mode 100644
index fef21b8..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_3.html
+++ /dev/null
@@ -1,505 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: 3. Advanced Features</title>
-
-<meta name="description" content="Notes-mode: 3. Advanced Features">
-<meta name="keywords" content="Notes-mode: 3. Advanced Features">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Advanced-Features"></a>
-<a name="SEC14"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_2.html#SEC13" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC15" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#SEC9" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter"> 3. Advanced Features </h1>
-
-<p>Notes-mode, the minutiae, and some other good stuff.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#SEC15">3.1 Notes 
files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">               
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC20">3.2 Notes 
indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC21">3.3 Notes-mode 
configuration</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">    
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Notes-files"></a>
-<a name="SEC15"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC14" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC16" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 3.1 Notes files </h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#SEC16">3.1.1 Getting 
around</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC17">3.1.2 Subject 
summary</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC18">3.1.3 
Encryption</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC19">3.1.4 Useful 
conventions</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
 
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Getting-around"></a>
-<a name="SEC16"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC15" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC17" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC15" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection"> 3.1.1 Getting around </h3>
-
-<p>Moving between notes entries and around the hierarchy is fairly common,
- so there are some accelerators.
-</p>
-<dl compact="compact">
-<dt> <kbd>C-c C-i</kbd></dt>
-<dd><p>Jump to the index entry for the current entry's subject
-(<code>notes-goto-index-entry</code>).
-<a name="IDX20"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-n</kbd></dt>
-<dt> <kbd>C-c C-p</kbd></dt>
-<dd><p>Move to the next or prior note with the same subject
-(<code>notes-follow-next-link</code> and <code>notes-follow-prev-link</code>).
-These functions follow the links in the note,
- if they're defined.
-If not,
- they look through the index file.
-This approach usually works,
- but will fail if there are multiple new entries created
- with the given subject
- between when the index is recomputed.
-<a name="IDX21"></a>
-<a name="IDX22"></a>
-</p>
-</dd>
-<dt> <kbd>C-c&lt;RTN&gt;</kbd></dt>
-<dd><p>Follow the link under the point
-(<code>notes-w3-follow-link</code>),
- a keyboard equivalent of &lt;S-mouse-2&gt;.
-<a name="IDX23"></a>
-</p>
-</dd>
-<dt> <kbd>M-C-a</kbd></dt>
-<dt> <kbd>M-C-e</kbd></dt>
-<dd><p>Jump to the beginning or end of the current note entry
-(<code>notes-beginning-of-defun</code> and <code>notes-end-of-defun</code>).
-<a name="IDX24"></a>
-<a name="IDX25"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-k</kbd></dt>
-<dd><p>Copies the pseudo-URL for the current note into the kill-ring
-(<code>current-url-as-kill</code>).
-To link two entries, go to the target,
- grab its URL with <kbd>C-c C-k</kbd>,
- go to where you want to make the link,
- and yank the URL with <kbd>C-y</kbd>.
-<a name="IDX26"></a>
-</p>
-</dd>
-</dl>
-
-
-<p>Notes mode supports imenu,
- if you have it bound to something
- (I use <code>(global-set-key [down-mouse-3] 'imenu)</code>).
-<a name="IDX27"></a>
-</p>
-
-<hr size="6">
-<a name="Subject-summary"></a>
-<a name="SEC17"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC16" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC18" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC15" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection"> 3.1.2 Subject summary </h3>
-
-<p>It's often helpful to look at all
- entries for a given subject
-<kbd>C-c C-s</kbd>
- collects all entries with the subject of the current
- entry in a new buffer
- (<code>notes-summarize-subject</code>).
-<a name="IDX28"></a>
-<a name="IDX29"></a>
-</p>
-
-<hr size="6">
-<a name="Encryption"></a>
-<a name="SEC18"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC17" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC19" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC15" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection"> 3.1.3 Encryption </h3>
-
-
-<p>Notes occasionally contain private material.
-While Unix has strong services for file protection
- (compared to other, say, more wide-selling operating systems),
- in many systems root passwords are shared,
- while other systems are vulnerable to physical compromise.
-In such systems,
- properly used encryption is the best approach to security.
-</p>
-<p>Notes-mode encryption is based
- Phill Zimmerman's PGP (Pretty Good Privacy)
-(see &lsquo;<tt>http://www.mantis.co.uk/pgp/pgp.html</tt>&rsquo;)
- and either
- with Rick Campbell's
- emacs interface, PAM (PGP Augmented Messaging)
-(from &lsquo;<tt>ftp://h.gp.cs.cmu.edu/usr/rfb/pam/</tt>&rsquo;)
- (note that as of January 1997, PAM is no longer at this ftp site
- and appears to not be publicly available),
- or LoPresti and Choi's mailcrypt
-(from &lsquo;<tt>http://cag-www.lcs.mit.edu/mailcrypt/</tt>&rsquo;).
-<a name="IDX30"></a>
-<a name="IDX31"></a>
-<a name="IDX32"></a>
-<a name="IDX33"></a>
-<a name="IDX34"></a>
-</p>
-<dl compact="compact">
-<dt> <kbd>C-c C-e</kbd></dt>
-<dd><p>Encrypt the current note
-(<code>notes-encrypt-note</code>).
-By default this function encrypts the whole entry.
-With a prefix argument,
- only the part from the point to the end of the entry is encrypted.
-<a name="IDX35"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-d</kbd></dt>
-<dd><p>Decrypt the current note
-(<code>notes-decrypt-note</code>).
-</p></dd>
-</dl>
-<a name="IDX36"></a>
-
-<p>By default notes-mode determines your public key by looking 
- up your <code>user-full-name</code> in your PGP keyring.
-You can override this default by setting
- <code>notes-encryption-key-id</code>
- to the desired key-id.
-<a name="IDX37"></a>
-</p>
-
-<hr size="6">
-<a name="Useful-conventions"></a>
-<a name="SEC19"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC18" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC20" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC15" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h3 class="subsection"> 3.1.4 Useful conventions </h3>
-
-
-
-<p>There are a number of conventions which can make notes-mode
- easier to use.
-These conventions are a matter of personal taste,
- of course.
-Do what works for you.
-</p>
-<p>First,
- I find it helpful to keep the date of each notes-file at the top
- of the file.
-This makes the file self-identifying
- if the filename is lost.
-</p>
-<p>Second,
- I find it useful to have the first entry of each file
- have the same subject (perhaps &ldquo;Today&rdquo;).
-This entry then links all notes together,
- making it easy to go to yesterday and tomorrow.
-I keep a to-do list on this entry,
- bringing the list forward each day.
-<a name="IDX38"></a>
-</p>
-<p>A third useful convention is to keep an
- entry with the name based on the day of the week
- in each file.
-Analogous to &ldquo;Today&rdquo;, this entry links together
- weeks.
-</p>
-<p>Notes-mode supports these conventions.
-When you make a new notes-file in emacs,
- notes-mode searches for the preceding file.
-If it follows any of these conventions,
- the new file is initialized appropriately.
-Currently
- the approach to do this process
- (in the program &lsquo;<tt>mknew</tt>&rsquo;)
- is fairly sensitive,
- so it may not work in all cases.
-In particular,
- the date convention works only on
- for English-language dates.
-(If you use notes-mode with a non-English language,
- let me know and I'll work with you to fix this limitation.)
-</p>
-<p>If you find other helpful conventions,
- please let me know.
-Modifications to &lsquo;<tt>mknew</tt>&rsquo; to implement
- new conventions are also invited.
-</p>
-<p>If you don't want to use these conventions,
- or if you want to use different ones,
- set the emacs variable notes-mode-initialization-program
- to nil or the name of your initialization program.
-<a name="IDX39"></a>
-</p>
-
-<hr size="6">
-<a name="Notes-indices"></a>
-<a name="SEC20"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC19" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC21" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 3.2 Notes indices </h2>
-
-
-<p>Only two features of notes index mode haven't yet been described.
-First,
- you can open any notes-file based on date
- with <code>notes-index-link</code>,
- normally bound to &lt;o&gt;.
-<a name="IDX40"></a>
-</p>
-<p>Second,
- you can get a subject-summary
- with &lt;C-c C-s&gt;
- (see section <a href="#SEC17">Subject summary</a>).
-The subject defaults to that of the current index line.
-<a name="IDX41"></a>
-</p>
-
-<hr size="6">
-<a name="Notes_002dmode-configuration"></a>
-<a name="SEC21"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC20" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC14" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 3.3 Notes-mode configuration </h2>
-
-
-<p>Several aspects of notes mode are particularly visible
- to the user.
-Because I'm not a fascist,
- a user can change most of these.
-</p>
-<p>Preferences are specified in &lsquo;<tt>~/.notesrc</tt>&rsquo;.
-This file lists things to change:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example"># lines beginning with a 
hash are comments
-dir: ~/NOTES
-int_form: %Y%m
-</pre></td></tr></table>
-
-<p>Currently, two things can be changed:
-</p>
-<dl compact="compact">
-<dt> <code>dir</code></dt>
-<dd><p>Specifies the root of the notes directory hierarchy
- (see section <a href="notes-mode_2.html#SEC13">The notes directories</a>).
-</p>
-</dd>
-<dt> <code>int_form</code></dt>
-<dd><p>Specifies the form of the intermediate directory.
-A limited subset of <code>strftime(3)</code>
- formatting is allowed.
-</p></dd>
-</dl>
-
-<p>The subset of <code>strftime(3)</code> supported in <code>int_form</code> 
is:
-</p><dl compact="compact">
-<dt> <code>%Y</code></dt>
-<dd><p>The four-digit year.
-</p>
-</dd>
-<dt> <code>%y</code></dt>
-<dd><p>The two-digit year.
-</p>
-</dd>
-<dt> <code>%m</code></dt>
-<dd><p>A two-digit numeric month.
-</p>
-</dd>
-<dt> <code>%d</code></dt>
-<dd><p>A two-digit day.
-</p></dd>
-</dl>
-
-<p>In addition to &lsquo;<tt>.notesrc</tt>&rsquo;,
- there are a number of emacs-specific variables.
-These variables are documented in the file
- &lsquo;<tt>notes-variables.el</tt>&rsquo;.
-</p>
-
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC14" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_4.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_4.html
deleted file mode 100644
index 65b3686..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_4.html
+++ /dev/null
@@ -1,511 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: 4. History</title>
-
-<meta name="description" content="Notes-mode: 4. History">
-<meta name="keywords" content="Notes-mode: 4. History">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="History"></a>
-<a name="SEC22"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_3.html#SEC21" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC23" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_3.html#SEC14" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter"> 4. History </h1>
-
-<p>More about notes-mode than you wanted to know,
-and some thanks.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#SEC23">4.1 Notes-mode 
history</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC24">4.2 
Credits</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC25">4.3 
Changes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#SEC26">4.4 Suggested 
features</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">            
         
-</td></tr>
-</table>
-
-
-
-<hr size="6">
-<a name="Notes_002dmode-history"></a>
-<a name="SEC23"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC22" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC24" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 4.1 Notes-mode history </h2>
-
-<p>Briefly,
- I started keeping notes on-line shortly after I got a portable computer
- in January, 1994.
-After a month-and-a-half of notes, I realized that
- one does not live by grep alone,
- so I started adding indexing facilities.
-</p>
-<p>In June of 1995
- some other Ficus-project members started
- keeping and indexing on-line notes
- using other home-grown systems.
-After some discussion,
- we generalized my notes-mode work and
- they started using it.
-</p>
-<p>Over the next 18 months notes-mode grew.
-Finally, in April, 1996 I wrote documentation,
- guaranteeing that innovation on notes-mode will now cease
- or the documentation will become out of date.
-</p>
-
-<hr size="6">
-<a name="Credits"></a>
-<a name="SEC24"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC23" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC25" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 4.2 Credits </h2>
-
-<p>I (John Heidemann, &lt;johnh@isi.edu&gt;)
- started, documented, and currently maintain notes-mode.
-I take ultimate responsibility for the code,
- especially for the ugly parts that I won't let others change.
-</p>
-<p>Ashvin Goel
- &lt;ashvin@ficus.cs.ucla.edu&gt;
- has been a very enthusiastic notes-mode user and contributor.
-He is responsible for at least
- the ideas behind <code>notes-summarize-subject</code>
-and the ideas and initial implementations of
- some of the original generalization and modularity improvements,
- <code>notes-follow-next-link</code> and <code>notes-follow-prev-link</code>,
- <code>notes-goto-index-entry</code>,
- programmed subject completion,
- and
- context-sensitive mouse-2 handling.
-In addition,
- he is an invaluable second opinion about
- what and how things should be done
- (even if I don't always agree with him).
-</p>
-<p>Geoff Kuenning
- &lt;geoff@ficus.cs.ucla.edu&gt;
- has been another enthusiastic notes-mode user and victim.
-He is responsible for
- finding several bugs,
- motivation for mouse-less operation,
- comments about the documentation,
- the day-of-week convention,
- and an initial implementation and the idea of
- multiple entries with the same subjects in a single notes-file.
-</p>
-<p>Ramesh Govindan &lt;govindan@isi.edu&gt; did the xemacs port.
-</p>
-<p>Since it's release on Usenet in April 1996 several
- other folks have contributed.
-Thanks to
- David Weisman &lt;weisman@app1.osf.org&gt;,
- Martin L. Smith &lt;martin@ner.com&gt;,
- Jason Bastek &lt;jason@aai.com&gt;,
- Ulrich Herbst &lt;Ulrich.Herbst@t-systems.com&gt;.
-See the next section (See section <a href="#SEC25">Changes</a>.) for details 
of their exploits.
-</p>
-<p>Thanks to Larry Ayers &lt;layers@marktwain.net&gt;
- for popularizing notes-mode with reviews in
- the Linux Gazette
- (at &lt;http://www.linuxgazette.com/issue22/notes-mode.html&gt; and
- &lt;http://www.linuxgazette.com/issue35/ayers.html&gt;).
-</p>
-<hr size="6">
-<a name="Changes"></a>
-<a name="SEC25"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC24" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC26" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 4.3 Changes </h2>
-
-<p>For the bored:
-</p>
-<p>First semi-public release. 12-Jul-95: version 0.1
- Shared a version with Ashvin and Geoff.
-</p>
-<p>Changed  6-Dec-95: version 0.3
- Ashvin's changes for note traversal added (C-c C-p and C-c C-n now
-move to the prev/next note in note-mode).
- URL parsing changed so that &quot;localhost&quot; is optional.
-</p>
-<p>Changed 19-Dec-95:  version 0.4
- More robust prev/next code added, both to handle going back and
-forward in the middle of chains through the index file, and to handle
-back/forward in a single file.
- URL parsing changed so that notes-goto-index-entry correctly handles
-lookups on notes names such as &quot;252A&quot;.
-</p>
-<p>Changed 20-Dec-95: version 0.5.
- Fixed a missing variable in notes-url.el.
- Added a work-around to a bug in emacs-19.30's define-derived-mode.
-</p>
-<p>Changed 24-Dec-95: version 0.6.
- Prev/next code re-re-written to be more robust.
-</p>
-<p>Changed 26-Dec-96:  version 0.7.
- Bug fix release.
-</p>
-<p>Changed 23-Jan-96: version 0.8.
- Initialization code added to set up a new note.
-New variable:  notes-bin-dir.
-</p>
-<p> I'm skipping version 0.9 because I erroneously release version 0.1
-as version 0.9 (only on the web, not on Usenet).
-</p>
-<p> I'm bumping from version &quot;0&quot; to version &quot;1&quot; since the 
code is has been
-in production use for more than a year by several people.  Minor
-numbers are the same.
-</p>
-<p>Changed 26-Mar-96: version 1.10.
- Setup code completely re-written.
- Several incompatible changes have been made:
- - the lisp and Perl code must be installed via make install,
-not by copying.
- - some data is specified in a .notesrc file; copy and modify sample.notesrc.
- - several internal elisp changes.
- - catsubject added (bound to C-cC-s):  collect all notes about the
-current subject.
- - new notes-files are initialized with fields based on the prior
-day's notes; see mknew for details.
- - daily_work is gone; mkall is rewritten to use .notesrc.
-</p>
-<p>Changed 29-Apr-96: version 1.11.
- Real documentation.
- Mknew caching added.
-</p>
-<p>Changed  9-Aug-96: version 1.12.
- Added notesinit to do all setup for new users.
-</p>
-<p>Changed 24-Aug-96: version 1.13.
- Minor documentation fixes.
-</p>
-<p>Changed 20-Dec-97: version 1.14.
-Autoconf support.
-</p>
-<p>Fontification of the index buffer is now pre-computed in perl
-other than done when the file is needed (in elisp with slow regular
-expressions).  2000-line index files are now 1-2 seconds rather than
-15-30 on a 100MHz Pentium.  If necessary (the
-pre-computed version isn't up-to-date) we fall back on the slower
-code.
-</p>
-<p>Related work improved (suggestion by David Weisman 
&lt;weisman@app1.osf.org&gt;).
-</p>
-<p>Documentation improvement (problem found by Martin L. Smith
-&lt;martin@ner.com&gt;).
-</p>
-<p>Installation improved (code by Jason Bastek &lt;jason@aai.com&gt;).
-</p>
-<p>Bug in notes-index mode with subjects containing colons fixed (johnh).
-</p>
-<p>Encryption now supports mailcrypt.el.
-</p>
-<p>Support for emacs 20 (a small font-lock change).
-</p>
-<p>Changed  5-Jan-98: version 1.15.
-Bug in decryption for non-PAM users fixed
- (suggestion by Kevin Davidson &lt;tkld@quadstone.com&gt;).
-</p>
-<p>Y2K statement added
- (suggestion by Kevin Davidson &lt;tkld@quadstone.com&gt;).
-</p>
-<p>Pointer to mailcrypt added (as a supported encryption package).
-Problem pointed out by K. Ueda &lt;kueda@jupiter.qse.tohoku.ac.jp&gt;.
-</p>
-<p>Changed  4-Nov-98: version 1.16.
-Bug in kill-ring handling of notes-old-underline-line
- fixed by Tim Potter &lt;timp@jna.com.au&gt;.
-Bug in whitespace handling after PGP encryption fixed by Tim Potter.
-Bugs in handling of entries with hash signs in their name fixed
- (found by Tim Potter).
-Fontification of index buffer further improved
- (mapcar is your friend).
-Xemacs support added based on code contributed by Ramesh Govindan.
-</p>
-<p>Changed 28-Feb-99: version 1.17:
-Improvement:  notes-electric-return now fixes up the prev/next links
- of new entries (only).  Code contributed by
- Takashi Nishimoto.
-</p>
-<p>Bug fix:  reversed options -batch and -q in configure.in to placate
- XEmacs 20.0; changed notesinit to not downcase the pathname
- (bugs found by Thierry Bezecourt).
-</p>
-<p>Clarification: Autofilling of new notes more clear in the manual (hopefully,
- suggested by Solofo Ramangalahy).
-</p>
-<p>Bug fix:  a y2k bug in was found and fixed in mkindex.  Sigh.
-</p>
-<p>New:  Two mailing lists for notes-mode have been created:
-&lsquo;<tt>notes-mode-announce@heidemann.la.ca.us</tt>&rsquo; and 
-&lsquo;<tt>notes-mode-talk@heidemann.la.ca.us</tt>&rsquo;.
-Send the line &ldquo;subscribe notes-mode-announce&rdquo;
-(or &ldquo;subscribe notes-mode-talk&rdquo;)
-to &lsquo;<tt>majordomo@heidemann.la.ca.us</tt>&rsquo;
-to join them.
-[<em>These instructions are now superceeded; to subscribe, go to
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk</tt>&rsquo;
-and
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce</tt>&rsquo;.</em>]
-</p>
-<p>Changed  6-Oct-99: version 1.18:
-Bug fix:  handling of electric-prevnext is better when there are
- existing prev/next links.
-</p> 
-<p>Clarification: I added some pointers in the code to the installation
- instructions.  (Apparently people can't RTF README.)
-</p>
-<p>Extension: mailcrypt-3.5.x suported including pgp, pgp5 and gpg.
-</p>
-<p>Changed (date 23-Dec-00): version 1.19:
-Bug fix (cosmetic): suppress comments in encrypted nodes.
-</p>
-<p>Install fixes from Kannan Varadhan: elisp directories changed on install.
-</p>
-<p>Added C-j as a synonym for RET in notes-mode to parallel C++ or perl mode.
-(Suggested by Fred Jaggi &lsquo;<tt>jaggi@rsn.hp.com</tt>&rsquo;.)
-</p>
-<p>Outline-minor-mode support added and documented.
-(Suggested by Tim Carroll &lsquo;<tt>tim@boomboom.com</tt>&rsquo;.)
-</p>
-<p>Bug/typo fixes in gpg support
-(Contributed by William A. Perkins &lsquo;<tt>wa_perkins@pnl.gov</tt>&rsquo;,
-with separate patches from Knut Anders Hatlen 
&lsquo;<tt>kahatlen@online.no</tt>&rsquo;.)
-</p>
-<p>Installation improvements suggested by Christophe Troestler
-&lsquo;<tt>Ch.Troestler@linkline.be</tt>&rsquo;:
-use install-info to update the info dir,
-warn users of &ndash;prefix that lisp files go elsewhere.
-</p>
-<p>Changed (date  1-Feb-01): version 1.20:
-Bug fix: missing file notes-first.el added to the distribution.
-(Bug found by Michael Totschnig &lsquo;<tt>michaelt@supernet.ca</tt>&rsquo;.)
-</p>
-<p>Changed ( 5-Dec-01): version 1.21:
-(backed-out&mdash;didn't work with spaced URLs) 
-URL lookup now uses thing-at-point.
-</p>
-<p>Fix to make notes-mode work with emacs-21.1
-(Fix from Klaus Zeitler  &lsquo;<tt>kzeitler@lucent.com</tt>&rsquo;.)
-</p>
-<p>Changed ( 3-Jan-02): version 1.22:
-Several bugs in &lsquo;<tt>notesinit</tt>&rsquo; for stricter Perl 
implementations
-(bug found by Paul Craven&quot; &lsquo;<tt>pcraven@yorku.ca</tt>&rsquo;,
-and Kasper van Wijk &lsquo;<tt>kasper@acoustics.mines.edu</tt>&rsquo;)
-and to make it run cleanly more often.
-</p>
-<p>Notes-first now autoinitializes notes mode from emacs.
-(As instisted by rms, unfortunately about two years later than requested.)
-</p>
-
-<p>Changed (20-Feb-05): version 1.23:
-Outline mode is now forcebly turned on to avoid interactions
-with user's text-mode hooks
-(bug and fix from Nils Ackermann &lsquo;<tt>nils@nieback.de</tt>&rsquo;).
-</p>
-<p>Install bug involving ordering of scripts and byte-compilation
-fixed (bug and fix from Mark Allman 
&lsquo;<tt>mallman@grc.nasa.gov</tt>&rsquo;).
-</p>
-<p>Fix obscure bug in configure, reported by Klaus Zeitler 
&lsquo;<tt>kzeitler@lucent.com</tt>&rsquo;.
-</p>
-<p>Fix for notes-summarize-subject when no subject is specified (bug and fix
-from Geoff Kuenning).
-</p>
-<p>Changed (14-Jan-06): version 1.24:
-</p>
-<p>install-info bug documented with the Debian install-info
-(bug reported by Aaron Falk &lsquo;<tt>falk@isi.edu</tt>&rsquo;).
-</p>
-<p>Automatic date completion in new days is now done in the current
-locale, so it should now work for non-English languages.  Bug reported
-by Torsten Bronger &lsquo;<tt>bronger@physik.rwth-aachen.de</tt>&rsquo;.
-</p>
-<p>Fixed a bug in mkindexcache, triggered by subjects with percent signs
-in them.  Bug reported by Philip Austin 
&lsquo;<tt>paustin@eos.ubc.ca</tt>&rsquo;.
-</p>
-<p>We're a bit more robust about subjects, I hope.  Warnings should
-appear about embedded number signs, and leading spaces should be
-filtered.  Bug reported by Philip Austin 
&lsquo;<tt>paustin@eos.ubc.ca</tt>&rsquo;.
-</p>
-<p>Notes-mode now dervies from indented-text-mode rather than
-paragraph-indent-text mode.  Unfortunatley this is not customizable
-because of limitations of define-derived-mode.  Change suggested by
-Aaron Falk &lsquo;<tt>falk@isi.edu</tt>&rsquo;.
-</p>
-<p>Provide better hints about how to get started after installation or
-running notes-mode in emacs for the first time.
-</p>
-<p>In notes init, the default path for dir was the full path, not the tilde
-version of the path.  Now it defaults to using tidle for home
-directory.  Bug reported by Mark Allman &lsquo;<tt>allman@icir.org</tt>&rsquo;.
-</p>
-<p>Changed (26-May-06): version 1.25:
-</p>
-<p>fixed a bug in the release tar.gz file that had a additional copies
-copy nested.
-</p>
-<p>Changed (30-Jun-08): version 1.26:
-</p>
-<p>Force unicode I/O in &lsquo;<tt>mkindexcache</tt>&rsquo; to fix 
highlighting mis-alignment
-when using emacs-21 with unicode subject lines.
-</p>
-<p>Changed mkprevnext and mkrawindex to optionally take the list of notes files
-to index from stdin rather than from the command line.  Yes, I finally
-have 4093 notes files, overflowing the Unix command line buffer.
-</p>
-<p>Changes notes-mode.el to put path in quotes, allowing spaces to appear in 
home directory names (bug fix from Ulrich Herbst).
-</p>
-<p>Added a suggested features section.
-</p>
-<p>Changed ( 8-Aug-08): version 1.27:
-</p>
-<p>Change I/O in &lsquo;<tt>mkindexcache</tt>&rsquo; to use locale (the sadly 
correct thing)
-rather than forcing utf-8 (the Righteous Path).
-Bug report from Geoff Kuenning, a man with an older Unix environment than I.
-</p>
-
-<hr size="6">
-<a name="Suggested-features"></a>
-<a name="SEC26"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC25" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#SEC22" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h2 class="section"> 4.4 Suggested features </h2>
-
-<p>Features suggested by users but not yet implemented:
-</p>
-<p>21-Feb-08: (from Xavier Maillard): should support 
&ldquo;disconnected&rdquo; notes that
-are indexed but not date-based.
-</p>
-<p>21-Feb-08: (from John Heidemann): should switch all notes files to have an 
extension (maybe &lsquo;<tt>.notes</tt>&rsquo;).
-</p>
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#SEC22" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_5.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_5.html
deleted file mode 100644
index 7bb3c6b..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_5.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: 5. Installation</title>
-
-<meta name="description" content="Notes-mode: 5. Installation">
-<meta name="keywords" content="Notes-mode: 5. Installation">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Installation"></a>
-<a name="SEC27"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_4.html#SEC26" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="chapter"> 5. Installation </h1>
-
-<p>To install notes-mode,
-</p>
-<ol>
-<li>
-Unpack and extract the distribution
-(gunzip notes-mode-xxx.tar.gz; tar xvf notes-mode-xxx.tar; cd notes-mode-xxx).
-
-</li><li>
-Run configure (./configure).
-
-</li><li>
-Type &ldquo;make install&rdquo;.
-</li></ol>
-
-<p>(To control what's installed where, use &ndash;prefix=/where, or
-&ndash;with-lisp-dir=/where, &ndash;datadir=/where (for scripts),
-and &ndash;infodir=/where.)
-</p>
-<p>For each user:
-</p><ol>
-<li>
-Run notesinit
-</li></ol>
-
-<p>If you have problems with paths being incorrect, please be aware that
-you <em>cannot</em> run notes directly out of where you untar it.  The
-installation process customizes the programs for where things are on
-your system.
-Make sure you move out of the directory where you untarred it
-before running it.
-</p>
-
-<p>The most recent distribution of notes-mode 
- is always available via
- &lsquo;<tt>http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/</tt>&rsquo;.
-</p>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_4.html#SEC22" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_6.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_6.html
deleted file mode 100644
index 34ee2aa..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_6.html
+++ /dev/null
@@ -1,149 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: Keystroke index</title>
-
-<meta name="description" content="Notes-mode: Keystroke index">
-<meta name="keywords" content="Notes-mode: Keystroke index">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Keystroke-index"></a>
-<a name="SEC28"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_7.html#SEC29" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_7.html#SEC29" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="unnumbered"> Keystroke index </h1>
-
-<p>This index lists notes-mode keystrokes.
-</p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC28_0" 
class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#SEC28_1" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#SEC28_2" class="summary-letter"><b>O</b></a>
- &nbsp; 
-<a href="#SEC28_3" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#SEC28_4" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#SEC28_5" class="summary-letter"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-<table border="0" class="index-ky">
-<tr><td></td><th align="left">Index Entry</th><th align="left"> 
Section</th></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC28_0">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX36"><code>C-c 
C-d</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC18">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX35"><code>C-c 
C-e</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC18">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX20"><code>C-c 
C-i</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC16">3.1.1 
Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX26"><code>C-c 
C-k</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC16">3.1.1 
Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX21"><code>C-c 
C-n</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC16">3.1.1 
Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX22"><code>C-c 
C-p</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC16">3.1.1 
Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX28"><code>C-c 
C-s</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC17">3.1.2 
Subject summary</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX41"><code>C-c 
C-s</code></a></td><td valign="top"><a href="notes-mode_3.html#SEC20">3.2 Notes 
indices</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX23"><code>C-c&lt;RTN&gt;</code></a></td><td 
valign="top"><a href="notes-mode_3.html#SEC16">3.1.1 Getting 
around</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC28_1">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX24"><code>M-C-a</code></a></td><td valign="top"><a 
href="notes-mode_3.html#SEC16">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX25"><code>M-C-e</code></a></td><td valign="top"><a 
href="notes-mode_3.html#SEC16">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX11"><code>mouse-2</code></a></td><td valign="top"><a 
href="notes-mode_2.html#SEC12">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC28_2">O</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX40"><code>o</code></a></td><td valign="top"><a 
href="notes-mode_3.html#SEC20">3.2 Notes indices</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC28_3">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX3"><code>RTN</code></a></td><td valign="top"><a 
href="notes-mode_2.html#SEC11">2.2 A notes file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX12"><code>RTN</code></a></td><td valign="top"><a 
href="notes-mode_2.html#SEC12">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC28_4">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX8"><code>S-mouse-2</code></a></td><td 
valign="top"><a href="notes-mode_2.html#SEC11">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC28_5">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX4"><code>TAB</code></a></td><td valign="top"><a 
href="notes-mode_2.html#SEC11">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC28_0" 
class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#SEC28_1" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#SEC28_2" class="summary-letter"><b>O</b></a>
- &nbsp; 
-<a href="#SEC28_3" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#SEC28_4" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#SEC28_5" class="summary-letter"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_5.html#SEC27" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_7.html#SEC29" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_7.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_7.html
deleted file mode 100644
index eb20b12..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_7.html
+++ /dev/null
@@ -1,220 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: Concept index</title>
-
-<meta name="description" content="Notes-mode: Concept index">
-<meta name="keywords" content="Notes-mode: Concept index">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Concept-index"></a>
-<a name="SEC29"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[ &gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[ &gt;&gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1 class="unnumbered"> Concept index </h1>
-
-<p>This index lists notes-mode concepts.
-</p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC29_0" 
class="summary-letter"><b>.</b></a>
- &nbsp; 
-<br>
-<a href="#SEC29_1" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#SEC29_2" class="summary-letter"><b>D</b></a>
- &nbsp; 
-<a href="#SEC29_3" class="summary-letter"><b>E</b></a>
- &nbsp; 
-<a href="#SEC29_4" class="summary-letter"><b>F</b></a>
- &nbsp; 
-<a href="#SEC29_5" class="summary-letter"><b>I</b></a>
- &nbsp; 
-<a href="#SEC29_6" class="summary-letter"><b>K</b></a>
- &nbsp; 
-<a href="#SEC29_7" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#SEC29_8" class="summary-letter"><b>N</b></a>
- &nbsp; 
-<a href="#SEC29_9" class="summary-letter"><b>P</b></a>
- &nbsp; 
-<a href="#SEC29_10" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#SEC29_11" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#SEC29_12" class="summary-letter"><b>T</b></a>
- &nbsp; 
-<a href="#SEC29_13" class="summary-letter"><b>U</b></a>
- &nbsp; 
-</td></tr></table>
-<table border="0" class="index-cp">
-<tr><td></td><th align="left">Index Entry</th><th align="left"> 
Section</th></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_0">.</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#SEC21">.notesrc</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC21">3.3 Notes-mode configuration</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_1">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#SEC21">configuration</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC21">3.3 Notes-mode configuration</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#SEC19">conventions</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC19">3.1.4 Useful conventions</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX13">Crontab</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC12">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_2">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">Decryption</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#SEC13">Directory 
hierarchy</a></td><td valign="top"><a href="notes-mode_2.html#SEC13">2.4 The 
notes directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_3">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">Encryption</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">3.1.3 Encryption</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_4">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX10">Font 
matter</a></td><td valign="top"><a href="notes-mode_2.html#SEC11">2.2 A notes 
file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_5">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX27">imenu</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC16">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX17">Intermediate 
directories</a></td><td valign="top"><a href="notes-mode_2.html#SEC13">2.4 The 
notes directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_6">K</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX37">key-id</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">3.1.3 Encryption</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_7">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX34">mailcrypt</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX14">mkall</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC12">2.3 The notes index</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#SEC19">mknew</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC19">3.1.4 Useful conventions</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_8">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#SEC13">Notes 
directories</a></td><td valign="top"><a href="notes-mode_2.html#SEC13">2.4 The 
notes directories</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX1">Notes 
entries</a></td><td valign="top"><a href="notes-mode_2.html#SEC11">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX19">Notes file 
permissions</a></td><td valign="top"><a href="notes-mode_2.html#SEC13">2.4 The 
notes directories</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#SEC11">Notes 
files</a></td><td valign="top"><a href="notes-mode_2.html#SEC11">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX18">Notes 
files</a></td><td valign="top"><a href="notes-mode_2.html#SEC13">2.4 The notes 
directories</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX9">Notes files, 
font matter</a></td><td valign="top"><a href="notes-mode_2.html#SEC11">2.2 A 
notes file</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#SEC12">Notes 
index</a></td><td valign="top"><a href="notes-mode_2.html#SEC12">2.3 The notes 
index</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX5">Notes 
links</a></td><td valign="top"><a href="notes-mode_2.html#SEC11">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX2">Notes 
subjects</a></td><td valign="top"><a href="notes-mode_2.html#SEC11">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX39">notes-mode-initialization-program</a></td><td 
valign="top"><a href="notes-mode_3.html#SEC19">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#SEC10">notesinit</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC10">2.1 Getting started</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_9">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX32">PAM</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX30">PGP</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC18">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX33">PGP Augmented 
Messaging</a></td><td valign="top"><a href="notes-mode_3.html#SEC18">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX31">Pretty good 
privacy</a></td><td valign="top"><a href="notes-mode_3.html#SEC18">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX6">Pseudo-URLs</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC11">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_10">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX15">re-indexing</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC12">2.3 The notes index</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_2.html#IDX16">Root 
directory</a></td><td valign="top"><a href="notes-mode_2.html#SEC13">2.4 The 
notes directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_11">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#SEC10">setup</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC10">2.1 Getting started</a></td></tr>
-<tr><td></td><td valign="top"><a href="notes-mode_3.html#IDX29">Subject 
summary</a></td><td valign="top"><a href="notes-mode_3.html#SEC17">3.1.2 
Subject summary</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_12">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#IDX38">Today</a></td><td valign="top"><a 
href="notes-mode_3.html#SEC19">3.1.4 Useful conventions</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="SEC29_13">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#IDX7">URLs</a></td><td valign="top"><a 
href="notes-mode_2.html#SEC11">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a href="#SEC29_0" 
class="summary-letter"><b>.</b></a>
- &nbsp; 
-<br>
-<a href="#SEC29_1" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#SEC29_2" class="summary-letter"><b>D</b></a>
- &nbsp; 
-<a href="#SEC29_3" class="summary-letter"><b>E</b></a>
- &nbsp; 
-<a href="#SEC29_4" class="summary-letter"><b>F</b></a>
- &nbsp; 
-<a href="#SEC29_5" class="summary-letter"><b>I</b></a>
- &nbsp; 
-<a href="#SEC29_6" class="summary-letter"><b>K</b></a>
- &nbsp; 
-<a href="#SEC29_7" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#SEC29_8" class="summary-letter"><b>N</b></a>
- &nbsp; 
-<a href="#SEC29_9" class="summary-letter"><b>P</b></a>
- &nbsp; 
-<a href="#SEC29_10" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#SEC29_11" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#SEC29_12" class="summary-letter"><b>T</b></a>
- &nbsp; 
-<a href="#SEC29_13" class="summary-letter"><b>U</b></a>
- &nbsp; 
-</td></tr></table>
-
-
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[ &gt;&gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_abt.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_abt.html
deleted file mode 100644
index c44cb63..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_abt.html
+++ /dev/null
@@ -1,167 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: About This Document</title>
-
-<meta name="description" content="Notes-mode: About This Document">
-<meta name="keywords" content="Notes-mode: About This Document">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="SEC_About"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1>About This Document</h1>
-<p>
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
-</p>
-<p>
-  The buttons in the navigation panels have the following meaning:
-</p>
-<table border="1">
-  <tr>
-    <th> Button </th>
-    <th> Name </th>
-    <th> Go to </th>
-    <th> From 1.2.3 go to</th>
-  </tr>
-  <tr>
-    <td align="center"> [ &lt; ] </td>
-    <td align="center">Back</td>
-    <td>Previous section in reading order</td>
-    <td>1.2.2</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &gt; ] </td>
-    <td align="center">Forward</td>
-    <td>Next section in reading order</td>
-    <td>1.2.4</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &lt;&lt; ] </td>
-    <td align="center">FastBack</td>
-    <td>Beginning of this chapter or previous chapter</td>
-    <td>1</td>
-  </tr>
-  <tr>
-    <td align="center"> [ Up ] </td>
-    <td align="center">Up</td>
-    <td>Up section</td>
-    <td>1.2</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &gt;&gt; ] </td>
-    <td align="center">FastForward</td>
-    <td>Next chapter</td>
-    <td>2</td>
-  </tr>
-  <tr>
-    <td align="center"> [Top] </td>
-    <td align="center">Top</td>
-    <td>Cover (top) of document</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [Contents] </td>
-    <td align="center">Contents</td>
-    <td>Table of contents</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [Index] </td>
-    <td align="center">Index</td>
-    <td>Index</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [ ? ] </td>
-    <td align="center">About</td>
-    <td>About (help)</td>
-    <td> &nbsp; </td>
-  </tr>
-</table>
-
-<p>
-  where the <strong> Example </strong> assumes that the current position is at 
<strong> Subsubsection One-Two-Three </strong> of a document of the following 
structure:
-</p>
-
-<ul>
-  <li> 1. Section One
-    <ul>
-      <li>1.1 Subsection One-One
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.2 Subsection One-Two
-        <ul>
-          <li>1.2.1 Subsubsection One-Two-One</li>
-          <li>1.2.2 Subsubsection One-Two-Two</li>
-          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
-            <strong>&lt;== Current Position </strong></li>
-          <li>1.2.4 Subsubsection One-Two-Four</li>
-        </ul>
-      </li>
-      <li>1.3 Subsection One-Three
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.4 Subsection One-Four</li>
-    </ul>
-  </li>
-</ul>
-
-<hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_fot.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_fot.html
deleted file mode 100644
index ab85b1c..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_fot.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: Footnotes</title>
-
-<meta name="description" content="Notes-mode: Footnotes">
-<meta name="keywords" content="Notes-mode: Footnotes">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="SEC_Foot"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1>Footnotes</h1>
-<h3><a name="FOOT1" href="notes-mode_1.html#DOCF1">(1)</a></h3>
-<p>Trademarked, in Great Britain, Sunone tells me.
-</p><h3><a name="FOOT2" href="notes-mode_1.html#DOCF2">(2)</a></h3>
-<p>I consider myself pretty anal about this subject,
-often typing notes in from paper after-the-fact,
-and <em>I</em> certainly don't manage to back-enter
-my notes all time time.
-</p><h3><a name="FOOT3" href="notes-mode_1.html#DOCF3">(3)</a></h3>
-
-<p>On the other hand, some folks at MIT are working
-on this problem from both the hardware and the social side of
-things 
(&lsquo;<tt>http://wearables.www.media.mit.edu/projects/wearables/</tt>&rsquo;)
-(Perhaps they have wild parties with computers, too.)
-</p><h3><a name="FOOT4" href="notes-mode_1.html#DOCF4">(4)</a></h3>
-<p>My hat is off to Rosa Parks
-and the many other normal people who triggered landmark cases.
-</p><h3><a name="FOOT5" href="notes-mode_1.html#DOCF5">(5)</a></h3>
-<p>If you think I'm missing an alternative, please let me know.
-</p><hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode/notes-mode_toc.html 
b/packages/notes-mode/HTML/notes-mode/notes-mode_toc.html
deleted file mode 100644
index 4b4cfc9..0000000
--- a/packages/notes-mode/HTML/notes-mode/notes-mode_toc.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on August, 8 2008 by texi2html 1.78 -->
-<!--
-Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
-
--->
-<head>
-<title>Notes-mode: Table of Contents</title>
-
-<meta name="description" content="Notes-mode: Table of Contents">
-<meta name="keywords" content="Notes-mode: Table of Contents">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.78">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="SEC_Contents"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1>Table of Contents</h1>
-<div class="contents">
-
-<ul class="toc">
-  <li><a name="TOC1" href="notes-mode_1.html#SEC1">1. Introduction</a>
-  <ul class="toc">
-    <li><a name="TOC2" href="notes-mode_1.html#SEC2">1.1 What is it?</a></li>
-    <li><a name="TOC3" href="notes-mode_1.html#SEC3">1.2 Why keep notes at 
all?</a></li>
-    <li><a name="TOC4" href="notes-mode_1.html#SEC4">1.3 Why keep notes 
on-line?</a></li>
-    <li><a name="TOC5" href="notes-mode_1.html#SEC5">1.4 Why use 
notes-mode?</a></li>
-    <li><a name="TOC6" href="notes-mode_1.html#SEC6">1.5 Y2K Statement</a></li>
-    <li><a name="TOC7" href="notes-mode_1.html#SEC7">1.6 Related work</a></li>
-    <li><a name="TOC8" href="notes-mode_1.html#SEC8">1.7 Staying on 
top</a></li>
-  </ul></li>
-  <li><a name="TOC9" href="notes-mode_2.html#SEC9">2. Basics</a>
-  <ul class="toc">
-    <li><a name="TOC10" href="notes-mode_2.html#SEC10">2.1 Getting 
started</a></li>
-    <li><a name="TOC11" href="notes-mode_2.html#SEC11">2.2 A notes 
file</a></li>
-    <li><a name="TOC12" href="notes-mode_2.html#SEC12">2.3 The notes 
index</a></li>
-    <li><a name="TOC13" href="notes-mode_2.html#SEC13">2.4 The notes 
directories</a></li>
-  </ul></li>
-  <li><a name="TOC14" href="notes-mode_3.html#SEC14">3. Advanced Features</a>
-  <ul class="toc">
-    <li><a name="TOC15" href="notes-mode_3.html#SEC15">3.1 Notes files</a>
-    <ul class="toc">
-      <li><a name="TOC16" href="notes-mode_3.html#SEC16">3.1.1 Getting 
around</a></li>
-      <li><a name="TOC17" href="notes-mode_3.html#SEC17">3.1.2 Subject 
summary</a></li>
-      <li><a name="TOC18" href="notes-mode_3.html#SEC18">3.1.3 
Encryption</a></li>
-      <li><a name="TOC19" href="notes-mode_3.html#SEC19">3.1.4 Useful 
conventions</a></li>
-    </ul></li>
-    <li><a name="TOC20" href="notes-mode_3.html#SEC20">3.2 Notes 
indices</a></li>
-    <li><a name="TOC21" href="notes-mode_3.html#SEC21">3.3 Notes-mode 
configuration</a></li>
-  </ul></li>
-  <li><a name="TOC22" href="notes-mode_4.html#SEC22">4. History</a>
-  <ul class="toc">
-    <li><a name="TOC23" href="notes-mode_4.html#SEC23">4.1 Notes-mode 
history</a></li>
-    <li><a name="TOC24" href="notes-mode_4.html#SEC24">4.2 Credits</a></li>
-    <li><a name="TOC25" href="notes-mode_4.html#SEC25">4.3 Changes</a></li>
-    <li><a name="TOC26" href="notes-mode_4.html#SEC26">4.4 Suggested 
features</a></li>
-  </ul></li>
-  <li><a name="TOC27" href="notes-mode_5.html#SEC27">5. Installation</a></li>
-  <li><a name="TOC28" href="notes-mode_6.html#SEC28">Keystroke index</a></li>
-  <li><a name="TOC29" href="notes-mode_7.html#SEC29">Concept index</a></li>
-</ul>
-</div>
-<hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#SEC28" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>August, 8 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.78</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_1.html 
b/packages/notes-mode/HTML/notes-mode_1.html
deleted file mode 100644
index 45f7ec2..0000000
--- a/packages/notes-mode/HTML/notes-mode_1.html
+++ /dev/null
@@ -1,533 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: 1. Introduction</title>
-
-<meta name="description" content="Notes-mode: 1. Introduction">
-<meta name="keywords" content="Notes-mode: 1. Introduction">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Introduction"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#What-is-it_003f" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[ &lt;&lt; ]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Introduction-1"></a>
-<h1 class="chapter">1. Introduction</h1>
-
-<p>What is notes-mode and why should you (perhaps) use it?
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#What-is-it_003f">1.1 What is 
it?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                 
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Why-keep-notes-at-all_003f">1.2 
Why keep notes at all?</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">      
-</td></tr>
-<tr><td align="left" valign="top"><a 
href="#Why-keep-notes-on_002dline_003f">1.3 Why keep notes 
on-line?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">     
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Why-use-notes_002dmode_003f">1.4 
Why use notes-mode?</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"> 
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Y2K-Statement">1.5 Y2K 
Statement</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">           
    
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Related-work">1.6 Related 
work</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Staying-on-top">1.7 Staying on 
top</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="What-is-it_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Introduction" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Why-keep-notes-at-all_003f" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="What-is-it_003f-1"></a>
-<h2 class="section">1.1 What is it?</h2>
-
-<p>Notes-mode is an indexing system for on-line note-taking.
-Notes-mode is composed of two parts, the visible part,
-a major-mode for emacs to aid note-taking;
-and the invisible part,
-scripts which periodically index your notes for you.
-</p>
-<p>Note that notes-mode provides tools to <em>index</em> your notes,
-not to <em>search</em> them.
-(Other existing tools such as &lsquo;<tt>grep</tt>&rsquo;, 
&lsquo;<tt>agrep</tt>&rsquo;, and &lsquo;<tt>glimpse</tt>&rsquo;
-already allow file search.)
-</p>
-<p>A digression about indexing vs. searching:
-Indexing in this sense means
-organize them according to categories you give,
-while searching looks through all text for arbitrary strings.
-Drawing on the World Wide Web for examples,
-Yahoo (&lsquo;<tt>http://www.yahoo.com/</tt>&rsquo;) is an index,
-while Alta Vista (&lsquo;<tt>http://www.altavista.digital.com/</tt>&rsquo;)
-is a search-engine.
-In (potentially) more familiar terms,
-the yellow pages
-<a name="DOCF1" href="notes-mode_fot.html#FOOT1">(1)</a>
-are an index,
-while directory information (411 in the USA)
-is sort of a search-engine.
-</p>
-
-<hr size="6">
-<a name="Why-keep-notes-at-all_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#What-is-it_003f" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Why-keep-notes-on_002dline_003f" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Why-keep-notes-at-all_003f-1"></a>
-<h2 class="section">1.2 Why keep notes at all?</h2>
-
-<p>So why should you use notes-mode?
-Well, first, consider why you should (perhaps)
-keep your notes on line.
-First,
-I assume that you take notes as part of your work or school.
-If you don&rsquo;t,
-you can stop reading now and go back to watching TV.
-</p>
-<p>If you keep notes, ask yourself why you keep them.
-Reasons vary for different people, but some include:
-</p>
-<ul>
-<li>
-To remember what is said or done.
-
-</li><li>
-To focus on what is important about what is said.
-
-</li><li>
-To provide proof of having done something
-at a particular time or date.
-
-</li><li>
-I know there were other reasons here,
-but they slipped my mind.
-</li></ul>
-
-
-<hr size="6">
-<a name="Why-keep-notes-on_002dline_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Why-keep-notes-at-all_003f" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Why-use-notes_002dmode_003f" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Why-keep-notes-on_002dline_003f-1"></a>
-<h2 class="section">1.3 Why keep notes on-line?</h2>
-
-<p>OK, I&rsquo;ve talked you into keeping notes.
-Why do it on-line?
-Again, there are different reasons for different people.
-If you don&rsquo;t want to consider keeping your notes on-line,
-you&rsquo;re welcome to go back to your (clay tablets)
-paper notes.
-</p>
-<p>However, if you do much of your work on-line,
-or if you have portable computer,
-then you might want to consider keeping your notes on-line.
-</p>
-<ul>
-<li>
-It&rsquo;s faster to type than write,
-and possibly more legible at high speed.
-
-</li><li>
-Often information is already on-line.
-For example, in software development, bug reports,
-measurement results, and everything else that&rsquo;s useful
-is on-line.
-
-</li><li>
-You can take down more detail than you otherwise would
-(especially if the data is already on-line).
-Taking more copious notes can be helpful when you go back
-to figure out why that strange thing was happening.
-
-</li><li>
-On-line notes are easy to search.
-Full-text search with 
-grep, agrep, and glimpse are all much faster
-and are often more accurate than paging through paper notes
-looking for a particular keyword.
-
-</li><li>
-On-line notes are easy to index.
-(At least with notes-mode!)
-In addition to full-text search,
-it&rsquo;s helpful to organize notes by category.
-If you keep a table-of-contents of your paper notes,
-you are either extremely fastidious
-or a librarian (Nadia?).
-
-</li><li>
-You can keep all of your notes with you at all times
-(if you have a portable computer).
-Even at a page a day,
-paper notes quickly become bulky and awkward to carry around.
-On-line notes fit on your computer&rsquo;s hard disk,
-an extraordinarily compact medium
-by comparison.
-
-</li><li>
-Your notes can be automatically backed up.
-Paper notes can become damaged with time,
-and as a graduate student
-one of my fears was fire in Boelter Hall
-consuming all my research experiments
-and and therefore hopes of a degree.
-Electronic notes are extremely easy to duplicate
-and can be automatically backed up with the rest of your computer.
-(You <em>do</em> back up your computer, don&rsquo;t you?)
-
-</li></ul>
-
-<p>While these advantages are undoubtedly clear to any
-right-thinking computer user,
-it should be said that there are a few disadvantages 
-for on-line note-taking.
-</p>
-<ul>
-<li>
-If you don&rsquo;t have a computer with you most of the time,
-it&rsquo;s difficult take notes on-line (because you&rsquo;re off-line, of 
course).
-<a name="DOCF2" href="notes-mode_fot.html#FOOT2">(2)</a>
-
-</li><li>
-Computers require power.
-If your portable computer runs out of juice,
-you&rsquo;re on your own.
-Corollary:  watch your power, or bring paper.
-Better corollary:  watch your power, <em>and</em> bring paper.
-
-</li><li>
-Social limitations.
-It&rsquo;s not always socially acceptable to take notes-on-line.
-For example,
-at a party,
-few people would use a computer
-to take down the phone number of a person
-to whom they&rsquo;re attracted
-(at least, if they wanted the attraction to be mutual).
-<a name="DOCF3" href="notes-mode_fot.html#FOOT3">(3)</a>
-Sometimes other people find the sound of typing distracting.
-
-</li><li>
-Health issues.
-Repetitive stress injuries do occur
-writing (slower) by hand is at least 
-an alternate motion than typing.
-
-</li><li>
-Legal limitations.
-If you want to use your electronic notes
-to justify a patent or invention,
-you may be breaking legal ground.
-Being on the legal cutting-edge is rarely an easy thing
-for the person involved.<a name="DOCF4" 
href="notes-mode_fot.html#FOOT4">(4)</a>
-
-</li></ul>
-
-
-<hr size="6">
-<a name="Why-use-notes_002dmode_003f"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="#Why-keep-notes-on_002dline_003f" title="Previous section in reading 
order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Y2K-Statement" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Why-use-notes_002dmode_003f-1"></a>
-<h2 class="section">1.4 Why use notes-mode?</h2>
-
-<p>OK, I&rsquo;ve sold you on note-taking and even on on-line note-taking.
-What about notes-mode?
-Naturally,
-it slices, dices, and makes julienne fries.
-But wait, there&rsquo;s more:
-</p>
-<ul>
-<li>
-It automates indexing your notes,
-linking notes with the same subject together.
-
-</li><li>
-It supports embedded links,
-allowing you to manually link together different topics 
-and external files.
-
-</li><li>
-It includes a number of convenience-features in emacs.
-Subjects can be completed based on existing subjects.
-The usual emacs customization mechanisms are available.
-
-</li><li>
-Notes containing sensitive information can be encrypted.
-
-</li><li>
-Notes-mode seems better than the other, currently available alternatives.
-</li></ul>
-
-<p>What are the alternatives?  I&rsquo;m glad you asked.
-<a name="DOCF5" href="notes-mode_fot.html#FOOT5">(5)</a>
-</p>
-<ul>
-<li>
-<strong>HTML</strong>.
-HTML has better formatting capabilities than notes-mode,
-and it has excellent linking capabilities.
-Unfortunately,
-HTML&rsquo;s tags are fairly intrusive
- (each is at least four characters long and most come with a pair),
- tags can get confused with normal text,
- errors in HTML can be bad (obscuring data),
- and there&rsquo;s no automatic indexing feature
- (at least with plain HTML).
-Besides,
- all data should be kept as close to the ASCII from whence it came,
- as God Intended (hi, Steve).
-
-</li><li>
-<strong>Word Processors</strong>.
-Word processors are strong in the formatting department,
- but most don&rsquo;t really have linking capabilities,
- and have poor or restricted indexing.
-
-</li></ul>
-
-<hr size="6">
-<a name="Y2K-Statement"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Why-use-notes_002dmode_003f" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Related-work" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Y2K-Statement-1"></a>
-<h2 class="section">1.5 Y2K Statement</h2>
-
-<p>Notes mode uses dates extensively,
- both two-digit years and seconds-since-1970.
-However, notes-mode has been coded to function correctly through
- the year 2038.
-</p>
-<p>To avoid problems with the year 2000, notes-mode assumes
- that any two-digit years before &ldquo;70&rdquo; are 20xx, not 19xx.
-Notes-mode should therefore work correctly in both the year 1999 and 2000.
-</p>
-<p>(Notes-mode 1.17 released February 1999 fixes a lingering Y2K problem.)
-</p>
-<p>Because notes-mode uses seconds-since-1970 for some date calculations
- it will fail beyond the year 2038 on computers with 32-bit integers.
-</p>
-<p>If I&rsquo;m still using notes-mode then on a 32-bit machine I&rsquo;ll see 
what I can do.
-</p>
-
-<hr size="6">
-<a name="Related-work"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Y2K-Statement" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Staying-on-top" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Related-work-1"></a>
-<h2 class="section">1.6 Related work</h2>
-
-<p>What would a document be without related work?
-</p>
-<p>Notes-mode is not related in any way to Lotus Notes.
-</p>
-<p>I am told (by David Weisman)
- that it&rsquo;s something like the now defunct Lotus Agenda.
-</p>
-<p>Ashvin Goel, one of the contributors to notes-mode,
- has gone off and done a from-scratch reimplementation
- called records-mode.
-It&rsquo;s very similar to notes mode,
- and emphasizes on-the-fly updates to entry links
- but lacks a manual.
-You may want to check it out at
- &lsquo;<tt>http://www.cse.ogi.edu/~ashvin/software.html</tt>&rsquo;.
-</p>
-<p>Hyperbole (by Bob Weiner) offers better linking facilities
-than notes-mode, but it has a bunch of stuff notes-mode doesn&rsquo;t need
-and it&rsquo;s missing notes-specific indexing provided by notes-mode.
-For people already using Hyperbole
- it would be interesting to replace notes-mode&rsquo;s linking
- with Hyperbole&rsquo;s.
-Contributions in this area are welcome, provided they make Hyperbole
- optional.
-</p>
-<hr size="6">
-<a name="Staying-on-top"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Related-work" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Introduction" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Staying-on-top-1"></a>
-<h2 class="section">1.7 Staying on top</h2>
-
-<p>The most recent distribution of notes-mode 
- is always available via
- &lsquo;<tt>http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/</tt>&rsquo;.
-</p>
-<p>After you&rsquo;ve installed notes mode you&rsquo;re encouraged to subscribe
-to the mailing lists.
-To subscribe, go to the web page
-Send the message &quot;subscribe&quot; to
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce</tt>&rsquo;
 or
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk</tt>&rsquo;.
-</p>
-<p>The announce list will contain only release announcements
-and so is guaranteed to be very low bandwidth.
-</p>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Introduction" title="Beginning 
of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_2.html 
b/packages/notes-mode/HTML/notes-mode_2.html
deleted file mode 100644
index 0f5af2d..0000000
--- a/packages/notes-mode/HTML/notes-mode_2.html
+++ /dev/null
@@ -1,419 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: 2. Basics</title>
-
-<meta name="description" content="Notes-mode: 2. Basics">
-<meta name="keywords" content="Notes-mode: 2. Basics">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Basics"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="notes-mode_1.html#Staying-on-top" title="Previous section in reading 
order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Getting-started" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_1.html#Introduction" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Basics-1"></a>
-<h1 class="chapter">2. Basics</h1>
-
-<p>All you need to use notes-mode
- in a chapter.
-(Except for installation, See section <a 
href="notes-mode_5.html#Installation">Installation</a>.)
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Getting-started">2.1 Getting 
started</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#A-notes-file">2.2 A notes 
file</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                
-</td></tr>
-<tr><td align="left" valign="top"><a href="#The-notes-index">2.3 The notes 
index</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#The-notes-directories">2.4 The 
notes directories</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">   
    
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Getting-started"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Basics" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#A-notes-file" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Getting-started-1"></a>
-<h2 class="section">2.1 Getting started</h2>
-<a name="index-notesinit"></a>
-<a name="index-setup"></a>
-
-<p>To get started with notes-mode,
- read the introduction this chapter,
- then either:
-</p>
-<ul>
-<li>
-Start emacs, do 
- <kbd>M-x</kbd> <code>load-library</code> <kbd>RET</kbd> 
<code>notes-mode</code> <kbd>RET</kbd>
-This approach will set up notes-mode with the default parameters.
-
-</li><li>
-OR, from the shell, 
- run the program &lsquo;<tt>notesinit</tt>&rsquo;.
-This approach will ask you some questions about how you want to configure
- notes mode.
-
-</li></ul>
-
-<p>Either way these should set up everything notes-mode needs.
-This program will modify your environment (as described in this section),
- or it will give you the exact commands you should run yourself.
-</p>
-<p>After you&rsquo;ve done one of these,
- start up emacs and note-away.
-I usually begin a
- day of note-taking by running the command
- <kbd>M-x</kbd> <code>notes-index-todays-link</code>
- to jump directly to today&rsquo;s note.
-You may even wish to bind this to something,
- perhaps with
- <code>(define-key global-map &quot;\C-cn&quot; 
'notes-index-todays-link)</code>
- in your &lsquo;<tt>.emacs</tt>&rsquo;. 
-</p>
-<p>If you want to browse your existing notes,
- you might instead want to edit the
- &lsquo;<tt>~/NOTES/index</tt>&rsquo;.
-(What is a notes file and the index? Hurry up and finish
- reading this chapter.) 
-</p>
-
-<hr size="6">
-<a name="A-notes-file"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Getting-started" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#The-notes-index" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="A-notes-file-1"></a>
-<h2 class="section">2.2 A notes file</h2>
-
-<a name="index-Notes-files"></a>
-
-<p>The notes file is the focus of most of the activity in notes-mode,
- it&rsquo;s where you take your notes.
-Notes files are mostly free-form text
- broken up into <em>entries</em>.
-Here&rsquo;s an example:
-</p>
-<a name="index-Notes-entries"></a>
-
-<table><tr><td>&nbsp;</td><td><pre class="example">8-Jun-95 Thursday
------------------
-
-* Today
--------
-prev: &lt;none&gt;
-next: &lt;file:///~/NOTES/199506/950609#* Today&gt;
-
-next week - release notes-mode
-
-
-* Environment/notes
--------------------
-
-I explained notes mode to Ashvin and Geoff.
-...
-</pre></td></tr></table>
-
-<p>Each entry has a subject-block, (maybe) some links, and then (maybe) some 
text.
-</p>
-<p>The subject-block must begin with an asterisk-space (<kbd>* </kbd>)
- at the beginning of a line, followed by the subject itself.
-Subjects must be underlined with a row of dashes
- (if they&rsquo;re not exact, that&rsquo;s OK;
- notes-mode will fix them periodically).
-For convenience,
- notes-mode will automatically add the underlines when you
- hit <kbd>&lt;RTN&gt;</kbd> (<code>notes-electric-return</code>),
- and <kbd>&lt;TAB&gt;</kbd> on a partially completed subject will
- invoke completion based on indexed subjects 
(<code>notes-complete-subject</code>).
-<a name="index-Notes-subjects"></a>
-<a name="index-RTN"></a>
-<a name="index-TAB"></a>
-</p>
-<p>Following the subject may be links.
-(In the example, the &ldquo;Today&rdquo; entry has links,
- the &ldquo;Environment/notes&rdquo; entry doesn&rsquo;t.)
-These links will be automatically updated by notes-mode
- when your notes are re-indexed;
- just leave a blank line when writing the note.
-<a name="index-Notes-links"></a>
-</p>
-<p>Links are made with pseudo-URLs,
- sort of like those in the World Wide Web. 
-Any of these URLs can be followed in notes-mode files
- by clicking <kbd>S-mouse-2</kbd> on the pseudo-URL
- (<code>notes-w3-follow-link-mouse</code>).
-<a name="index-Pseudo_002dURLs"></a>
-<a name="index-URLs"></a>
-<a name="index-S_002dmouse_002d2"></a>
-</p>
-<p>Finally comes the text.
-Go wild, but just don&rsquo;t include text that looks like a subject.
-You can embed pseudo-URLs to link notes together manually.
-</p>
-<p>The more anal of you may have noticed
- that the lines before the first subject
- are not part of any entry.
-These lines are
- <em>front matter</em>.
-They&rsquo;re not usually used for much,
- but they can be a good place to label the file.
-<a name="index-Notes-files_002c-font-matter"></a>
-<a name="index-Font-matter"></a>
-</p>
-<p>There are a number of useful conventions
- that can be adopted to organize your notes.
-The most common is the &ldquo;Today&rdquo; entry.
-If you keep an entry with the same subject
- at the beginning of each file,
- you link all of your notes together.
-Notes-mode will help you out with some of these convetions
- by automatically creating or copying some fields for you;
- see see section <a href="notes-mode_3.html#Useful-conventions">Useful 
conventions</a> for details.
-</p>
-<p>Finally, notes-mode can also work with outline-minor-mode
- (thanks to Tim Carroll for pointing this out).
-Outline-mode supports hiding and revealing text and other helpful
- features beyond the scope of this document.
-See <a href="../emacs/Outline-Mode.html#Outline-Mode">Outline Mode: 
(emacs)Outline Mode</a> section &lsquo;Outline Mode&rsquo; in <cite>The Emacs 
Editor</cite>, for details.
-</p>
-<hr size="6">
-<a name="The-notes-index"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#A-notes-file" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#The-notes-directories" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="The-notes-index-1"></a>
-<h2 class="section">2.3 The notes index</h2>
-
-<a name="index-Notes-index"></a>
-
-<p>The notes index lists all subjects you&rsquo;ve kept notes about,
- and each date of each note.
-Impress your friends,
- show your advisor why you&rsquo;re worth the <em>big</em> peanuts,
- you&rsquo;ll soon have the biggest index of all.
-</p>
-<p>The index has one line per subject, listing the subject
- and each day a note was made about that subject.
-For example:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">Bicycle: 950314, 950316
-Bicycle/maintenance/books: 951028
-Bridge/hands: 951113, 951114, 951116, 951117
-Bridge/UCLA: 960222, 960409
-</pre></td></tr></table>
-
-<p>Clicking on any of the dates with <kbd>mouse-2</kbd>
- will take you to that note
- (<code>notes-index-mouse-follow-link</code>).
-(You can also move the point over the date and hit <kbd>&lt;RTN&gt;</kbd>
- if you&rsquo;re musaphobic [<code>notes-index-follow-link</code>].)
-<a name="index-mouse_002d2"></a>
-<a name="index-RTN-1"></a>
-</p>
-<p>The notes index is automatically updated by the program 
&lsquo;<tt>mkall</tt>&rsquo;.
-Typically &lsquo;<tt>mkall</tt>&rsquo; is run nightly by 
&lsquo;<tt>cron</tt>&rsquo;.
-On most modern versions of Unix, you can add this command to cron by
- running &lsquo;<tt>crontab -e</tt>&rsquo; and adding the line:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">0 4 * * * 
/usr/local/lib/notes-mode/mkall
-</pre></td></tr></table>
-<a name="index-Crontab"></a>
-<a name="index-mkall"></a>
-<a name="index-re_002dindexing"></a>
-
-<p>(Assuming that your notes programs are installed
- in /usr/local/lib/notes-mode, the default location.)
-</p>
-
-<hr size="6">
-<a name="The-notes-directories"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#The-notes-index" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next section in reading 
order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Basics" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Basics" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="The-notes-directories-1"></a>
-<h2 class="section">2.4 The notes directories</h2>
-
-<a name="index-Notes-directories"></a>
-<a name="index-Directory-hierarchy"></a>
-
-<p>The final thing needed to tie basic notes-mode together his how
-the pieces fit together.
-Since my graduate work is in file systems,
-you can bet that directories are involved.
-</p>
-<p>Notes-mode keeps its files in a two-level hierarchy:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example">~/NOTES
-~/NOTES/index
-~/NOTES/rawindex
-~/NOTES/199603
-~/NOTES/199603/960329
-~/NOTES/199603/960330
-~/NOTES/199604
-~/NOTES/199604/960401
-</pre></td></tr></table>
-
-<p>The top level, &lsquo;<tt>~/NOTES</tt>&rsquo;, is the notes directory.
-It keeps all notes in one place.
-(The name of this directory is configurable, See section <a 
href="notes-mode_3.html#Notes_002dmode-configuration">Notes-mode 
configuration</a>.)
-</p>
-<p>Inside the notes directory are two files and a number of directories.
-The files are &lsquo;<tt>index</tt>&rsquo;,
- the index of all entries (see section <a href="#The-notes-index">The notes 
index</a>),
- and &lsquo;<tt>rawindex</tt>&rsquo;,
- used internally.
-<a name="index-Root-directory"></a>
-</p>
-<p>The notes directory also contains a number of subdirectories,
- sometimes called <em>intermediate directories</em>.
-These directories group the actual notes files into manageable chunks,
- keeping any directory from getting too large.
-Intermediate directories are named
- by the four-digit year and the two-digit month
- of the entries they contain.
-(The format of intermediate directories
- is configurable, See section <a 
href="notes-mode_3.html#Notes_002dmode-configuration">Notes-mode 
configuration</a>.)
-<a name="index-Intermediate-directories"></a>
-</p>
-<p>Finally,
- each intermediate directory are the notes files themselves,
- named according to the two-digit year, month, and day-of-month.
-<a name="index-Notes-files-1"></a>
-</p>
-<p>For the most part,
- notes-mode will automatically maintain this organization of files,
- once you create the top-level directory.
-Notes-mode will also automatically insure
- that all files in the notes directory are unreadable by
- anyone other than their owner.
-Notes are personal things.
-(This behavior is not currently configurable,
- but it probably should be.)
-<a name="index-Notes-file-permissions"></a>
-</p>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Basics" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Next chapter"> &gt;&gt; 
</a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_3.html 
b/packages/notes-mode/HTML/notes-mode_3.html
deleted file mode 100644
index cdfd7e6..0000000
--- a/packages/notes-mode/HTML/notes-mode_3.html
+++ /dev/null
@@ -1,511 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: 3. Advanced Features</title>
-
-<meta name="description" content="Notes-mode: 3. Advanced Features">
-<meta name="keywords" content="Notes-mode: 3. Advanced Features">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Advanced-Features"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="notes-mode_2.html#The-notes-directories" title="Previous section in 
reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_2.html#Basics" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Advanced-Features-1"></a>
-<h1 class="chapter">3. Advanced Features</h1>
-
-<p>Notes-mode, the minutiae, and some other good stuff.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Notes-files">3.1 Notes 
files</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">               
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Notes-indices">3.2 Notes 
indices</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
  
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Notes_002dmode-configuration">3.3 
Notes-mode configuration</a></td><td>&nbsp;&nbsp;</td><td align="left" 
valign="top">    
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Notes-files"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Getting-around" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Notes-files-1"></a>
-<h2 class="section">3.1 Notes files</h2>
-
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Getting-around">3.1.1 Getting 
around</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">              
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Subject-summary">3.1.2 Subject 
summary</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Encryption">3.1.3 
Encryption</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">          
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Useful-conventions">3.1.4 Useful 
conventions</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         
 
-</td></tr>
-</table>
-
-<hr size="6">
-<a name="Getting-around"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes-files" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Subject-summary" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Getting-around-1"></a>
-<h3 class="subsection">3.1.1 Getting around</h3>
-
-<p>Moving between notes entries and around the hierarchy is fairly common,
- so there are some accelerators.
-</p>
-<dl compact="compact">
-<dt> <kbd>C-c C-i</kbd></dt>
-<dd><p>Jump to the index entry for the current entry&rsquo;s subject
-(<code>notes-goto-index-entry</code>).
-<a name="index-C_002dc-C_002di"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-n</kbd></dt>
-<dt> <kbd>C-c C-p</kbd></dt>
-<dd><p>Move to the next or prior note with the same subject
-(<code>notes-follow-next-link</code> and <code>notes-follow-prev-link</code>).
-These functions follow the links in the note,
- if they&rsquo;re defined.
-If not,
- they look through the index file.
-This approach usually works,
- but will fail if there are multiple new entries created
- with the given subject
- between when the index is recomputed.
-<a name="index-C_002dc-C_002dn"></a>
-<a name="index-C_002dc-C_002dp"></a>
-</p>
-</dd>
-<dt> <kbd>C-c&lt;RTN&gt;</kbd></dt>
-<dd><p>Follow the link under the point
-(<code>notes-w3-follow-link</code>),
- a keyboard equivalent of &lt;S-mouse-2&gt;.
-<a name="index-C_002dcRTN"></a>
-</p>
-</dd>
-<dt> <kbd>M-C-a</kbd></dt>
-<dt> <kbd>M-C-e</kbd></dt>
-<dd><p>Jump to the beginning or end of the current note entry
-(<code>notes-beginning-of-defun</code> and <code>notes-end-of-defun</code>).
-<a name="index-M_002dC_002da"></a>
-<a name="index-M_002dC_002de"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-k</kbd></dt>
-<dd><p>Copies the pseudo-URL for the current note into the kill-ring
-(<code>current-url-as-kill</code>).
-To link two entries, go to the target,
- grab its URL with <kbd>C-c C-k</kbd>,
- go to where you want to make the link,
- and yank the URL with <kbd>C-y</kbd>.
-<a name="index-C_002dc-C_002dk"></a>
-</p>
-</dd>
-</dl>
-
-
-<p>Notes mode supports imenu,
- if you have it bound to something
- (I use <code>(global-set-key [down-mouse-3] 'imenu)</code>).
-<a name="index-imenu"></a>
-</p>
-
-<hr size="6">
-<a name="Subject-summary"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Getting-around" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Encryption" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Subject-summary-1"></a>
-<h3 class="subsection">3.1.2 Subject summary</h3>
-
-<p>It&rsquo;s often helpful to look at all
- entries for a given subject
-<kbd>C-c C-s</kbd>
- collects all entries with the subject of the current
- entry in a new buffer
- (<code>notes-summarize-subject</code>).
-<a name="index-C_002dc-C_002ds"></a>
-<a name="index-Subject-summary"></a>
-</p>
-
-<hr size="6">
-<a name="Encryption"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Subject-summary" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Useful-conventions" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Encryption-1"></a>
-<h3 class="subsection">3.1.3 Encryption</h3>
-
-<a name="index-Encryption"></a>
-<a name="index-Decryption"></a>
-
-<p>Notes occasionally contain private material.
-While Unix has strong services for file protection
- (compared to other, say, more wide-selling operating systems),
- in many systems root passwords are shared,
- while other systems are vulnerable to physical compromise.
-In such systems,
- properly used encryption is the best approach to security.
-</p>
-<p>Notes-mode encryption is based
- Phill Zimmerman&rsquo;s PGP (Pretty Good Privacy)
-(see &lsquo;<tt>http://www.mantis.co.uk/pgp/pgp.html</tt>&rsquo;)
- and either
- with Rick Campbell&rsquo;s
- emacs interface, PAM (PGP Augmented Messaging)
-(from &lsquo;<tt>ftp://h.gp.cs.cmu.edu/usr/rfb/pam/</tt>&rsquo;)
- (note that as of January 1997, PAM is no longer at this ftp site
- and appears to not be publicly available),
- or LoPresti and Choi&rsquo;s mailcrypt
-(from &lsquo;<tt>http://cag-www.lcs.mit.edu/mailcrypt/</tt>&rsquo;).
-<a name="index-PGP"></a>
-<a name="index-Pretty-good-privacy"></a>
-<a name="index-PAM"></a>
-<a name="index-PGP-Augmented-Messaging"></a>
-<a name="index-mailcrypt"></a>
-</p>
-<dl compact="compact">
-<dt> <kbd>C-c C-e</kbd></dt>
-<dd><p>Encrypt the current note
-(<code>notes-encrypt-note</code>).
-By default this function encrypts the whole entry.
-With a prefix argument,
- only the part from the point to the end of the entry is encrypted.
-<a name="index-C_002dc-C_002de"></a>
-</p>
-</dd>
-<dt> <kbd>C-c C-d</kbd></dt>
-<dd><p>Decrypt the current note
-(<code>notes-decrypt-note</code>).
-</p></dd>
-</dl>
-<a name="index-C_002dc-C_002dd"></a>
-
-<p>By default notes-mode determines your public key by looking 
- up your <code>user-full-name</code> in your PGP keyring.
-You can override this default by setting
- <code>notes-encryption-key-id</code>
- to the desired key-id.
-<a name="index-key_002did"></a>
-</p>
-
-<hr size="6">
-<a name="Useful-conventions"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Encryption" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-indices" title="Next section 
in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes-files" title="Up section"> 
Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Useful-conventions-1"></a>
-<h3 class="subsection">3.1.4 Useful conventions</h3>
-
-
-<a name="index-conventions"></a>
-<a name="index-mknew"></a>
-
-<p>There are a number of conventions which can make notes-mode
- easier to use.
-These conventions are a matter of personal taste,
- of course.
-Do what works for you.
-</p>
-<p>First,
- I find it helpful to keep the date of each notes-file at the top
- of the file.
-This makes the file self-identifying
- if the filename is lost.
-</p>
-<p>Second,
- I find it useful to have the first entry of each file
- have the same subject (perhaps &ldquo;Today&rdquo;).
-This entry then links all notes together,
- making it easy to go to yesterday and tomorrow.
-I keep a to-do list on this entry,
- bringing the list forward each day.
-<a name="index-Today"></a>
-</p>
-<p>A third useful convention is to keep an
- entry with the name based on the day of the week
- in each file.
-Analogous to &ldquo;Today&rdquo;, this entry links together
- weeks.
-</p>
-<p>Notes-mode supports these conventions.
-When you make a new notes-file in emacs,
- notes-mode searches for the preceding file.
-If it follows any of these conventions,
- the new file is initialized appropriately.
-Currently
- the approach to do this process
- (in the program &lsquo;<tt>mknew</tt>&rsquo;)
- is fairly sensitive,
- so it may not work in all cases.
-In particular,
- the date convention works only on
- for English-language dates.
-(If you use notes-mode with a non-English language,
- let me know and I&rsquo;ll work with you to fix this limitation.)
-</p>
-<p>If you find other helpful conventions,
- please let me know.
-Modifications to &lsquo;<tt>mknew</tt>&rsquo; to implement
- new conventions are also invited.
-</p>
-<p>If you don&rsquo;t want to use these conventions,
- or if you want to use different ones,
- set the emacs variable notes-mode-initialization-program
- to nil or the name of your initialization program.
-<a name="index-notes_002dmode_002dinitialization_002dprogram"></a>
-</p>
-
-<hr size="6">
-<a name="Notes-indices"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Useful-conventions" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes_002dmode-configuration" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Notes-indices-1"></a>
-<h2 class="section">3.2 Notes indices</h2>
-
-
-<p>Only two features of notes index mode haven&rsquo;t yet been described.
-First,
- you can open any notes-file based on date
- with <code>notes-index-link</code>,
- normally bound to &lt;o&gt;.
-<a name="index-o"></a>
-</p>
-<p>Second,
- you can get a subject-summary
- with &lt;C-c C-s&gt;
- (see section <a href="#Subject-summary">Subject summary</a>).
-The subject defaults to that of the current index line.
-<a name="index-C_002dc-C_002ds-1"></a>
-</p>
-
-<hr size="6">
-<a name="Notes_002dmode-configuration"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes-indices" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Advanced-Features" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Notes_002dmode-configuration-1"></a>
-<h2 class="section">3.3 Notes-mode configuration</h2>
-
-<a name="index-configuration"></a>
-<a name="index-_002enotesrc"></a>
-
-<p>Several aspects of notes mode are particularly visible
- to the user.
-Because I&rsquo;m not a fascist,
- a user can change most of these.
-</p>
-<p>Preferences are specified in &lsquo;<tt>~/.notesrc</tt>&rsquo;.
-This file lists things to change:
-</p>
-<table><tr><td>&nbsp;</td><td><pre class="example"># lines beginning with a 
hash are comments
-dir: ~/NOTES
-int_form: %Y%m
-</pre></td></tr></table>
-
-<p>Currently, two things can be changed:
-</p>
-<dl compact="compact">
-<dt> <code>dir</code></dt>
-<dd><p>Specifies the root of the notes directory hierarchy
- (see section <a href="notes-mode_2.html#The-notes-directories">The notes 
directories</a>).
-</p>
-</dd>
-<dt> <code>int_form</code></dt>
-<dd><p>Specifies the form of the intermediate directory.
-A limited subset of <code>strftime(3)</code>
- formatting is allowed.
-</p></dd>
-</dl>
-
-<p>The subset of <code>strftime(3)</code> supported in <code>int_form</code> 
is:
-</p><dl compact="compact">
-<dt> <code>%Y</code></dt>
-<dd><p>The four-digit year.
-</p>
-</dd>
-<dt> <code>%y</code></dt>
-<dd><p>The two-digit year.
-</p>
-</dd>
-<dt> <code>%m</code></dt>
-<dd><p>A two-digit numeric month.
-</p>
-</dd>
-<dt> <code>%d</code></dt>
-<dd><p>A two-digit day.
-</p></dd>
-</dl>
-
-<p>In addition to &lsquo;<tt>.notesrc</tt>&rsquo;,
- there are a number of emacs-specific variables.
-These variables are documented in the file
- &lsquo;<tt>notes-variables.el</tt>&rsquo;.
-</p>
-
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Advanced-Features" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_4.html 
b/packages/notes-mode/HTML/notes-mode_4.html
deleted file mode 100644
index eb785a3..0000000
--- a/packages/notes-mode/HTML/notes-mode_4.html
+++ /dev/null
@@ -1,530 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: 4. History</title>
-
-<meta name="description" content="Notes-mode: 4. History">
-<meta name="keywords" content="Notes-mode: 4. History">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="History"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="notes-mode_3.html#Notes_002dmode-configuration" title="Previous section 
in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Notes_002dmode-history" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a 
href="notes-mode_3.html#Advanced-Features" title="Beginning of this chapter or 
previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="History-1"></a>
-<h1 class="chapter">4. History</h1>
-
-<p>More about notes-mode than you wanted to know,
-and some thanks.
-</p>
-<table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#Notes_002dmode-history">4.1 
Notes-mode history</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">  
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Credits">4.2 
Credits</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Changes">4.3 
Changes</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">             
        
-</td></tr>
-<tr><td align="left" valign="top"><a href="#Suggested-features">4.4 Suggested 
features</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">            
         
-</td></tr>
-</table>
-
-
-
-<hr size="6">
-<a name="Notes_002dmode-history"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#History" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Credits" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Notes_002dmode-history-1"></a>
-<h2 class="section">4.1 Notes-mode history</h2>
-
-<p>Briefly,
- I started keeping notes on-line shortly after I got a portable computer
- in January, 1994.
-After a month-and-a-half of notes, I realized that
- one does not live by grep alone,
- so I started adding indexing facilities.
-</p>
-<p>In June of 1995
- some other Ficus-project members started
- keeping and indexing on-line notes
- using other home-grown systems.
-After some discussion,
- we generalized my notes-mode work and
- they started using it.
-</p>
-<p>Over the next 18 months notes-mode grew.
-Finally, in April, 1996 I wrote documentation,
- guaranteeing that innovation on notes-mode will now cease
- or the documentation will become out of date.
-</p>
-
-<hr size="6">
-<a name="Credits"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Notes_002dmode-history" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Changes" title="Next section in 
reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Credits-1"></a>
-<h2 class="section">4.2 Credits</h2>
-
-<p>I (John Heidemann, &lt;johnh@isi.edu&gt;)
- started, documented, and currently maintain notes-mode.
-I take ultimate responsibility for the code,
- especially for the ugly parts that I won&rsquo;t let others change.
-</p>
-<p>Ashvin Goel
- &lt;ashvin@ficus.cs.ucla.edu&gt;
- has been a very enthusiastic notes-mode user and contributor.
-He is responsible for at least
- the ideas behind <code>notes-summarize-subject</code>
-and the ideas and initial implementations of
- some of the original generalization and modularity improvements,
- <code>notes-follow-next-link</code> and <code>notes-follow-prev-link</code>,
- <code>notes-goto-index-entry</code>,
- programmed subject completion,
- and
- context-sensitive mouse-2 handling.
-In addition,
- he is an invaluable second opinion about
- what and how things should be done
- (even if I don&rsquo;t always agree with him).
-</p>
-<p>Geoff Kuenning
- &lt;geoff@ficus.cs.ucla.edu&gt;
- has been another enthusiastic notes-mode user and victim.
-He is responsible for
- finding several bugs,
- motivation for mouse-less operation,
- comments about the documentation,
- the day-of-week convention,
- and an initial implementation and the idea of
- multiple entries with the same subjects in a single notes-file.
-</p>
-<p>Ramesh Govindan &lt;govindan@isi.edu&gt; did the xemacs port.
-</p>
-<p>Since it&rsquo;s release on Usenet in April 1996 several
- other folks have contributed.
-Thanks to
- David Weisman &lt;weisman@app1.osf.org&gt;,
- Martin L. Smith &lt;martin@ner.com&gt;,
- Jason Bastek &lt;jason@aai.com&gt;,
- Ulrich Herbst &lt;Ulrich.Herbst@t-systems.com&gt;.
-See the next section (See section <a href="#Changes">Changes</a>.) for details 
of their exploits.
-</p>
-<p>Thanks to Larry Ayers &lt;layers@marktwain.net&gt;
- for popularizing notes-mode with reviews in
- the Linux Gazette
- (at &lt;http://www.linuxgazette.com/issue22/notes-mode.html&gt; and
- &lt;http://www.linuxgazette.com/issue35/ayers.html&gt;).
-</p>
-<hr size="6">
-<a name="Changes"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Credits" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#Suggested-features" title="Next 
section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Changes-1"></a>
-<h2 class="section">4.3 Changes</h2>
-
-<p>For the bored:
-</p>
-<p>First semi-public release. 12-Jul-95: version 0.1
- Shared a version with Ashvin and Geoff.
-</p>
-<p>Changed  6-Dec-95: version 0.3
- Ashvin&rsquo;s changes for note traversal added (C-c C-p and C-c C-n now
-move to the prev/next note in note-mode).
- URL parsing changed so that &quot;localhost&quot; is optional.
-</p>
-<p>Changed 19-Dec-95:  version 0.4
- More robust prev/next code added, both to handle going back and
-forward in the middle of chains through the index file, and to handle
-back/forward in a single file.
- URL parsing changed so that notes-goto-index-entry correctly handles
-lookups on notes names such as &quot;252A&quot;.
-</p>
-<p>Changed 20-Dec-95: version 0.5.
- Fixed a missing variable in notes-url.el.
- Added a work-around to a bug in emacs-19.30&rsquo;s define-derived-mode.
-</p>
-<p>Changed 24-Dec-95: version 0.6.
- Prev/next code re-re-written to be more robust.
-</p>
-<p>Changed 26-Dec-96:  version 0.7.
- Bug fix release.
-</p>
-<p>Changed 23-Jan-96: version 0.8.
- Initialization code added to set up a new note.
-New variable:  notes-bin-dir.
-</p>
-<p> I&rsquo;m skipping version 0.9 because I erroneously release version 0.1
-as version 0.9 (only on the web, not on Usenet).
-</p>
-<p> I&rsquo;m bumping from version &quot;0&quot; to version &quot;1&quot; 
since the code is has been
-in production use for more than a year by several people.  Minor
-numbers are the same.
-</p>
-<p>Changed 26-Mar-96: version 1.10.
- Setup code completely re-written.
- Several incompatible changes have been made:
- - the lisp and Perl code must be installed via make install,
-not by copying.
- - some data is specified in a .notesrc file; copy and modify sample.notesrc.
- - several internal elisp changes.
- - catsubject added (bound to C-cC-s):  collect all notes about the
-current subject.
- - new notes-files are initialized with fields based on the prior
-day&rsquo;s notes; see mknew for details.
- - daily_work is gone; mkall is rewritten to use .notesrc.
-</p>
-<p>Changed 29-Apr-96: version 1.11.
- Real documentation.
- Mknew caching added.
-</p>
-<p>Changed  9-Aug-96: version 1.12.
- Added notesinit to do all setup for new users.
-</p>
-<p>Changed 24-Aug-96: version 1.13.
- Minor documentation fixes.
-</p>
-<p>Changed 20-Dec-97: version 1.14.
-Autoconf support.
-</p>
-<p>Fontification of the index buffer is now pre-computed in perl
-other than done when the file is needed (in elisp with slow regular
-expressions).  2000-line index files are now 1-2 seconds rather than
-15-30 on a 100MHz Pentium.  If necessary (the
-pre-computed version isn&rsquo;t up-to-date) we fall back on the slower
-code.
-</p>
-<p>Related work improved (suggestion by David Weisman 
&lt;weisman@app1.osf.org&gt;).
-</p>
-<p>Documentation improvement (problem found by Martin L. Smith
-&lt;martin@ner.com&gt;).
-</p>
-<p>Installation improved (code by Jason Bastek &lt;jason@aai.com&gt;).
-</p>
-<p>Bug in notes-index mode with subjects containing colons fixed (johnh).
-</p>
-<p>Encryption now supports mailcrypt.el.
-</p>
-<p>Support for emacs 20 (a small font-lock change).
-</p>
-<p>Changed  5-Jan-98: version 1.15.
-Bug in decryption for non-PAM users fixed
- (suggestion by Kevin Davidson &lt;tkld@quadstone.com&gt;).
-</p>
-<p>Y2K statement added
- (suggestion by Kevin Davidson &lt;tkld@quadstone.com&gt;).
-</p>
-<p>Pointer to mailcrypt added (as a supported encryption package).
-Problem pointed out by K. Ueda &lt;kueda@jupiter.qse.tohoku.ac.jp&gt;.
-</p>
-<p>Changed  4-Nov-98: version 1.16.
-Bug in kill-ring handling of notes-old-underline-line
- fixed by Tim Potter &lt;timp@jna.com.au&gt;.
-Bug in whitespace handling after PGP encryption fixed by Tim Potter.
-Bugs in handling of entries with hash signs in their name fixed
- (found by Tim Potter).
-Fontification of index buffer further improved
- (mapcar is your friend).
-Xemacs support added based on code contributed by Ramesh Govindan.
-</p>
-<p>Changed 28-Feb-99: version 1.17:
-Improvement:  notes-electric-return now fixes up the prev/next links
- of new entries (only).  Code contributed by
- Takashi Nishimoto.
-</p>
-<p>Bug fix:  reversed options -batch and -q in configure.in to placate
- XEmacs 20.0; changed notesinit to not downcase the pathname
- (bugs found by Thierry Bezecourt).
-</p>
-<p>Clarification: Autofilling of new notes more clear in the manual (hopefully,
- suggested by Solofo Ramangalahy).
-</p>
-<p>Bug fix:  a y2k bug in was found and fixed in mkindex.  Sigh.
-</p>
-<p>New:  Two mailing lists for notes-mode have been created:
-&lsquo;<tt>notes-mode-announce@heidemann.la.ca.us</tt>&rsquo; and 
-&lsquo;<tt>notes-mode-talk@heidemann.la.ca.us</tt>&rsquo;.
-Send the line &ldquo;subscribe notes-mode-announce&rdquo;
-(or &ldquo;subscribe notes-mode-talk&rdquo;)
-to &lsquo;<tt>majordomo@heidemann.la.ca.us</tt>&rsquo;
-to join them.
-[<em>These instructions are now superceeded; to subscribe, go to
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk</tt>&rsquo;
-and
-&lsquo;<tt>http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce</tt>&rsquo;.</em>]
-</p>
-<p>Changed  6-Oct-99: version 1.18:
-Bug fix:  handling of electric-prevnext is better when there are
- existing prev/next links.
-</p> 
-<p>Clarification: I added some pointers in the code to the installation
- instructions.  (Apparently people can&rsquo;t RTF README.)
-</p>
-<p>Extension: mailcrypt-3.5.x suported including pgp, pgp5 and gpg.
-</p>
-<p>Changed (date 23-Dec-00): version 1.19:
-Bug fix (cosmetic): suppress comments in encrypted nodes.
-</p>
-<p>Install fixes from Kannan Varadhan: elisp directories changed on install.
-</p>
-<p>Added C-j as a synonym for RET in notes-mode to parallel C++ or perl mode.
-(Suggested by Fred Jaggi &lsquo;<tt>jaggi@rsn.hp.com</tt>&rsquo;.)
-</p>
-<p>Outline-minor-mode support added and documented.
-(Suggested by Tim Carroll &lsquo;<tt>tim@boomboom.com</tt>&rsquo;.)
-</p>
-<p>Bug/typo fixes in gpg support
-(Contributed by William A. Perkins &lsquo;<tt>wa_perkins@pnl.gov</tt>&rsquo;,
-with separate patches from Knut Anders Hatlen 
&lsquo;<tt>kahatlen@online.no</tt>&rsquo;.)
-</p>
-<p>Installation improvements suggested by Christophe Troestler
-&lsquo;<tt>Ch.Troestler@linkline.be</tt>&rsquo;:
-use install-info to update the info dir,
-warn users of &ndash;prefix that lisp files go elsewhere.
-</p>
-<p>Changed (date  1-Feb-01): version 1.20:
-Bug fix: missing file notes-first.el added to the distribution.
-(Bug found by Michael Totschnig &lsquo;<tt>michaelt@supernet.ca</tt>&rsquo;.)
-</p>
-<p>Changed ( 5-Dec-01): version 1.21:
-(backed-out&mdash;didn&rsquo;t work with spaced URLs) 
-URL lookup now uses thing-at-point.
-</p>
-<p>Fix to make notes-mode work with emacs-21.1
-(Fix from Klaus Zeitler  &lsquo;<tt>kzeitler@lucent.com</tt>&rsquo;.)
-</p>
-<p>Changed ( 3-Jan-02): version 1.22:
-Several bugs in &lsquo;<tt>notesinit</tt>&rsquo; for stricter Perl 
implementations
-(bug found by Paul Craven&quot; &lsquo;<tt>pcraven@yorku.ca</tt>&rsquo;,
-and Kasper van Wijk &lsquo;<tt>kasper@acoustics.mines.edu</tt>&rsquo;)
-and to make it run cleanly more often.
-</p>
-<p>Notes-first now autoinitializes notes mode from emacs.
-(As instisted by rms, unfortunately about two years later than requested.)
-</p>
-
-<p>Changed (20-Feb-05): version 1.23:
-Outline mode is now forcebly turned on to avoid interactions
-with user&rsquo;s text-mode hooks
-(bug and fix from Nils Ackermann &lsquo;<tt>nils@nieback.de</tt>&rsquo;).
-</p>
-<p>Install bug involving ordering of scripts and byte-compilation
-fixed (bug and fix from Mark Allman 
&lsquo;<tt>mallman@grc.nasa.gov</tt>&rsquo;).
-</p>
-<p>Fix obscure bug in configure, reported by Klaus Zeitler 
&lsquo;<tt>kzeitler@lucent.com</tt>&rsquo;.
-</p>
-<p>Fix for notes-summarize-subject when no subject is specified (bug and fix
-from Geoff Kuenning).
-</p>
-<p>Changed (14-Jan-06): version 1.24:
-</p>
-<p>install-info bug documented with the Debian install-info
-(bug reported by Aaron Falk &lsquo;<tt>falk@isi.edu</tt>&rsquo;).
-</p>
-<p>Automatic date completion in new days is now done in the current
-locale, so it should now work for non-English languages.  Bug reported
-by Torsten Bronger &lsquo;<tt>bronger@physik.rwth-aachen.de</tt>&rsquo;.
-</p>
-<p>Fixed a bug in mkindexcache, triggered by subjects with percent signs
-in them.  Bug reported by Philip Austin 
&lsquo;<tt>paustin@eos.ubc.ca</tt>&rsquo;.
-</p>
-<p>We&rsquo;re a bit more robust about subjects, I hope.  Warnings should
-appear about embedded number signs, and leading spaces should be
-filtered.  Bug reported by Philip Austin 
&lsquo;<tt>paustin@eos.ubc.ca</tt>&rsquo;.
-</p>
-<p>Notes-mode now dervies from indented-text-mode rather than
-paragraph-indent-text mode.  Unfortunatley this is not customizable
-because of limitations of define-derived-mode.  Change suggested by
-Aaron Falk &lsquo;<tt>falk@isi.edu</tt>&rsquo;.
-</p>
-<p>Provide better hints about how to get started after installation or
-running notes-mode in emacs for the first time.
-</p>
-<p>In notes init, the default path for dir was the full path, not the tilde
-version of the path.  Now it defaults to using tidle for home
-directory.  Bug reported by Mark Allman &lsquo;<tt>allman@icir.org</tt>&rsquo;.
-</p>
-<p>Changed (26-May-06): version 1.25:
-</p>
-<p>fixed a bug in the release tar.gz file that had a additional copies
-copy nested.
-</p>
-<p>Changed (30-Jun-08): version 1.26:
-</p>
-<p>Force unicode I/O in &lsquo;<tt>mkindexcache</tt>&rsquo; to fix 
highlighting mis-alignment
-when using emacs-21 with unicode subject lines.
-</p>
-<p>Changed mkprevnext and mkrawindex to optionally take the list of notes files
-to index from stdin rather than from the command line.  Yes, I finally
-have 4093 notes files, overflowing the Unix command line buffer.
-</p>
-<p>Changes notes-mode.el to put path in quotes, allowing spaces to appear in 
home directory names (bug fix from Ulrich Herbst).
-</p>
-<p>Added a suggested features section.
-</p>
-<p>Changed ( 8-Aug-08): version 1.27:
-</p>
-<p>Change I/O in &lsquo;<tt>mkindexcache</tt>&rsquo; to use locale (the sadly 
correct thing)
-rather than forcing utf-8 (the Righteous Path).
-Bug report from Geoff Kuenning, a man with an older Unix environment than I.
-</p>
-<p>Changed (20-Jun-10): version 1.28:
-</p>
-<p>Changed a regular expression in &lsquo;<tt>notes-index-mode.el</tt>&rsquo; 
that was 
-causing emacs-v23 (a pre-release version)
-to regular expression infinite recursion.
-</p>
-<p>Changed (2012-04-04): version 1.29
-</p>
-<p>(2011-08-23) Changed <code>run-hooks</code> to <code>run-mode-hooks</code>.
-Bug report from Geoff Kuenning.
-</p>
-<p>Changed some handling of PGP encryption to account for 
-some apparent API changes.
-</p>
-<p>(2012-04-04) Fixed encyrption to handle encrypting empty notes at the end 
-of buffers without going into an infinite loop.
-Clearly wrong code, but you have to ask this guy for why he tried:
-Bug report from Geoff Kuenning.
-</p>
-
-
-<hr size="6">
-<a name="Suggested-features"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#Changes" title="Previous 
section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="#History" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="#History" title="Up section"> Up 
</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Suggested-features-1"></a>
-<h2 class="section">4.4 Suggested features</h2>
-
-<p>Features suggested by users but not yet implemented:
-</p>
-<p>21-Feb-08: (from Xavier Maillard): should support 
&ldquo;disconnected&rdquo; notes that
-are indexed but not date-based.
-</p>
-<p>21-Feb-08: (from John Heidemann): should switch all notes files to have an 
extension (maybe &lsquo;<tt>.notes</tt>&rsquo;).
-</p>
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="#History" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_5.html 
b/packages/notes-mode/HTML/notes-mode_5.html
deleted file mode 100644
index 7e28399..0000000
--- a/packages/notes-mode/HTML/notes-mode_5.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: 5. Installation</title>
-
-<meta name="description" content="Notes-mode: 5. Installation">
-<meta name="keywords" content="Notes-mode: 5. Installation">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Installation"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="notes-mode_4.html#Suggested-features" title="Previous section in reading 
order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Installation-1"></a>
-<h1 class="chapter">5. Installation</h1>
-
-<p>To install notes-mode,
-</p>
-<ol>
-<li>
-Unpack and extract the distribution
-(gunzip notes-mode-xxx.tar.gz; tar xvf notes-mode-xxx.tar; cd notes-mode-xxx).
-
-</li><li>
-Run configure (./configure).
-
-</li><li>
-Type &ldquo;make install&rdquo;.
-</li></ol>
-
-<p>(To control what&rsquo;s installed where, use &ndash;prefix=/where, or
-&ndash;with-lisp-dir=/where, &ndash;datadir=/where (for scripts),
-and &ndash;infodir=/where.)
-</p>
-<p>For each user:
-</p><ol>
-<li>
-Run notesinit
-</li></ol>
-
-<p>If you have problems with paths being incorrect, please be aware that
-you <em>cannot</em> run notes directly out of where you untar it.  The
-installation process customizes the programs for where things are on
-your system.
-Make sure you move out of the directory where you untarred it
-before running it.
-</p>
-
-<p>The most recent distribution of notes-mode 
- is always available via
- &lsquo;<tt>http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/</tt>&rsquo;.
-</p>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_4.html#History" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_6.html 
b/packages/notes-mode/HTML/notes-mode_6.html
deleted file mode 100644
index 9cbb6d9..0000000
--- a/packages/notes-mode/HTML/notes-mode_6.html
+++ /dev/null
@@ -1,149 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: Keystroke index</title>
-
-<meta name="description" content="Notes-mode: Keystroke index">
-<meta name="keywords" content="Notes-mode: Keystroke index">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Keystroke-index"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Previous section in reading order"> &lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_7.html#Concept-index" 
title="Next section in reading order"> &gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_7.html#Concept-index" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Keystroke-index-1"></a>
-<h1 class="unnumbered">Keystroke index</h1>
-
-<p>This index lists notes-mode keystrokes.
-</p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Keystroke-index-1_ky_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-O" class="summary-letter"><b>O</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-<table border="0" class="index-ky">
-<tr><td></td><th align="left">Index Entry</th><th align="left"> 
Section</th></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002dd"><code>C-c C-d</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002de"><code>C-c C-e</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002di"><code>C-c C-i</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002dk"><code>C-c C-k</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002dn"><code>C-c C-n</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002dp"><code>C-c C-p</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002ds"><code>C-c C-s</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Subject-summary">3.1.2 Subject 
summary</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dc-C_002ds-1"><code>C-c 
C-s</code></a></td><td valign="top"><a 
href="notes-mode_3.html#Notes-indices">3.2 Notes indices</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-C_002dcRTN"><code>C-c&lt;RTN&gt;</code></a></td><td
 valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-M_002dC_002da"><code>M-C-a</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-M_002dC_002de"><code>M-C-e</code></a></td><td 
valign="top"><a href="notes-mode_3.html#Getting-around">3.1.1 Getting 
around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-mouse_002d2"><code>mouse-2</code></a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-index">2.3 The notes 
index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-O">O</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-o"><code>o</code></a></td><td valign="top"><a 
href="notes-mode_3.html#Notes-indices">3.2 Notes indices</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-RTN"><code>RTN</code></a></td><td valign="top"><a 
href="notes-mode_2.html#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-RTN-1"><code>RTN</code></a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-index">2.3 The notes 
index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-S_002dmouse_002d2"><code>S-mouse-2</code></a></td><td
 valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a 
name="Keystroke-index-1_ky_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-TAB"><code>TAB</code></a></td><td valign="top"><a 
href="notes-mode_2.html#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Keystroke-index-1_ky_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-O" class="summary-letter"><b>O</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Keystroke-index-1_ky_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-</td></tr></table>
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode_5.html#Installation" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_7.html#Concept-index" 
title="Next chapter"> &gt;&gt; </a>]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_7.html 
b/packages/notes-mode/HTML/notes-mode_7.html
deleted file mode 100644
index 3ad23bd..0000000
--- a/packages/notes-mode/HTML/notes-mode_7.html
+++ /dev/null
@@ -1,220 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: Concept index</title>
-
-<meta name="description" content="Notes-mode: Concept index">
-<meta name="keywords" content="Notes-mode: Concept index">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="Concept-index"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="notes-mode_6.html#Keystroke-index" title="Previous section in reading 
order"> &lt; </a>]</td>
-<td valign="middle" align="left">[ &gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Up 
section"> Up </a>]</td>
-<td valign="middle" align="left">[ &gt;&gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<a name="Concept-index-1"></a>
-<h1 class="unnumbered">Concept index</h1>
-
-<p>This index lists notes-mode concepts.
-</p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Concept-index-1_cp_symbol-1" class="summary-letter"><b>.</b></a>
- &nbsp; 
-<br>
-<a href="#Concept-index-1_cp_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-D" class="summary-letter"><b>D</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-E" class="summary-letter"><b>E</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-F" class="summary-letter"><b>F</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-I" class="summary-letter"><b>I</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-K" class="summary-letter"><b>K</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-N" class="summary-letter"><b>N</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-P" class="summary-letter"><b>P</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-U" class="summary-letter"><b>U</b></a>
- &nbsp; 
-</td></tr></table>
-<table border="0" class="index-cp">
-<tr><td></td><th align="left">Index Entry</th><th align="left"> 
Section</th></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_symbol-1">.</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-_002enotesrc">.notesrc</a></td><td 
valign="top"><a href="notes-mode_3.html#Notes_002dmode-configuration">3.3 
Notes-mode configuration</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-C">C</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-configuration">configuration</a></td><td 
valign="top"><a href="notes-mode_3.html#Notes_002dmode-configuration">3.3 
Notes-mode configuration</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-conventions">conventions</a></td><td 
valign="top"><a href="notes-mode_3.html#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Crontab">Crontab</a></td><td valign="top"><a 
href="notes-mode_2.html#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-D">D</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-Decryption">Decryption</a></td><td 
valign="top"><a href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Directory-hierarchy">Directory 
hierarchy</a></td><td valign="top"><a 
href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-E">E</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-Encryption">Encryption</a></td><td 
valign="top"><a href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-F">F</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Font-matter">Font matter</a></td><td 
valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-I">I</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-imenu">imenu</a></td><td valign="top"><a 
href="notes-mode_3.html#Getting-around">3.1.1 Getting around</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Intermediate-directories">Intermediate 
directories</a></td><td valign="top"><a 
href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-K">K</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-key_002did">key-id</a></td><td valign="top"><a 
href="notes-mode_3.html#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-M">M</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-mailcrypt">mailcrypt</a></td><td valign="top"><a 
href="notes-mode_3.html#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-mkall">mkall</a></td><td valign="top"><a 
href="notes-mode_2.html#The-notes-index">2.3 The notes index</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-mknew">mknew</a></td><td valign="top"><a 
href="notes-mode_3.html#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-N">N</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-directories">Notes directories</a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-entries">Notes entries</a></td><td 
valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-file-permissions">Notes file 
permissions</a></td><td valign="top"><a 
href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-files">Notes files</a></td><td 
valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-files-1">Notes files</a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-files_002c-font-matter">Notes files, font 
matter</a></td><td valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A 
notes file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-index">Notes index</a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-index">2.3 The notes 
index</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-links">Notes links</a></td><td 
valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Notes-subjects">Notes subjects</a></td><td 
valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-notes_002dmode_002dinitialization_002dprogram">notes-mode-initialization-program</a></td><td
 valign="top"><a href="notes-mode_3.html#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-notesinit">notesinit</a></td><td valign="top"><a 
href="notes-mode_2.html#Getting-started">2.1 Getting started</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-P">P</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-PAM">PAM</a></td><td valign="top"><a 
href="notes-mode_3.html#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-PGP">PGP</a></td><td valign="top"><a 
href="notes-mode_3.html#Encryption">3.1.3 Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-PGP-Augmented-Messaging">PGP Augmented 
Messaging</a></td><td valign="top"><a href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-Pretty-good-privacy">Pretty good 
privacy</a></td><td valign="top"><a href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Pseudo_002dURLs">Pseudo-URLs</a></td><td 
valign="top"><a href="notes-mode_2.html#A-notes-file">2.2 A notes 
file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-R">R</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-re_002dindexing">re-indexing</a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-index">2.3 The notes 
index</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-Root-directory">Root directory</a></td><td 
valign="top"><a href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-S">S</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-setup">setup</a></td><td valign="top"><a 
href="notes-mode_2.html#Getting-started">2.1 Getting started</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-Subject-summary">Subject summary</a></td><td 
valign="top"><a href="notes-mode_3.html#Subject-summary">3.1.2 Subject 
summary</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-T">T</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_3.html#index-Today">Today</a></td><td valign="top"><a 
href="notes-mode_3.html#Useful-conventions">3.1.4 Useful 
conventions</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-<tr><th><a name="Concept-index-1_cp_letter-U">U</a></th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="notes-mode_2.html#index-URLs">URLs</a></td><td valign="top"><a 
href="notes-mode_2.html#A-notes-file">2.2 A notes file</a></td></tr>
-<tr><td colspan="3"> <hr></td></tr>
-</table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#Concept-index-1_cp_symbol-1" class="summary-letter"><b>.</b></a>
- &nbsp; 
-<br>
-<a href="#Concept-index-1_cp_letter-C" class="summary-letter"><b>C</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-D" class="summary-letter"><b>D</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-E" class="summary-letter"><b>E</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-F" class="summary-letter"><b>F</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-I" class="summary-letter"><b>I</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-K" class="summary-letter"><b>K</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-M" class="summary-letter"><b>M</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-N" class="summary-letter"><b>N</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-P" class="summary-letter"><b>P</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-R" class="summary-letter"><b>R</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-S" class="summary-letter"><b>S</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-T" class="summary-letter"><b>T</b></a>
- &nbsp; 
-<a href="#Concept-index-1_cp_letter-U" class="summary-letter"><b>U</b></a>
- &nbsp; 
-</td></tr></table>
-
-
-
-
-<hr size="6">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a 
href="notes-mode_6.html#Keystroke-index" title="Beginning of this chapter or 
previous chapter"> &lt;&lt; </a>]</td>
-<td valign="middle" align="left">[ &gt;&gt; ]</td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left"> &nbsp; </td>
-<td valign="middle" align="left">[<a href="notes-mode.html#Top" title="Cover 
(top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_abt.html 
b/packages/notes-mode/HTML/notes-mode_abt.html
deleted file mode 100644
index 0671729..0000000
--- a/packages/notes-mode/HTML/notes-mode_abt.html
+++ /dev/null
@@ -1,167 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: About This Document</title>
-
-<meta name="description" content="Notes-mode: About This Document">
-<meta name="keywords" content="Notes-mode: About This Document">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="SEC_About"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<h1>About This Document</h1>
-<p>
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
-</p>
-<p>
-  The buttons in the navigation panels have the following meaning:
-</p>
-<table border="1">
-  <tr>
-    <th> Button </th>
-    <th> Name </th>
-    <th> Go to </th>
-    <th> From 1.2.3 go to</th>
-  </tr>
-  <tr>
-    <td align="center"> [ &lt; ] </td>
-    <td align="center">Back</td>
-    <td>Previous section in reading order</td>
-    <td>1.2.2</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &gt; ] </td>
-    <td align="center">Forward</td>
-    <td>Next section in reading order</td>
-    <td>1.2.4</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &lt;&lt; ] </td>
-    <td align="center">FastBack</td>
-    <td>Beginning of this chapter or previous chapter</td>
-    <td>1</td>
-  </tr>
-  <tr>
-    <td align="center"> [ Up ] </td>
-    <td align="center">Up</td>
-    <td>Up section</td>
-    <td>1.2</td>
-  </tr>
-  <tr>
-    <td align="center"> [ &gt;&gt; ] </td>
-    <td align="center">FastForward</td>
-    <td>Next chapter</td>
-    <td>2</td>
-  </tr>
-  <tr>
-    <td align="center"> [Top] </td>
-    <td align="center">Top</td>
-    <td>Cover (top) of document</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [Contents] </td>
-    <td align="center">Contents</td>
-    <td>Table of contents</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [Index] </td>
-    <td align="center">Index</td>
-    <td>Index</td>
-    <td> &nbsp; </td>
-  </tr>
-  <tr>
-    <td align="center"> [ ? ] </td>
-    <td align="center">About</td>
-    <td>About (help)</td>
-    <td> &nbsp; </td>
-  </tr>
-</table>
-
-<p>
-  where the <strong> Example </strong> assumes that the current position is at 
<strong> Subsubsection One-Two-Three </strong> of a document of the following 
structure:
-</p>
-
-<ul>
-  <li> 1. Section One
-    <ul>
-      <li>1.1 Subsection One-One
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.2 Subsection One-Two
-        <ul>
-          <li>1.2.1 Subsubsection One-Two-One</li>
-          <li>1.2.2 Subsubsection One-Two-Two</li>
-          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
-            <strong>&lt;== Current Position </strong></li>
-          <li>1.2.4 Subsubsection One-Two-Four</li>
-        </ul>
-      </li>
-      <li>1.3 Subsection One-Three
-        <ul>
-          <li>...</li>
-        </ul>
-      </li>
-      <li>1.4 Subsection One-Four</li>
-    </ul>
-  </li>
-</ul>
-
-<hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_fot.html 
b/packages/notes-mode/HTML/notes-mode_fot.html
deleted file mode 100644
index 088f9d6..0000000
--- a/packages/notes-mode/HTML/notes-mode_fot.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: Footnotes</title>
-
-<meta name="description" content="Notes-mode: Footnotes">
-<meta name="keywords" content="Notes-mode: Footnotes">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="SEC_Foot"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1>Footnotes</h1>
-<h3><a name="FOOT1" href="notes-mode_1.html#DOCF1">(1)</a></h3>
-<p>Trademarked, in Great Britain, Sunone tells me.
-</p><h3><a name="FOOT2" href="notes-mode_1.html#DOCF2">(2)</a></h3>
-<p>I consider myself pretty anal about this subject,
-often typing notes in from paper after-the-fact,
-and <em>I</em> certainly don&rsquo;t manage to back-enter
-my notes all time time.
-</p><h3><a name="FOOT3" href="notes-mode_1.html#DOCF3">(3)</a></h3>
-
-<p>On the other hand, some folks at MIT are working
-on this problem from both the hardware and the social side of
-things 
(&lsquo;<tt>http://wearables.www.media.mit.edu/projects/wearables/</tt>&rsquo;)
-(Perhaps they have wild parties with computers, too.)
-</p><h3><a name="FOOT4" href="notes-mode_1.html#DOCF4">(4)</a></h3>
-<p>My hat is off to Rosa Parks
-and the many other normal people who triggered landmark cases.
-</p><h3><a name="FOOT5" href="notes-mode_1.html#DOCF5">(5)</a></h3>
-<p>If you think I&rsquo;m missing an alternative, please let me know.
-</p><hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_toc.html#SEC_Contents" 
title="Table of contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/HTML/notes-mode_toc.html 
b/packages/notes-mode/HTML/notes-mode_toc.html
deleted file mode 100644
index f03a834..0000000
--- a/packages/notes-mode/HTML/notes-mode_toc.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html401/loose.dtd";>
-<html>
-<!-- Created on April 4, 2012 by texi2html 1.82
-texi2html was written by: 
-            Lionel Cons <Lionel.Cons@cern.ch> (original author)
-            Karl Berry  <karl@freefriends.org>
-            Olaf Bachmann <obachman@mathematik.uni-kl.de>
-            and many others.
-Maintained by: Many creative people.
-Send bugs and suggestions to <texi2html-bug@nongnu.org>
--->
-<head>
-<title>Notes-mode: Table of Contents</title>
-
-<meta name="description" content="Notes-mode: Table of Contents">
-<meta name="keywords" content="Notes-mode: Table of Contents">
-<meta name="resource-type" content="document">
-<meta name="distribution" content="global">
-<meta name="Generator" content="texi2html 1.82">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<style type="text/css">
-<!--
-a.summary-letter {text-decoration: none}
-blockquote.smallquotation {font-size: smaller}
-pre.display {font-family: serif}
-pre.format {font-family: serif}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-pre.smalldisplay {font-family: serif; font-size: smaller}
-pre.smallexample {font-size: smaller}
-pre.smallformat {font-family: serif; font-size: smaller}
-pre.smalllisp {font-size: smaller}
-span.roman {font-family:serif; font-weight:normal;}
-span.sansserif {font-family:sans-serif; font-weight:normal;}
-ul.toc {list-style: none}
--->
-</style>
-
-
-</head>
-
-<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" 
vlink="#800080" alink="#FF0000">
-
-<a name="SEC_Contents"></a>
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<h1>Table of Contents</h1>
-<div class="contents">
-
-<ul class="toc">
-  <li><a name="toc-Introduction-1" href="notes-mode_1.html#Introduction">1. 
Introduction</a>
-  <ul class="toc">
-    <li><a name="toc-What-is-it_003f-1" 
href="notes-mode_1.html#What-is-it_003f">1.1 What is it?</a></li>
-    <li><a name="toc-Why-keep-notes-at-all_003f-1" 
href="notes-mode_1.html#Why-keep-notes-at-all_003f">1.2 Why keep notes at 
all?</a></li>
-    <li><a name="toc-Why-keep-notes-on_002dline_003f-1" 
href="notes-mode_1.html#Why-keep-notes-on_002dline_003f">1.3 Why keep notes 
on-line?</a></li>
-    <li><a name="toc-Why-use-notes_002dmode_003f-1" 
href="notes-mode_1.html#Why-use-notes_002dmode_003f">1.4 Why use 
notes-mode?</a></li>
-    <li><a name="toc-Y2K-Statement-1" 
href="notes-mode_1.html#Y2K-Statement">1.5 Y2K Statement</a></li>
-    <li><a name="toc-Related-work-1" href="notes-mode_1.html#Related-work">1.6 
Related work</a></li>
-    <li><a name="toc-Staying-on-top-1" 
href="notes-mode_1.html#Staying-on-top">1.7 Staying on top</a></li>
-  </ul></li>
-  <li><a name="toc-Basics-1" href="notes-mode_2.html#Basics">2. Basics</a>
-  <ul class="toc">
-    <li><a name="toc-Getting-started-1" 
href="notes-mode_2.html#Getting-started">2.1 Getting started</a></li>
-    <li><a name="toc-A-notes-file-1" href="notes-mode_2.html#A-notes-file">2.2 
A notes file</a></li>
-    <li><a name="toc-The-notes-index-1" 
href="notes-mode_2.html#The-notes-index">2.3 The notes index</a></li>
-    <li><a name="toc-The-notes-directories-1" 
href="notes-mode_2.html#The-notes-directories">2.4 The notes 
directories</a></li>
-  </ul></li>
-  <li><a name="toc-Advanced-Features-1" 
href="notes-mode_3.html#Advanced-Features">3. Advanced Features</a>
-  <ul class="toc">
-    <li><a name="toc-Notes-files-1" href="notes-mode_3.html#Notes-files">3.1 
Notes files</a>
-    <ul class="toc">
-      <li><a name="toc-Getting-around-1" 
href="notes-mode_3.html#Getting-around">3.1.1 Getting around</a></li>
-      <li><a name="toc-Subject-summary-1" 
href="notes-mode_3.html#Subject-summary">3.1.2 Subject summary</a></li>
-      <li><a name="toc-Encryption-1" href="notes-mode_3.html#Encryption">3.1.3 
Encryption</a></li>
-      <li><a name="toc-Useful-conventions-1" 
href="notes-mode_3.html#Useful-conventions">3.1.4 Useful conventions</a></li>
-    </ul></li>
-    <li><a name="toc-Notes-indices-1" 
href="notes-mode_3.html#Notes-indices">3.2 Notes indices</a></li>
-    <li><a name="toc-Notes_002dmode-configuration-1" 
href="notes-mode_3.html#Notes_002dmode-configuration">3.3 Notes-mode 
configuration</a></li>
-  </ul></li>
-  <li><a name="toc-History-1" href="notes-mode_4.html#History">4. History</a>
-  <ul class="toc">
-    <li><a name="toc-Notes_002dmode-history-1" 
href="notes-mode_4.html#Notes_002dmode-history">4.1 Notes-mode history</a></li>
-    <li><a name="toc-Credits-1" href="notes-mode_4.html#Credits">4.2 
Credits</a></li>
-    <li><a name="toc-Changes-1" href="notes-mode_4.html#Changes">4.3 
Changes</a></li>
-    <li><a name="toc-Suggested-features-1" 
href="notes-mode_4.html#Suggested-features">4.4 Suggested features</a></li>
-  </ul></li>
-  <li><a name="toc-Installation-1" href="notes-mode_5.html#Installation">5. 
Installation</a></li>
-  <li><a name="toc-Keystroke-index-1" 
href="notes-mode_6.html#Keystroke-index">Keystroke index</a></li>
-  <li><a name="toc-Concept-index-1" 
href="notes-mode_7.html#Concept-index">Concept index</a></li>
-</ul>
-</div>
-<hr size="1">
-<table cellpadding="1" cellspacing="1" border="0">
-<tr><td valign="middle" align="left">[<a href="notes-mode.html#Top" 
title="Cover (top) of document">Top</a>]</td>
-<td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_6.html#Keystroke-index" 
title="Index">Index</a>]</td>
-<td valign="middle" align="left">[<a href="notes-mode_abt.html#SEC_About" 
title="About (help)"> ? </a>]</td>
-</tr></table>
-<p>
- <font size="-1">
-  This document was generated by <em>John Heidemann</em> on <em>April 4, 
2012</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.82</em></a>.
- </font>
- <br>
-
-</p>
-</body>
-</html>
diff --git a/packages/notes-mode/Makefile.in b/packages/notes-mode/Makefile.in
deleted file mode 100644
index 286bf63..0000000
--- a/packages/notes-mode/Makefile.in
+++ /dev/null
@@ -1,192 +0,0 @@
-
-#
-# Makefile.in
-# (if you're reading Makefile, it's autogenerated from Makefile.in)
-# $Id: Makefile.in,v 1.31 2006/01/14 23:26:41 johnh Exp $
-#
-
-######################################################################
-#
-# user configurable parameters
-#
-
-prefix=@prefix@
-# LIB_DIR should be a private place for notes-mode stuff.
-LIB_DIR=@datadir@/notes-mode
-# EL_DIR should be where your site-specific emacs .el{,c}'s go.
-EL_DIR=@lisp_dir@
-# INFO_DIR is for emacs info files.
-INFO_DIR=@infodir@
-INSTALL_INFO=@install_info@
-INSTALL_INFO_SECTION=@install_info_section@
-
-# must be perl 5.000 or better.
-PERL=@perlbin@
-# must be 19 or greater
-EMACS=@emacsbin@
-
-MKDIR_P=@mkdir_p@
-
-#
-# end of user configurable parameters
-#
-######################################################################
-
-
-INSTALLABLE_OTHERS = \
-       README \
-       sample.notesrc \
-       release
-
-OTHERS = \
-       COPYING \
-       Makefile.in \
-       configure \
-       configure.in \
-       install-sh \
-       notes-mode.texi \
-       notes-mode.info \
-       notes-mode.ps.gz
-
-SCRIPTS = \
-       mkall mkindex mkprevnext mkrawindex mkindexcache \
-       mkconfig mknew catsubject notesinit setcrontab \
-       Notes.pm NotesIndex.pm NotesVars.pm
-
-ELS = \
-       notes-variables.el \
-       notes-mode.el notes-index-mode.el \
-       notes-url.el notes-aux.el \
-       notes-emacs.el notes-xemacs.el \
-       notes-first.el
-
-ITMP = /tmp/notes-mode
-
-MY_PERL=/usr/bin/perl
-MY_LIB_DIR=/home/johnh/NOTES/BIN
-MY_EL_DIR=/home/johnh/LIB/EMACS
-
-######################################################################
-#
-# Compliation stuff.
-#
-
-all:
-       @echo "nothing required for make; just run \"make install\""
-
-
-######################################################################
-#
-# Installation stuff.
-#
-
-# install_bins: $(BINS)
-
-install_els: 
-       $(MKDIR_P) $(EL_DIR)
-       $(MKDIR_P) $(LIB_DIR)
-       echo '(setq load-path (cons "$(EL_DIR)" load-path))' 
>.notes-recompile.el
-       echo '(cd "$(EL_DIR)")' >>.notes-recompile.el
-       for i in $(ELS); \
-       do \
-               sed -e 's@$(MY_LIB_DIR)@$(LIB_DIR)@' \
-                       -e 's@$(MY_EL_DIR)@$(EL_DIR)@' \
-                       -e 's@$(MY_LIB_DIR)@$(LIB_DIR)@' < $$i >$(EL_DIR)/$$i; \
-               echo '(byte-compile-file "'$$i'")' >>.notes-recompile.el; \
-       done
-       @echo Warnings in the elisp compilation can be ignored.
-       $(EMACS) -q -batch -l .notes-recompile.el
-
-install_scripts:
-       for i in $(SCRIPTS); \
-       do \
-               sed -e 's@$(MY_PERL)@$(PERL)@' \
-                       -e 's@$(MY_EL_DIR)@$(EL_DIR)@' \
-                       -e 's@$(MY_LIB_DIR)@$(LIB_DIR)@' < $$i >$(LIB_DIR)/$$i; 
\
-               chmod +x $(LIB_DIR)/$$i; \
-       done
-
-install_others:
-       cp $(INSTALLABLE_OTHERS) $(LIB_DIR)
-
-install_info:
-       $(MKDIR_P) $(INFO_DIR)
-       cp notes-mode.info $(INFO_DIR)/notes-mode
-       if test x$(INSTALL_INFO) = xno; \
-       then \
-                echo 'You must manually add notes mode to your info "dir" 
file.'; \
-       else \
-               $(INSTALL_INFO) $(INSTALL_INFO_SECTION) 
--info-file=notes-mode.info --dir-file=$(INFO_DIR)/dir; \
-       fi
-
-
-install_whatnext:
-       @echo "Once notes-mode is installed, start it by running emacs,"
-       @echo "and then do M-x load-library RET notes-mode RET."
-       @echo "Or run   info notes-mode   to read the manual."
-
-
-install: install_els install_scripts install_others install_info 
install_whatnext
-       @echo Notes-mode is installed.
-
-
-######################################################################
-#
-# Documentation stuff.
-#
-
-notes-mode.info: notes-mode.texi
-       makeinfo notes-mode.texi
-
-notes-mode.dvi: notes-mode.texi
-       texi2dvi notes-mode.texi
-
-notes-mode.ps.gz: notes-mode.dvi notes-mode.texi
-       dvips -f notes-mode.dvi |gzip >notes-mode.ps.gz
-
-html:
-       test -d HTML || mkdir HTML
-       ( cd HTML; texi2html -split_chapter ../notes-mode.texi )
-       ( cd HTML; texi2html -monolithic ../notes-mode.texi )
-
-texi: notes-mode.info notes-mode.dvi notes-mode.ps.gz html
-
-# Install_www is only for me.
-WWW_DIR=$$HOME/LIB/WWW/SOFTWARE/NOTES_MODE
-install_www: texi
-       cp HTML/*.html $(WWW_DIR)
-       cp notes-mode.ps.gz $(WWW_DIR)
-       cp notes-mode-`cat release`.tar.gz $(WWW_DIR)
-
-######################################################################
-#
-# Release stuff.
-#
-
-tar.gz: texi
-       $(MKDIR_P) $(ITMP)-`cat release`
-       cp $(INSTALLABLE_OTHERS) $(OTHERS)  $(ITMP)-`cat release`
-       mkdir $(ITMP)-`cat release`/HTML
-       cp -R HTML/.  $(ITMP)-`cat release`/HTML
-       cp $(SCRIPTS)  $(ITMP)-`cat release`
-#      cp $(SRCS)  $(ITMP)-`cat release`
-       for i in $(ELS); do cp $$i $(ITMP)-`cat release`; done
-#      cp -r SAMPLE  $(ITMP)-`cat release`
-#      echo "dir: $(ITMP)-`cat release`/SAMPLE" >$(ITMP)/notesrc
-#      ( NOTESRC=$(ITMP)-`cat release`/notesrc; export NOTESRC;  $(ITMP)-`cat 
release`/mkall )
-       ( cd /tmp; tar cvf - ./notes-mode-* ) | gzip >notes-mode-`cat 
release`.tar.gz
-       rm -rf $(ITMP)-`cat release`/HTML
-       rm -f $(ITMP)-`cat release`/*
-       rmdir $(ITMP)-`cat release`
-
-tar.gz.uu: tar.gz
-       uuencode notes-mode-`cat release`.tar.gz <notes-mode-`cat 
release`.tar.gz >notes-mode-`cat release`.tar.gz.uu
-
-RELEASE_DIR=$$HOME/WORKING/JOHNH_WWW/SOFTWARE/NOTES_MODE
-
-copy_release:
-       cp notes-mode-`cat release`.tar.gz $(RELEASE_DIR)
-       mv notes-mode-`cat release`.tar.gz RELEASES
-       cp HTML/notes-mode/* $(RELEASE_DIR)
-       cp HTML/notes-mode.html $(RELEASE_DIR)
-
diff --git a/packages/notes-mode/Notes.pm b/packages/notes-mode/Notes.pm
deleted file mode 100755
index 129299b..0000000
--- a/packages/notes-mode/Notes.pm
+++ /dev/null
@@ -1,116 +0,0 @@
-#!/usr/bin/perl
-
-#
-# Notes.pm
-# $Id: Notes.pm,v 1.9 2010/06/20 18:31:22 johnh Exp $
-#
-# Copyright (C) 1996-2006,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-#
-# A Perl module implement a notes class. 
-#
-
-require 5.000;
-package Notes;
-use Carp;
-use strict;
-
-#----------------------------------------------------------------------
-
-# my($Notes::revsion) = '$Id: Notes.pm,v 1.9 2010/06/20 18:31:22 johnh Exp $'; 
#' font-lock hack
-# my($Notes::VERSION) = 1.00;
-
-# public method
-# optional argument: pathname to read
-sub new {
-    my ($class, $file) = @_;
-    my $self = bless {};
-    if (defined($file)) {
-       $self->read_from_file($file);
-    } else {
-        $self->init();
-    };
-    return $self;
-}
-
-
-# public method
-sub read_from_file {
-    my ($self, $filename) = @_;
-
-    $self->init();
-
-    open(FILE, "<$filename") || croak "Cannot open $filename";
-    my(@lines) = <FILE>;
-    close FILE;
-    my($i);
-    my($start, $Subject) = (0, undef);
-    my(%entries);
-
-    for ($i = 0; $i < $#lines; $i++) {
-       if ($lines[$i] =~ /^\* / &&
-               $lines[$i+1] =~ /^-+\r?$/) {
-           $self->push_entry($Subject, join("", @lines[$start .. $i-1]));
-           $start = $i;
-           ($Subject) = ($lines[$i] =~ /^\*\s+(.*)\r?$/);
-       };
-    };
-    $i = $#lines + 1;
-    $self->push_entry($Subject, join("", @lines[$start .. $i-1]));
-    return 1;
-}
-
-# public_method
-sub subjects {
-    my($self) = @_;
-    return $self->{'subjects'};
-}
-
-# public method
-sub by_subject {
-    my($self, $Subject) = @_;
-    my($subject) = lc($Subject);
-    return wantarray ? () : undef
-       if (!defined($self->{'entryis_by_subject'}{$subject}));
-    my(@ret) = ();
-    foreach (@{$self->{'entryis_by_subject'}{$subject}}) {
-       push (@ret, $self->{'entries'}[$_]);
-    };
-    return @ret;
-}
-
-# public method
-sub prelude {
-    my($self) = @_;
-    return $self->{'pre'};
-}
-
-
-# private method
-sub push_entry {
-    my($self, $Subject, $entry) = @_;
-    if (!defined($Subject)) {
-       $self->{'pre'} = $entry;
-       return;
-    };
-    my($subject) = lc($Subject);
-    push (@{ $self->{'subjects'} }, $Subject);
-    push (@{ $self->{'entries'} }, $entry);
-    push (@{ $self->{'entryis_by_subject'}{$subject} }, 
$#{$self->{'entries'}});
-}
-
-
-# private method
-sub init {
-    my($self) = @_;
-# These inits break things.  Go figure.
-#    @{ $self->{'subjects'} } =  @{$self->{'entries'}} = ();
-#    %{ $self->{'entryis_by_subject'} } = ();
-    $self->{'pre'} = '';
-}
-
diff --git a/packages/notes-mode/NotesIndex.pm 
b/packages/notes-mode/NotesIndex.pm
deleted file mode 100755
index f547435..0000000
--- a/packages/notes-mode/NotesIndex.pm
+++ /dev/null
@@ -1,100 +0,0 @@
-#!/usr/bin/perl
-
-#
-# NotesIndex.pm
-# $Id: NotesIndex.pm,v 1.3 2003/05/23 16:26:19 johnh Exp $
-#
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-#
-# A Perl module implement a notes-index class. 
-#
-
-package NotesIndex;
-use Carp;
-use strict;
-
-require 5.000;
-$Notes::revsion = '$Id: NotesIndex.pm,v 1.3 2003/05/23 16:26:19 johnh Exp $';
-$Notes::VERSION = 1.00;
-
-=head1 NAME
-
-NotesIndex - a simple class for notes-index files
-
-=head1 Public Methods
-
-new, read_from_file, subjects, by_subject, prelude
-
-=cut
-#' # font-lock hack
-
-#----------------------------------------------------------------------
-
-
-# public method
-sub new {
-    my ($class, $file) = @_;
-    my $self = bless {};
-    if (!defined($file)) {
-        $self->init();
-    } else {
-       $self->read_from_file($file);
-    };
-    return $self;
-}
-
-
-# public method
-sub read_from_file {
-    my ($self, $filename) = @_;
-
-    $self->init();
-
-    open(FILE, "<$filename") || croak "Cannot open $filename";
-
-    while (<FILE>) {
-       chomp;
-       $self->push_link($_);
-    }; 
-
-    close FILE;
-    return 1;
-}
-
-# public_method
-sub subjects {
-    my($self) = @_;
-    return keys %{$self->{'links_by_subject'}};
-}
-
-# public method
-sub by_subject {
-    my($self, $subject) = @_;
-    $subject = lc($subject);
-    my($resref) = $self->{'links_by_subject'}{$subject};
-    return wantarray ? () : undef
-       if (!defined($resref));
-    return wantarray ? @$resref : 1;
-}
-
-
-# private method
-sub push_link {
-    my($self, $link) = @_;
-    my($subject) = ($link =~ m/\d{2}\#\* (.*)$/);
-    $subject = lc($subject);
-    push (@{ $self->{'links_by_subject'}{$subject} }, $link);
-}
-
-
-# private method
-sub init {
-    my($self) = @_;
-}
-
diff --git a/packages/notes-mode/NotesVars.pm b/packages/notes-mode/NotesVars.pm
deleted file mode 100755
index da35dab..0000000
--- a/packages/notes-mode/NotesVars.pm
+++ /dev/null
@@ -1,122 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# NotesVars.pm
-# $Id: NotesVars.pm,v 1.8 2003/05/23 16:26:22 johnh Exp $
-#
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-require 5.000;
-
-#
-# basic initialization
-#
-BEGIN {
-    no strict 'vars';   # avoid %::notes
-    $notes{'home'} = ((getpwuid($<))[7]);
-    my(@config) = `"$ENV{'NOTES_BIN_DIR'}/mkconfig" perl`;
-    die "$0: mkconfig failed\n" if ($#config == -1);
-    eval join("", @config);
-    unshift(@INC, $notes{'bin_dir'});
-}
-
-package NotesVars;
-require Exporter;
-
-@ISA = Exporter;
-#my(%notes);
-@EXPORT = qw(pathname_to_Ymd Ymd_to_epoch
-           pathname_to_epoch epoch_to_pathname
-           url_to_pathname
-           strftime_epoch
-           );
-use Time::Local;
-use POSIX qw(strftime);
-use strict;
-
-
-##
-## Strftime
-##
-## Because "use POSIX" is so slow, I wrote a standalone strftime program.
-## I'm not distributing it because mknew caching seems to solve this problem.
-##
-#
-#my($strftime_inited) = 0;
-#sub init_strftime {
-#    my($x);
-#    # We currently don't support an external strftime.
-#    if (-x "$::notes{'bin_dir'}/strftime" ) {
-#      # run the program
-#      $x = q<
-#              sub strftime_backend {
-#                  my($output) = `> .$::notes{'bin_dir'} .
-#                              q</strftime '$_[0]' $_[1]`;
-#                  chomp $output;
-#                  return $output;
-#              }
-#              >;
-#    } else {
-#      # use POSIX
-#      # This option is about 10 times slower to load.
-#      # Unfortunately eval'ing this code causes perl5.002
-#      # to crash on exit.
-#      $x = q<
-#              use POSIX;
-#              sub strftime_backend {
-#                  return POSIX::strftime($_[0],localtime($_[1])) ;
-#              }
-#              >;
-#    };
-#    eval $x;
-#    $strftime_inited = 1;
-#}
-#
-#sub strftime_epoch {
-#    &init_strftime() unless ($strftime_inited);
-#    return &strftime_backend(@_);
-#}
-
-sub strftime_epoch {
-    return POSIX::strftime($_[0], localtime($_[1]));
-}
-
-sub pathname_to_Ymd {
-    my($pathname) = @_;
-    # NEEDSWORK:  not general (assumes file_form is %y%m%d)
-    my($Y, $m, $d) = ($pathname =~ /(..)(..)(..)$/);
-    $Y += 1900 if ($Y >= 90 && $Y < 100);
-    $Y += 2000 if ($Y < 90 && $Y < 100);
-    return ($Y, $m, $d);
-}
-
-sub Ymd_to_epoch {
-    my($y, $m, $d) = @_;
-    $y -= 1900 if ($y > 1000);   # convert possible $Y to $y
-    return timelocal(0, 0, 12, $d, ($m-1), $y);
-}
-
-sub pathname_to_epoch {
-    my($pathname) = @_;
-    my($Y, $m, $d) = &pathname_to_Ymd($pathname);
-    return &Ymd_to_epoch($Y, $m, $d);
-}
-
-sub epoch_to_pathname {
-    my($epoch) = @_;
-    return 
strftime_epoch("$::notes{dir}/$::notes{int_form}/$::notes{file_form}", $epoch);
-}
-
-sub url_to_pathname {
-    my($url) = @_;
-    $url =~ s@^file:///@@;
-    my($home) = $::notes{home};
-    $url =~ s@^\~@${home}@;
-    $url =~ s@\#\* .*$@@;
-    return $url;
-}
diff --git a/packages/notes-mode/README b/packages/notes-mode/README
deleted file mode 100644
index d26c446..0000000
--- a/packages/notes-mode/README
+++ /dev/null
@@ -1,72 +0,0 @@
-Notes-mode
-----------
-by John Heidemann, <johnh@isi.edu>
-
-For documentation, see
-       notes-mode.info
-       HTML/notes-mode.html
-or     <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/>
-
-
-WHAT IS NOTES-MODE?
--------------------
-
-(From the info documentation)
-
-Notes-mode is an indexing system for on-line note-taking.
-Notes-mode is composed of two parts, the visible part, a major-mode for
-emacs to aid note-taking; and the invisible part, scripts which
-periodically index your notes for you.
-
-For more sales, including
-       Why keep notes?
-       Why keep notes on-line?
-       Why keep notes with notes-mode?
-see <http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/notes-mode_1.html>
-
-
-REQUIREMENTS
-------------
-
-Notes-mode requires Perl-5.  For information: http://www.perl.com
-
-
-INSTALLATION
-------------
-
-For each user:
-       1. Run notesinit
-               (from where it's installed, /usr/local/bin/notesinit
-               by default)
-
-After you've installed notes mode you're encouraged to subscribe
-to the mailing lists:
-Send the message "subscribe" to
-       notes-mode-announce-request@heidemann.la.ca.us and 
-       notes-mode-talk-request@heidemann.la.ca.us.
-(Or use majordomo@heidemann.la.ca.us.)
-
-
-COPYRIGHT
----------
-
-Notes-mode is Copyright (C) 1994-2002,2012  Free Software Foundation, Inc.
-Notes-mode comes with ABSOLUTELY NO WARRANTY.
-This is Free Software, and you are welcome to redistribute it under certain
-conditions.  See the file ``COPYING'' for details about both of
-these conditions.
-
-
-TODO
-----
-
-- figure out how to pass the configured file names to the Perl scripts.
-- Use `completion-at-point-functions'.
-- Use epa/epg for encryption.
-- Figure out what to do about mkall.
-- Use defcustom and get rid of "* in docstrings.
-- Remove notes-use-font-lock.
-- Don't run notes-first just because we load the .el files.
-- Unify notes-utility-dir and notes-bin-dir.
-- Add support for mouse-1-click-follows-link.
-
diff --git a/packages/notes-mode/catsubject b/packages/notes-mode/catsubject
deleted file mode 100755
index 38ba8f5..0000000
--- a/packages/notes-mode/catsubject
+++ /dev/null
@@ -1,112 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# catsubject
-# $Id: catsubject,v 1.7 2003/05/23 16:26:24 johnh Exp $
-#
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-
-sub usage {
-    print STDOUT <<END;
-usage: $0 [-m] subject
-
-Outputs (to stdout) the contents of all entries with the given subject.
-
-Assumes that rawindex is up-to-date.
-
-Options:
-    -m match subjects with a perl regexp
-
-END
-    exit 1
-}
-
-require 5.000;
-
-use Getopt::Long;
-
-&usage if ($#ARGV >= 0 && $ARGV[0] eq '-?');
-my(%opts);
-&GetOptions(\%opts, qw(m));
-&usage if ($#ARGV < 0);
-
-#BEGIN {
-#    $home_dir = ((getpwuid($<))[7]);
-#    @config = `$home_dir/.notesrc perl`;
-#    die "$0: missing .notesrc\n" if ($#config == -1);
-#    eval join("", @config);
-#    unshift(@INC, $notes{'bin_dir'});
-#}
-
-use POSIX;
-BEGIN { unshift(@INC, $ENV{'NOTES_BIN_DIR'}); };
-use NotesVars;
-use Notes;
-use NotesIndex;
-use strict;
-
-
-
-# NEEDSWORK: replace with real argument parsing
-my($Subject) = @ARGV;
-my($subject) = lc($Subject);
-my($match_subject) = ($opts{'m'});
-
-my($subject_description) = ($match_subject ? "match on " : "") . $Subject;
-
-
-#
-# Say what we're doing.
-#
-print "\n* What\n------\n\nOutput of:\n\t$0 " . $subject_description . "\n" .
-    "as of " . localtime(time) . "\n\n\n";
-
-my($notes_index) = new NotesIndex($::notes{dir} . "/rawindex");
-
-
-#
-# Match?
-#
-my(@subjects);
-if ($match_subject) {
-    my($subjects) = ();
-    my($code) = '$s =~ m{' . $subject . '}';
-    my($s);
-    foreach $s ($notes_index->subjects()) {
-       if (eval $code) {
-           push(@subjects, $s);
-       };
-    };
-    print "Subjects:\n", join("\n", @subjects), "\n\n";
-} else {
-    @subjects = ($subject);
-};
-
-#
-#  Do it.
-#
-my($url);
-my($s);
-foreach $s (@subjects) {
-    foreach $url ($notes_index->by_subject($s)) {
-        my($notes) = new Notes(url_to_pathname($url));
-        my($entry);
-        foreach $entry ($notes->by_subject($s)) {
-            my($this) = "this: <$url>";
-           my(@lines) = split(/\n/, $entry);
-           if ($lines[2] =~ /^prev: /) {
-               print join("\n", @lines[0..2], $this, @lines[3..$#lines], 
"\n\n");
-           } else {
-               print join("\n", @lines[0..1], $this, @lines[2..$#lines], 
"\n\n");
-           };
-        };
-    };
-};
-
-exit 0;
diff --git a/packages/notes-mode/dir b/packages/notes-mode/dir
deleted file mode 100644
index 8f1258f..0000000
--- a/packages/notes-mode/dir
+++ /dev/null
@@ -1,20 +0,0 @@
-Ceci est le fichier .../info/dir, lequel contient le noeud 
-le plus haut dans la hiérarchie Info, noeud appelé (dir)Top.
-La première fois que Info est invoqué, vous démarrez la recherche 
-à partir de ce noeud.
-
-File: dir,     Node: Top       Ceci est le haut de l'arborescence INFO
-
-  Ceci (le noeud Répertoire) fournit un menu des sujets majeurs.
-  Taper « q » pour quitter, « ? » pour lister toutes les commandes Info,
-  « d » pour revenir à cet endroit,
-  « h » fournit un guide d'initiation pour les nouveaux venus,
-  « mEmacs<Return> » démarre une consultation du manuel Emacs, etc.
-
-  En Emacs, vous pouvez cliquer avec le bouton-2 de la souris sur un item menu 
-  ou sur une référence croisée pour le sélectionner.
-
-* Menu:
-
-Emacs
-* Notes-mode: (notes-mode).     Organizing on-line note-taking.
diff --git a/packages/notes-mode/mkall b/packages/notes-mode/mkall
deleted file mode 100755
index f2ec8b6..0000000
--- a/packages/notes-mode/mkall
+++ /dev/null
@@ -1,216 +0,0 @@
-#!/usr/bin/perl -w
-# If the above path is incorrect for your system,
-# FOLLOW THE INSTALLATION INSTRUCTIONS in README.
-
-#
-# mkall
-# $Id: mkall,v 1.18 2007/02/23 05:14:59 johnh Exp $
-#
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-sub usage {
-    print STDOUT <<END;
-usage: $0
-
-Does all reindexing needed for notes-mode.
-END
-    exit 1;
-}
-
-
-require 5.000;
-BEGIN { unshift(@INC, $ENV{'NOTES_BIN_DIR'}); };
-use NotesVars;
-use strict;
-use Config;
-
-&usage if (($#ARGV >= 0 && $ARGV[0] eq '-?'));
-
-my($perl) = &find_perl_binary;
-
-# xxx: currently rawindex generates @subjects that index uses.
-# Should remove this dependency.
-my(@subjects) = ();
-
-&make_rawindex;
-&make_index;
-&make_index_cache;
-&make_prevnext;
-&make_mknew_cache;
-&fix_perms;
-
-exit 0;
-
-
-sub find_perl_binary {
-    my($perl) = $^X;
-    return $perl if (-x $perl);
-    $perl = $Config{'installbin'} . "/perl";
-    return $perl if (-x $perl);
-    # If we can't find perl, then we assume the user's set the #! lines 
correctly.
-    return '';
-}
-
-
-sub run_over_all_notes {
-    my($cmd, $user_cmd_name) = @_;
-    open(CMD, "| $cmd") || die ("$0: cannot run $user_cmd_name.\n");
-    foreach (glob "$::notes{'int_glob'}/$::notes{'file_glob'}") {
-       print CMD "$_\n";
-    };    
-    close CMD;
-    if ($? >> 8) {
-        die "$0: $user_cmd_name failed.";
-    };
-}
-
-
-#
-# rawindex 
-#
-#
-# The main thing that happens here is we find and sort the notes entries.
-# We do the sorting in perl because the system sort is less portable
-# (wrt stability, for example).
-#
-sub make_rawindex {
-    chdir ($::notes{'dir'}) || die "$0: cannot cd to $::notes{'dir'}.\n";
-    # if (-f "rawindex") {
-    #     rename('rawindex', 'rawindex~') || die "$0: cannot rename 
rawindex.\n";
-    # };
-    # my($sed_arg) = '"s@' . $::notes{home} . '@/~@"';
-    # system(<<END);
-    #     $::notes{'bin_dir'}/mkrawindex 
$::notes{'dir'}/$::notes{'int_glob'}/$::notes{'file_glob'} |
-    #     sort -f -t# +1 +0 |
-    #     sed $sed_arg > rawindex
-    # END
-    # if ($? >> 8) {
-    #     rename('rawindex', 'rawindex.bad');
-    #     rename('rawindex~', 'rawindex');
-    #     die "$0: rawindex pipeline failed.";
-    # };
-    #
-    # xxx: eventually this will overflow the buffer and we'll need to
-    # do something like xargs.  However, in 10 years of use this hasn't 
happened
-    # for me yet.
-    run_over_all_notes("$perl $::notes{'bin_dir'}/mkrawindex -X >prerawindex", 
"mkrawindex");
-#    open (IF, "$perl $::notes{'bin_dir'}/mkrawindex 
$::notes{'dir'}/$::notes{'int_glob'}/$::notes{'file_glob'} |") || die "$0: 
cannot run mkrawindex\n";
-#    binmode IF;
-    open(IF, "<prerawindex") || die  "$0: cannot open prerawindex.\n";
-    binmode IF;
-    open (OF, ">rawindex+") || die "$0: cannot write to rawindex+\n";
-    binmode OF;
-    my($internal_marker) = chr(1);
-    foreach (<IF>) {
-        chomp;
-       s@$::notes{'home'}@/~@;
-       my($left, $right) = /^([^#]+)\#(.*)$/;
-       push(@subjects, "${right}${internal_marker}${left}");
-    };
-    close IF;
-    @subjects = sort { uc($a) cmp uc($b) } @subjects;
-    foreach (0..$#subjects) {
-        my($left, $right) = ($subjects[$_] =~ /^(.+)${internal_marker}(.*)$/);
-       $subjects[$_] = "$right#$left";
-       print OF "$subjects[$_]\n";
-    };
-    close OF;
-    if (-f 'rawindex') {
-        rename('rawindex', 'rawindex~') || die "$0: rename rawindex{,~} 
failed.\n";
-    };
-    rename('rawindex+', 'rawindex') || die "$0: rename rawindex{+,} failed.\n";
-}
-
-#
-# index
-#
-sub make_index {
-    if (-f 'index') {
-        rename('index', 'index~') || die "$0: rename index{,~} failed.\n";
-    };
-    open (OF, "| $perl $::notes{'bin_dir'}/mkindex > index") || die "$0: 
cannot run mkindex.\n";
-    binmode OF;
-    my($last);
-    foreach (@subjects) {
-        if (!defined($last) || $last ne uc($_)) {
-           print OF "$_\n";
-           $last = uc($_);
-         };
-    };
-    close OF;
-    if ($? >> 8) {
-        rename('index', 'index.bad') || warn "$0: recovery rename index{,.bad} 
failed.\n";
-       rename('index~', 'index') || warn "$0: recovery rename index{~,} 
failed.\n";
-       die "$0: index pipeline failed.";
-    };
-}
-
-#
-# index_cache.el
-#
-# Yes, the code should probably be compiled,
-# but compilation time doesn't seem to be the problem.
-#
-sub make_index_cache {
-    if (-f 'index_cache.el') {
-        rename('index_cache.el', 'index_cache.el~') || die "$0: rename 
index_cache.el{,~} failed.\n";
-    };
-    system(<<END);
-    $perl $::notes{'bin_dir'}/mkindexcache < index > index_cache.el
-END
-    #    emacs -batch --eval '(byte-compile-file "index_cache.el")' 2>&1 | 
grep -v 'free variable'
-    if ($? >> 8) {
-        rename('index_cache.el', 'index_cache.el.bad') || warn "$0: reanme 
index_cache.el{,.bad} failed.\n";
-       rename('index_cache.el~', 'index_cache.el') || warn "$0: rename 
index_cache.el{~,} failed.\n";
-       unlink('index_cache.elc') if (-f 'index_cache.elc');
-       die "$0: index pipeline failed.";
-    };
-    #
-    # Bug found by Klaus Zeitler <kzeitler@lucent.com>:
-    # if we generate index_cache.el in less than a second,
-    # it won't be considered up-to-date.
-    #
-    if (-M 'index' == -M 'index_cache.el') {
-       # We're too fast---stall and update the file
-       sleep(1);   # stall
-       system('touch index_cache.el');   # "update"
-    };
-}
-
-
-#
-# prevnext
-#
-sub make_prevnext {
-    run_over_all_notes("$perl $::notes{'bin_dir'}/mkprevnext -X ./rawindex", 
"mkprevnext");
-}
-
-#
-# mknew cache
-#
-sub make_mknew_cache {
-    my($todays_file) = &epoch_to_pathname(time);
-    system(<<END);
-    $perl $::notes{'bin_dir'}/mknew -c $todays_file >./mknew.cache
-END
-}
-
-#
-# fix permissions
-#
-sub fix_perms {
-    my($perm);
-    foreach (glob("*"), glob("*/*")) {
-       my($mode) = (stat($_))[2];
-       if ($mode & 0077) {
-           chmod (($mode & 0700), $_) || warn "$0: could not chmod $_.\n";
-        };
-    };
-}
-
-
diff --git a/packages/notes-mode/mkconfig b/packages/notes-mode/mkconfig
deleted file mode 100755
index eeb8180..0000000
--- a/packages/notes-mode/mkconfig
+++ /dev/null
@@ -1,118 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# mkconfig
-# $Id: mkconfig,v 1.10 2003/05/23 16:26:30 johnh Exp $
-#
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-sub usage {
-    print STDOUT <<END;
-usage: $0 [elisp|perl]
-END
-    exit 1;
-}
-
-require 5.000;
-use strict;
-
-&usage if ($#ARGV != 0 || $ARGV[0] eq '-?');
-
-
-my($type) = $ARGV[0];
-&usage if ($type ne 'elisp' && $type ne 'perl');
-
-
-my($home_dir) = ((getpwuid($<))[7]);
-
-my(%defaults) = (
-    'dir'      => ['path', '~/NOTES'],
-    'int_form' => ['form', '%Y%m'],
-    'file_form'        => ['form', '%y%m%d'],
-    );
-$defaults{'bin_dir'} = ['path', "$ENV{'NOTES_BIN_DIR'}"]
-    if defined($ENV{'NOTES_BIN_DIR'});
-
-my($key, $value, %notes);
-while (($key, $value) = each %defaults) {
-    $notes{$key} = $value->[1];
-}
-
-#
-# open the file
-#
-my($notesrc) = "$home_dir/.notesrc";
-$notesrc = $ENV{'NOTESRC'} if (defined($ENV{'NOTESRC'}));
-
-if (open (CONFIG, "<$notesrc")) {
-    while (<CONFIG>) {
-        next if (/^\s*#/);
-        next if (/^\s*$/);
-        next if (/^\s*exec/);
-        ($key, $value) = /^\s*([^:]+):\s*(.*)$/;
-        $notes{$key} = $value;
-        die("$0: file_form cannot be changed from %y%m%d.\n")
-       if ($key eq 'file_form' && $value ne '%y%m%d');
-    };
-    close CONFIG;
-};
-
-#
-# generate extra forms
-#
-my(%old_notes) = %notes;
-while (($key, $value) = each %old_notes) {
-    next if ($key eq '');
-
-    # fix forms
-    if ($defaults{$key}->[0] eq 'form') {
-       my($oldkey, $oldvalue) = ($key, $value);
-       $key =~ s/_form/_glob/;
-       $value =~ s/%Y/[12][90][0-9][0-9]/g;
-       $value =~ s/%(y|m|d)/[0-9][0-9]/g;
-       $notes{$key} = $value;
-
-       my($key, $value) = ($oldkey, $oldvalue);
-       $key =~ s/_form/_regexp/;
-       $value =~ s/%Y/[12][90]([0-9][0-9])/g;
-       $value =~ s/%(y|m|d)/([0-9][0-9])/g;
-       $notes{$key} = $value;
-    };
-};
-$notes{'url_prefix'} = "file:///$notes{'dir'}/";
-
-#
-# output
-#
-#if ($type eq 'perl') {
-#} else {
-#};
-my($comment) = ($type eq 'perl' ? '# ' : '; ');
-print "$comment automatically generated by $0\n";
-while (($key, $value) = each %notes) {
-    next if ($key eq '');
-
-    # normalize stuff
-    if (defined($defaults{$key}) && $defaults{$key}->[0] eq 'path') {
-       # not absolute or ~, then it's in notes_dir.
-       $value = "$notes{'dir'}/$value" if ($value !~ m@^[~/]@);
-       # fix ~
-        $value =~ s@^~/@$home_dir/@;
-    };
-
-    if ($type eq 'perl') {
-       print "\$notes{'$key'} = '$value';\n";
-    } else {
-       $key =~ s/_/-/g;
-       $value =~ s/([()])/\\\\$1/g if ($key =~ /-regexp$/);
-       print "(defvar notes-$key \"$value\")\n";
-    };
-};
-
-exit 0;
-
diff --git a/packages/notes-mode/mkindex b/packages/notes-mode/mkindex
deleted file mode 100755
index e184875..0000000
--- a/packages/notes-mode/mkindex
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# mkindex
-# $Id: mkindex,v 1.9 2003/05/23 16:26:33 johnh Exp $
-#
-# Copyright (C) 1994-1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License.
-#
-
-sub usage {
-    print STDERR <<END;
-usage: $0 <rawindex >index
-
-Converts a raw index from a notes database into an index
-suitable for notes-index-mode in emacs.
-END
-    exit 1;
-}
-
-require 5.000;
-
-while (<>) {
-    chomp;
-    ($date, $subject) = m@/(\d{6})#\* (.*)$@;
-    warn("could not find date in rawindex line ``$_''.\n"), next if 
(!defined($date));
-    warn("could not find subject in rawindex line ``$_''.\n"), next if 
(!defined($subject));
-    $lcsubject = lc($subject);
-    $subject{$lcsubject} = $subject;
-    $list{$lcsubject} = "" if (!defined($list{$lcsubject}));   # for -w
-    $list{$lcsubject} .= "$date, ";
-};
-
-print "# -*- mode: notes-index -*-\n";
-foreach (sort keys %list) {
-    # Trim the trailing ", ".
-    $list{$_} =~ s/, $//;
-    print "$subject{$_}: $list{$_}\n";
-};
diff --git a/packages/notes-mode/mkindexcache b/packages/notes-mode/mkindexcache
deleted file mode 100755
index 6d8f391..0000000
--- a/packages/notes-mode/mkindexcache
+++ /dev/null
@@ -1,82 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# mkindexcache
-# $Id: mkindexcache,v 1.12 2008/08/08 17:41:14 johnh Exp $
-#
-# Copyright (C) 1994-2006,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License.
-#
-
-sub usage {
-    print STDERR <<END;
-usage: $0 <index >index.el
-
-Converts a processed index into elisp code to intern
-the symbols and font-lock the buffer.
-END
-    exit 1;
-}
-
-require 5.006;  # for IO handling of :locale
-
-# Force unicode for input and output.
-# Without this requirement, unicode on the input results in incorrect
-# (byte-level, not character-level) values of $seek,
-# and since emacs' put-text-property is char-level,
-# it gets off.
-use open ':locale';   # Now let $ENV{LANG} and $ENV{LC_CTYPE} determine input 
encoding; previously we forced utf8, but not all are pure.
-
-my(@subjects) = ();
-my(@sstart, @send) = ();
-my($seek) = 1;
-
-while (<>) {
-    if (m@^(.*): \d@) {
-        push(@subjects, $1);
-       push(@sstart, $seek);
-       push(@send, $seek + length($1));
-    };
-    $seek += length($_);
-#    my $l1 = length($_);
-#    my $l2;
-#    do { use bytes; $l2 = length($_); };
-#    print "; $l1 $l2\n";
-};
-
-sub round_to_power_of_8 {
-    my($n) = @_;
-    return 8 ** (length(sprintf("%o", $n)));
-}
-
-print ";; auto-generated by mkindexcache\n";
-print "(defun notes-index-parse-buffer-cached ()\n";
-my($asize) = round_to_power_of_8($#subjects) - 1;
-print "  (setq notes-subject-table (make-vector $asize 0))\n";
-
-# output intern'ing code
-print "  (mapcar (function (lambda (a) (intern a notes-subject-table))) '(\n";
-foreach (@subjects) {
-    my($qsubject) = $_;
-    $qsubject =~ s/(["\\])/\\$1/g; #"
-    print "\t\"$qsubject\"\n";
-};
-print "    ))\n";
-
-# output font-lock code
-print "  (if notes-use-font-lock\n" .
-      "    (progn\n" .
-      "      (remove-text-properties (point-min) (point-max) '(face nil))\n" .
-      "        (mapcar (function (lambda (a)\n" .
-      "                            (put-text-property (car a) (cdr a) 'face 
notes-bold-face)))\n" .
-      "                '(\n";
-for (0..$#subjects) {
-    print "\t\t($sstart[$_] . $send[$_])\n";
-};
-print "      )))))\n";
-
-exit 0;
-
-
diff --git a/packages/notes-mode/mknew b/packages/notes-mode/mknew
deleted file mode 100755
index 3df1ae8..0000000
--- a/packages/notes-mode/mknew
+++ /dev/null
@@ -1,254 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# mknew
-# $Id: mknew,v 1.19 2006/01/14 18:28:41 johnh Exp $
-#
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-
-sub usage {
-    print STDOUT <<END;
-usage: $0 new-date
-
-Create a new notes file by cloning the most recent date.
-Output goes to stdout.
-
-This program makes several assumptions about the notes-file format.
-Current hurestics:
-
-1.  Before the first real entry, lines of the form
-"12-Jan-96 Friday" and "12 Jan 1996" are updated.
-
-2.  A "today" entry is brought forward each day.
-(Some people use this as a to-do list.)
-
-3.  If an entry named according to the day of the week exists, a new
-one is made.
-
-
-Known Bugs:
-We assume that notes are created on the day that they correspond to.
-The date is not inferred from the filename.
-
-Known non-bug:  this program is Y2K OK.
-END
-    exit 1
-}
-
-
-&usage if ($#ARGV == -1 || ($#ARGV >= 0 && $ARGV[0] eq '-?'));
-
-require 5.000;
-use File::Basename;
-BEGIN { unshift(@INC, $ENV{'NOTES_BIN_DIR'}); };
-use NotesVars;
-use Notes;
-use POSIX qw(strftime);
-use strict;
-
-
-# xxx: dumb arg parsing
-my($cache) = 0;
-if ($ARGV[0] eq '-c') {
-    $cache = 1;
-    shift;
-};
-&usage if ($#ARGV != 0);
-my($date) = @ARGV;
-my($date_epoch) = pathname_to_epoch($date);
-my($name, $path) = fileparse($date);
-
-
-#
-# Constants.
-#
-my(@days, @months, @short_days, @short_months, $all_days_regexp_switch, 
$all_months_regexp_switch);
-&generate_constants;
-
-sub generate_constants {
-    # this stuff is based on the suggestion in perllocale(1)
-    # The junk at the end is an list that is struct tm;
-    # things are hardcoded to year 106 == 2006 since Jan 1 is nicely on a 
Sunday.
-    foreach (0..6) {
-       push(@days, strftime("%A",  1,0,0,$_+1,0, 106,$_));
-       push(@short_days, strftime("%a", 1,0,0,$_+1,0, 106,$_));
-    };
-    foreach (0..11) {
-       push(@months, strftime("%B", 1,0,0,1,$_, 106));
-       push(@short_months, strftime("%b", 1,0,0,1,$_, 106));
-    };
-    $all_days_regexp_switch = join("|", @days, @short_days);
-    $all_months_regexp_switch = join("|", @months, @short_months);
-};
-
-my($prev) = &figure_prev($name, $path);
-
-if ($cache) {
-    print "mknew.cache 830494922\n$prev\n$date\n";
-};
-my($prev_notes) = new Notes($prev);
-&mknew($prev_notes);
-
-
-exit 0;
-
-
-sub figure_prev {
-    my($name, $path) = @_;
-
-    # Given ${name,path}form, back-compute noon of the current date.
-    my($epoch) = &pathname_to_epoch("$path/$name");
-
-    my($tries);
-    # search back up to a year
-    for ($tries = 0; $tries < 365; $tries++) {
-       my($newpathname) = &epoch_to_pathname($epoch);
-       # print "$newpathname\n";
-       return $newpathname if (-f $newpathname);
-       $epoch -= 24 * 60 * 60;
-    };
-    exit 0;
-    # die("$0: could not find prior note.\n");
-}
-
-sub sanitize_note {
-    my($note, $title) = @_;
-    $note =~ s/\nprev: <.*>\nnext: <.*>\n/\n/m;
-    $note =~ s/\* .*\n-+\n//m if ($title);
-    return $note;
-}
-
-sub infer_day_form {
-    my($sample) = @_;
-    return '' if ($sample eq '');
-    return '%a' if (length($sample) == 3);
-    return '%A';
-}
-
-sub infer_month_form {
-    my($sample) = @_;
-    return '' if ($sample eq '');
-    return '%b' if (length($sample) == 3);
-    return '%B';
-}
-
-sub infer_year_form {
-    my($sample) = @_;
-    return '' if ($sample eq '');
-    return '%y' if (length($sample) == 2);
-    return '%Y';
-}
-
-sub mknew {
-    my($prev_notes) = @_;
-    my($pre) = $prev_notes->prelude();
-    my(@F);
-
-    #
-    # Case 1:  dates at the beginning
-    # This convetion in the format ``30-Apr-96 Tuesday'' is in use by johnh,
-    # and in the format ``30 Apr 1996'' by geoff.
-    #
-    # Case 1a:  DayName? DayNum Month Year DayName?
-    @F = ($pre =~ /[\s\n]?
-           ($all_days_regexp_switch)?(\W+)?
-           (\d+)(\W+)
-           ($all_months_regexp_switch)(\W+)
-           (\d+)
-           (\W+)?($all_days_regexp_switch)?[\n]
-           [ ]?(\-+)?
-           (\n+)/xm);
-    if ($#F != -1) {
-       # date heading
-       # Sigh.  Back-infer date format.
-       foreach (0..$#F) {
-           $F[$_] = '' if (!defined($F[$_]));
-       };
-       my($form);
-       $form = &infer_day_form($F[0]) . $F[1] .
-               "%d" . $F[3] .
-               &infer_month_form($F[4]) . $F[5] .
-               &infer_year_form($F[6]) .
-               $F[7] . &infer_day_form($F[8]);
-       # This next (bogus) line works around
-       # a bug in redhat 5.0's perl-5.004-2.
-       my($x) = sprintf("%x", 10);
-# print STDERR "mknew: 1a1b\n";
-       my($new_date) = strftime_epoch($form, $date_epoch);
-       # Hack to fix leading zeros.
-       # strftime should support something like %!0d.
-       if ($form =~ /^%d/m && $new_date =~ /^0\d/m) {
-           $new_date =~ s/^0//m;
-       };
-       print "\n$new_date\n";
-       print "" . ("-" x length($new_date))
-           if ($F[9] =~ /\-/);
-       print $F[10];
-    };
-    # Sigh, reverse month and DayNum
-    # Case 1b:  DayName? Month DayNum Year DayName?
-    @F = ($pre =~ /[\s\n]?
-           ($all_days_regexp_switch)?(\W+)?
-           ($all_months_regexp_switch)(\W+)
-           (\d+)(\W+)
-           (\d+)
-           (\W+)?($all_days_regexp_switch)?[\n]
-           [ ]?(\-+)?
-           (\n+)/xm);
-    if ($#F != -1) {
-       # date heading
-       # Sigh.  Back-infer date format.
-       foreach (0..$#F) {
-           $F[$_] = '' if (!defined($F[$_]));
-       };
-       my($form);
-       $form = &infer_day_form($F[0]) . $F[1] .
-               &infer_month_form($F[2]) . $F[3] .
-               "%d" . $F[5] .
-               &infer_year_form($F[6]) .
-               $F[7] . &infer_day_form($F[8]);
-       my($new_date) = strftime_epoch($form, $date_epoch);
-       print "\n$new_date\n";
-       print "" . ("-" x length($new_date)) . "\n\n"
-           if ($F[9] =~ /\-/);
-       print $F[10];
-    };
-
-    #
-    # Case 2:  the "today" entry.
-    # This convention is in use by johnh.
-    #
-    my(@todays) = $prev_notes->by_subject('Today');
-    if ($#todays >= 0) {
-        die ("Too many today entries.\n")
-           if ($#todays != 0);
-       print sanitize_note($todays[0], 0);
-    };
-
-    #
-    # Case 3:  a day-of-the-week entry.
-    # This convention is in use by geoff.
-    #
-    my($i);
-    foreach $i (@days) {
-       my(@entries) = $prev_notes->by_subject($i);
-       if ($#entries != -1) {
-           # Generate a raw entry; don't bother to move forward contents.
-           my($t) = "* " . strftime_epoch("%A", $date_epoch);
-           print "\n" .
-               $t .
-               "\n" .
-               ("-" x length($t)) .
-               "\n" .
-               sanitize_note($entries[0], 1);
-       };
-    };
-}
-
-
diff --git a/packages/notes-mode/mkprevnext b/packages/notes-mode/mkprevnext
deleted file mode 100755
index 5e65149..0000000
--- a/packages/notes-mode/mkprevnext
+++ /dev/null
@@ -1,275 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# mkprevnext
-# $Id: mkprevnext,v 1.22 2007/02/23 05:15:17 johnh Exp $
-#
-# Copyright (C) 1994-1996,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License.
-#
-
-sub usage {
-    print STDOUT <<END;
-usage: $0 [-X] indexfile [FILE...]
-       Update the prev and next pointers in [file...]
-       based on indexfile.
-
-       We assume that indexfile is sorted.
-
-Option: -X means read the filesname from stdin rather than the command line.
-
-To update prev/next pointers do:
-       ./mkprevnext ./index 9?????
-END
-    exit 1
-}
-
-require 5.000;
-
-
-my($files_from_stdin) = undef;
-if ($ARGV[0] eq '-X') {
-    $files_from_stdin = 1;
-    shift @ARGV;
-}
-&usage if ($#ARGV < 0);
-
-%direction_delta = split(/ +/, 'prev -1   next 1');
-
-
-#
-# read the index
-#
-&read_index(shift);
-
-foreach (@ARGV) {
-    &reindex_file($_);
-};
-if ($files_from_stdin) {
-    while (<STDIN>) {
-       chomp;
-       &reindex_file($_);
-    }
-};
-
-exit 0;
-
-#
-# Read the index file.
-# Build links of in $index{"$file#$subject","$prevnext"}.
-# Assumes that the index is sorted.
-#
-sub read_index {
-    local($indexfile) = @_;
-    local ($file, $subject);
-    local (@old_sort_order, @sort_order);
-    local($filesubject, $prevfilesubject) = ('', '');
-
-    if (-z $indexfile) {
-       warn("$0: aborted.  $indexfile is zero length.\n");
-       exit 0;
-    };
-    open(INDEX,"<$indexfile") || die("Cannot open $indexfile");
-    binmode INDEX;
-    ($prevurl, $prevfile, $prevsubject) = ("", "", "");
-    @sort_order = ("") x 3;
-    while (<INDEX>) {
-        chop if (/\n$/);
-       $url = $_;
-       ($filehead, $file, $subject) = /^(.*)\/([^#]*)\#(.*)$/;
-       # Sigh, have to fold things to upper case since sort only
-       # does that, not to lower case.
-       $filehead = uc($filehead);
-       $file = uc($file);
-       $subject = uc($subject);
-       $filesubject = "$file#$subject";
-       
-       # verification
-       die ("Bad index entry: $_") if (!defined($file) || !defined($subject));
-       @old_sort_order = @sort_order;
-       @sort_order = ($subject, $filehead, $file);
-       foreach $i (0..$#sort_order) {
-           last if ($sort_order[$i] gt $old_sort_order[$i]);
-           die ("Index is not in sorted order (entries 
$i).\n\t$sort_order[$i]\n\t$old_sort_order[$i]\n")
-               if ($sort_order[$i] lt $old_sort_order[$i])
-       };
-
-       # Skip repeated entries.
-       if ($filesubject eq $prevfilesubject) {
-           $count_i{$filesubject}++;
-           next;
-       };
-
-       # Record the links.
-       $url_i{$filesubject} = $url;
-       if ($prevsubject eq $subject) {
-           $link_i{$filesubject,'prev'} = $prevfilesubject;
-           $link_i{$prevfilesubject,'next'} = $filesubject;
-       } else {
-           $link_i{$filesubject,'prev'} = 'none';
-           $link_i{$prevfilesubject,'next'} = 'none';
-       };
-       # Count entries per-file.
-       $count_i{$filesubject} = 1;
-       ($prevurl, $prevfile, $prevsubject, $prevfilesubject) =
-           ($url, $file, $subject, $filesubject);
-    };
-    # Close the last pointer and hacks for null pointers.
-    $link_i{$prevfilesubject,'next'} = 'none';
-    $url_i{'none'} = 'none';
-    $count_i{'none'} = 1;
-    close (INDEX);
-}
-
-
-#
-# Go through a particular file
-# and update its prev/next pointers.
-#
-sub reindex_file {
-    local ($fullfile) = @_;
-    local (@data, $change, $mode, $subject);
-    local ($mode_lookheader, $mode_expectdash, $mode_expectprev, 
$mode_expectnext) = (0..99);
-    local(@olddata);
-    local (@data, $data, $error);
-    local ($subject_length, $found_expected_label);
-    local (%subject_count) = ();
-
-    local($file) = ($fullfile);
-    $file =~ s@.*/([^/]+)@$1@;   # basename
-
-    open(FILE,"<$fullfile") || die("Cannot open $file");
-    @olddata = <FILE>;
-    close(FILE);
-    # $file = uc($file);
-    $change = 0;
-    $mode = $mode_lookheader;
-    #
-    # Scan through the file, looking for headers.
-    # There is some context senstivity using $mode.
-    #
-    foreach (@olddata) {
-       if ($mode == $mode_lookheader) {
-           if (!/^(\* .*)$/) {
-               # skip simple data
-               push (@data, $_);
-               next;
-           } else {
-               # header
-               $subject = uc($1);
-               $filesubject = "$file#$subject";
-               push (@data, $_);
-               $subject_length = length($_) - 1;
-               $subject_count{$subject}++;
-               $mode = $mode_expectdash;
-               next;
-           };
-       } elsif ($mode == $mode_expectdash) {
-           if (/^\-+$/) {
-               # Check and fix dash length.
-               if (length($_)-1 != $subject_length) {
-                   $_ = ("-" x $subject_length) . "\n";
-                   $change++;
-               };
-               push (@data, $_);
-               $mode = $mode_expectprev;
-               next;
-           } else {
-               # warn("warning: subject <$subject> missing dashes in 
$file.\n") if (!/^\*/);
-               push (@data, $_);
-               $mode = $mode_lookheader;
-               next;
-           };
-       } elsif ($mode == $mode_expectprev) {
-           $found_expected_label = (/^prev: \<(.*)\>$/) ? 1 : 0;
-           push (@data, &new_link('prev', $file, $subject, 
$subject_count{$subject}));
-           $change++ if (!$found_expected_label ||
-                       ($found_expected_label && $data[$#data] ne $_));
-           $mode = $mode_expectnext;
-           if ($found_expected_label) { next; } else { redo; };
-       } elsif ($mode == $mode_expectnext) {
-           $found_expected_label = (/^next: \<(.*)\>$/) ? 1 : 0;
-           push (@data, &new_link('next', $file, $subject, 
$subject_count{$subject}));
-           $change++ if (!$found_expected_label ||
-                       ($found_expected_label && $data[$#data] ne $_));
-           $mode = $mode_lookheader;
-           if ($found_expected_label) { next; } else { redo; };
-       } else {
-           die ("bad mode: $mode");
-       };
-       die("end of loop reached unexpectedly.");               
-    };
-    close (FILE);
-
-    return if (!$change);
-
-    warn("Updating file $file.\n") if ($verbose);
-    warn("   writing backup file ${fullfile}~.\n") if ($verbose);
-    open(BFILE, ">$fullfile~") || die("Cannot write backup file 
$fullfile~.\n");
-    $data = join("", @olddata);
-    $error = syswrite(BFILE, $data, length($data));
-    die("Backup file failed.\n") unless ($error = length($data));
-
-    open (FILE, ">$fullfile") || goto abort;
-    $data = join("", @data);
-    $error = syswrite(FILE, $data, length($data));
-    goto abort unless ($error == length($data));
-    close (FILE) || goto abort;
-    return;
-
-abort:
-    close (FILE);   # ignore error
-    warn ("Aborting changes to file $file.\n");
-    rename("$fullfile~", "$fullfile") ||
-       die("Could not back-out changes to $file.  Old data saved in $file~.");
-    return;
-}
-
-
-sub new_link {
-    local ($direction, $file, $subject, $srcposition) = @_;
-    local($filesubject) = "$file#$subject";
-    local($other_count);
-
-    # First handle ignorance.
-    return &format_url($direction,'none')
-        if (!defined($link_i{$filesubject,$direction}));
-
-    # See if we're in the same file.
-    if (($direction eq 'prev' && $srcposition > 1) ||
-       ($direction eq 'next' && $srcposition < $count_i{$filesubject})) {
-
-       return &format_url($direction, $url_i{$filesubject},
-           $srcposition + $direction_delta{$direction});
-
-    } else {
-       # In a different file.  Does the other file have multple entries?
-       $other_count = $count_i{ $link_i{$filesubject,$direction} };
-       if ($other_count != 1) {
-           
-           return &format_url($direction,
-               $url_i{ $link_i{$filesubject,$direction} },
-               ( $direction eq 'prev' ? $other_count : 1));
-
-       } else {
-           # Different file with only one entry.
-           return &format_url($direction,
-               $url_i{ $link_i{$filesubject,$direction} } );
-       };
-    };
-}
-
-sub format_url {
-    local($direction, $url, $count) = @_;
-    $url =~ s/\#\*/#$count*/ if (defined($count));
-    return "$direction: <$url>\n";
-}
-
-## substutite for "uc", if you want to back-port to perl4.
-# sub tolower {
-#     local ($s) = @_;
-#     $s =~ tr/a-z/A-Z/;
-#     return $s;
-# }
diff --git a/packages/notes-mode/mkrawindex b/packages/notes-mode/mkrawindex
deleted file mode 100755
index 09c2eb6..0000000
--- a/packages/notes-mode/mkrawindex
+++ /dev/null
@@ -1,92 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# mkrawindex -- index notes files
-# $Id: mkrawindex,v 1.17 2007/02/24 01:25:08 johnh Exp $
-#
-# Copyright (C) 1994-2006,2012  Free Software Foundation, Inc.
-# Comments to <johnh@isi.edu>.
-#
-# This file is under the Gnu Public License, version 2.
-# For details see the COPYING which accompanies this distribution.
-#
-
-sub usage {
-    print STDOUT <<END;
-usage: $0 [-X] [file...]
-       Writes a raw index to stdout.
-
-       If no files are specified as arguments,
-       they are read from stdin.
-
-Option: -X means read the filesname from stdin rather than the command line.
-
-END
-    exit 1
-}
-
-# old implementation:
-# To make an index do:
-#    ./mkrawindex /h/local/users/johnh/STUFF/NOTES/9????? |
-#      sort -f -t# +1 +0 |
-#      sed 's:/h/local/users/johnh:~:' >index
-
-require 5.000;
-BEGIN { unshift(@INC, $ENV{'NOTES_BIN_DIR'}); };
-use Notes;
-use NotesVars;
-
-my($files_from_stdin) = undef;
-if ($ARGV[0] eq '-X') {
-    $files_from_stdin = 1;
-    shift @ARGV;
-}
-
-&usage if ($#ARGV == 0 && $ARGV[0] eq '-?');
-
-my($opthost) = "";
-# could be localhost to have urls be file://localhost/foo instead of
-# file:///foo.
-
-#
-#
-#
-foreach (@ARGV) {
-    &add_file_to_index($_);
-}
-if ($files_from_stdin) {
-    while (<STDIN>) {
-       chomp;
-        &add_file_to_index($_);
-    };
-};
-
-exit 0;
-
-
-sub add_file_to_index {
-    my($fn) = @_;
-
-    # "cannonicalize" the filename
-    my($cannon_fn) = $fn;
-    if ($cannon_fn !~ m@^/@) {
-       $cannon_fn = $::notes{dir} . "/" . $cannon_fn;
-       $cannon_fn =~ s@^$::notes{home}@/~@;
-    };
-
-    my($n) = new Notes($fn);
-    my($subs_ref) = $n->subjects();
-    if (!defined($subs_ref)) {
-       warn "$0: no subjects for file $fn.\n";
-       return;
-    };
-    foreach (@$subs_ref) {
-       warn("$0: subject $_ in $fn has leading spaces.\n")
-           if (/^\s$/);
-       warn("$0: subject $_ in $fn has trailing spaces.\n")
-           if (/\s$/);
-       warn("$0: subject $_ in $fn has an embedded number sign---this will 
cause problems with prev/next entries.\n")
-           if (/\#/);
-        print "file://$opthost$cannon_fn#* $_\n";
-    };
-}
diff --git a/packages/notes-mode/notes-aux.el b/packages/notes-mode/notes-aux.el
deleted file mode 100644
index a7575e2..0000000
--- a/packages/notes-mode/notes-aux.el
+++ /dev/null
@@ -1,72 +0,0 @@
-;;; notes-aux.el --- Auxiliary functions for notes-mode and friends
-
-;; Copyright (C) 1994,1995,1998,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>.
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;;; Code:
-
-;;;###autoload
-;;(defun notes-format-date (&optional calendar-date)
-;;  "Format the calendar-date-style DATE up to be a notes-format date.
-;;If no DATE is specified, use today's date."
-;;  (require 'calendar)
-;;  (let* ((date (if calendar-date
-;;                calendar-date
-;;              (calendar-current-date)))
-;;      (month (car date))
-;;      (day (nth 1 date))
-;;      (year (nth 2 date)))
-;;    (format "%02d%02d%02d" (- year 1900) month day)))
-(defun notes-format-date (&optional time)
-  "Format the TIME up to be a notes-format date.
-If no TIME is specified, use today's date."
-  (require 'notes-variables)
-  (if (null time)
-      (setq time (current-time)))
-  (format-time-string notes-file-form time))
-
-(defun notes-file-to-epoch (file)
-  "Convert a notes FILE to an epoch time."
-  (string-match notes-file-regexp file)
-  (let
-      ((y (string-to-number (match-string 1 file)))
-       (m (string-to-number (match-string 2 file)))
-       (d (string-to-number (match-string 3 file))))
-    (if (< y 1900)
-       (setq y (+ y 1900)))
-    (if (< y 1970)
-       (setq y (+ y 100)))
-    (encode-time 0 0 12 d m y)))
-
-(defun notes-file-to-url (file &optional tag)
-  "Convert a notes FILE to a URL with an optional TAG."
-  (let
-      ((epoch (notes-file-to-epoch file)))
-    (concat
-     notes-url-prefix
-     (format-time-string notes-int-form epoch)
-     "/"
-     (format-time-string notes-file-form epoch)
-     (if tag "#* " "")
-     tag)))
-
-(provide 'notes-aux)
-;;; notes-aux.el ends here
diff --git a/packages/notes-mode/notes-emacs.el 
b/packages/notes-mode/notes-emacs.el
deleted file mode 100644
index 6fd4874..0000000
--- a/packages/notes-mode/notes-emacs.el
+++ /dev/null
@@ -1,39 +0,0 @@
-;;; notes-emacs.el --- Emacs compatibility functions
-
-;; Copyright (C) 1998,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;;; Code:
-
-(defun notes-platform-bind-mouse (map generic-key fn)
-  "Map Emacs symbols (a no-op)."
-  (define-key map (vector generic-key) fn))
-
-(defun notes-platform-init ()
-  "Init platform-specific stuff for notes-mode."
-  (if notes-platform-inited
-      t
-    (setq notes-platform-inited t)
-    (if (eq notes-bold-face 'notes-bold-face)
-       (copy-face 'bold notes-bold-face))))
-
-(provide 'notes-emacs)
-;;; notes-emacs.el ends here
diff --git a/packages/notes-mode/notes-first.el 
b/packages/notes-mode/notes-first.el
deleted file mode 100644
index 92c9c59..0000000
--- a/packages/notes-mode/notes-first.el
+++ /dev/null
@@ -1,54 +0,0 @@
-;;; notes-first.el --- Setup notes-mode before first use
-
-;; Copyright (C) 2000-2006,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>.
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;; 
-
-;;; Code:
-
-(defvar notes-first-perl5-binary "perl"
-  "Location of the perl binary to invoke notesinit (must be perl v5).")
-
-(defun notes-first-use-init ()
-  "Set up notes mode for the first time for a new user."
-  ;; note that we CAN'T assume the contents of notes-variables is loaded.
-  (if (y-or-n-p "Setup notes-mode with defaults? ")
-      (notes-first-run-notes-init)
-    (error (concat "Please run " notes-utility-dir "/notesinit by hand in a 
shell to customize defaults."))))
-
-;; xxx: eventually we might do something more sophisticated here
-;; (like asking the user questions directly).
-(defun notes-first-run-notes-init ()
-  "Run notesinit with defaults."
-  (let*
-      ((notes-init-cmd (expand-file-name "notesinit" notes-utility-dir))
-       (process-environment
-        (cons (concat "NOTES_BIN_DIR=" (directory-file-name notes-utility-dir))
-              process-environment)))
-    (message (concat "Running \"" notes-first-perl5-binary notes-init-cmd "\" 
to set up notes-mode."))
-    (call-process notes-first-perl5-binary nil nil nil notes-init-cmd "-D"))
-  ;; ok, things are setup, but we want to lead the user to what to do next
-  ;; => start up on today's note
-  (message "Notes are now set up.  Run M-x notes-index-todays-link to start."))
-
-(provide 'notes-first)
-;;; notes-first.el ends here
diff --git a/packages/notes-mode/notes-index-mode.el 
b/packages/notes-mode/notes-index-mode.el
deleted file mode 100644
index 16012d5..0000000
--- a/packages/notes-mode/notes-index-mode.el
+++ /dev/null
@@ -1,269 +0,0 @@
-;;; notes-index-mode.el --- Index manipulation for notes-mode
-
-;; Copyright (C) 1994-1998,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;;; Code:
-
-(require 'notes-variables)
-(require 'notes-aux)
-
-
-(defvar notes-index-mode-map
-  (let ((map (make-sparse-keymap)))
-    ;; There were bindings to make mouse-1 do pointer following,
-    ;; but I removed it because all the rest of emacs uses mouse-2.
-    ;; If you want them, add them with notes-index-mode-hook.
-    (notes-platform-bind-mouse map 'mouse-2 'notes-index-mouse-follow-link)
-    (notes-platform-bind-mouse map 'S-mouse-2 
'notes-index-mouse-follow-link-other-window)
-    (define-key map "\r" 'notes-index-follow-link)
-    (define-key map "\C-c\C-s" 'notes-summarize-subject)
-    (define-key map "o" 'notes-index-link)
-    map))
-
-
-(defvar notes-index-lazy-message-old-time 0)
-
-(defun notes-index-lazy-percent-message (text fraction whole)
-  "Put up a message occasionally.
-Displays TEXT (a format string), with FRACTION of WHOLE
-shown as a percentage.  (Read the code to see what this
-cryptic statement means.)"
-  (if (= notes-index-lazy-message-old-time
-        (setq notes-index-lazy-message-old-time (+ 1 (nth 1 (current-time)))))
-      nil
-    (message text (/ (* fraction 100) whole))))
-
-(defun notes-index-parse-buffer ()
-  "Parse a notes-index buffer, fontifying and building subject completion.
-
-If fontification is enabled, subjects will be emboldened
-and dates will be mouse-highlighted.
-
-In any event a subject completion table will be built.
-
-This routine works by calling either \[notes-index-parse-buffer-uncached]
-or \[notes-index-parse-buffer-cached] (if possible)."
-  (interactive)
-  (let
-      ((inhibit-read-only t))
-    (if (and (file-exists-p (expand-file-name "index_cache.el" notes-dir))
-            (file-newer-than-file-p
-              (expand-file-name "index_cache.el" notes-dir)
-              (expand-file-name "index" notes-dir)))
-       (progn
-         (load (expand-file-name "index_cache" notes-dir))
-         (notes-index-parse-buffer-cached))
-      ;; cache miss
-      (message "notes-index-parse-buffer: cache is not present or is not 
up-to-date")
-      (notes-index-parse-buffer-uncached))
-    ;; clean some things up
-    (message "")
-    (set-buffer-modified-p nil)))
-
-(defun notes-index-parse-buffer-uncached ()
-  "Parse a notes-index buffer, fontifying and building subject completion.
-
-If fontification is enabled, subjects will be emboldened
-and dates will be mouse-highlighted.
-
-In any event a subject completion table will be built.
-
-Tenses passive will be."
-  (interactive)
-  (save-excursion
-    (let ((start (point-min))
-         end subject)
-      ;; prepare the way
-      (if notes-use-font-lock
-          ;; FIXME: That's quite drastic!  What is this trying to do?
-         (set-text-properties (point-min) (point-max) nil))
-      ;; There used to be problem that we used a fixed obarray length,
-      ;; creating a lot of hash collisions.  Now we dynamically compute it
-      ;; by rounding up the number of lines to the next power of 8.
-      (if (and notes-mode-complete-subjects (not notes-subject-table))
-         (setq notes-subject-table (make-vector
-                                    (- (expt
-                                     8
-                                     (length
-                                      (format
-                                       "%o"
-                                       (count-lines
-                                        (point-min)
-                                        (point-max)))))
-                                       1)
-                                    0)))
-      ;; do it
-      (goto-char start)
-      (while (< start (point-max))
-       ;; find the end-of-line
-       (end-of-line)
-       (setq end (point))
-       (goto-char start)
-
-       ;; find the subject
-       (while (not (eq (following-char) ?\ ))
-         (skip-chars-forward "^:" end)
-         (forward-char))
-       (backward-char)
-       (if notes-subject-table
-           (intern (buffer-substring start (point)) notes-subject-table))
-       (notes-index-lazy-percent-message "Notes-index'ing (%d%%)..." start 
(point-max))
-
-       (if notes-use-font-lock
-           (progn
-             ;; highlight the title
-             (put-text-property start (point) 'face notes-bold-face)
-             (if notes-index-fontify-dates
-                 (progn
-                   ;; now highlight each date
-                   (skip-chars-forward "^0-9" end)
-                   (while (looking-at "[0-9]")
-                     (setq start (point))
-                     (skip-chars-forward "0-9")
-                     (put-text-property start (point) 'mouse-face 'highlight)
-                     (skip-chars-forward "^0-9" end))))))
-       ;; set up for next line
-       (forward-line 1)
-       (setq start (point))))))
-
-
-(defun notes-index-date-search (start end iter-proc done-proc done-arg)
-  "Iterate over a notes-index entry bounded by START to END.
-Iteration is done by (ITER-PROC END), which leaves match 0
-set to what we're looking for.
-A match terminates iteration if (DONE-PROC match DONE-ARG) is non-nil.
-Returns the buffer position of a successful hit, or nil."
-  (goto-char start)
-  (let (stop)
-    (while (and (not stop)
-               (funcall iter-proc end))
-      (if (funcall done-proc (match-string 0) done-arg)
-         (setq stop (goto-char (match-beginning 0)))))
-    stop))
-
-
-(defun notes-index-goto-date (date &optional direction)
-  "Goto the DATE in the current line of the index file, modified by DIRECTION.
-If DIRECTION is `this', go there.
-If DIRECTION is `next' or `prev', go to the corresponding entry.
-If the entry doesn't exist, then go to the nearest entry according
-to DIRECTION (and the next one if DIRECTION is `this')."
-  (cond
-   ((eq direction 'prev)
-    (notes-index-date-search
-     (line-end-position) (line-beginning-position)
-     (function (lambda (end) (re-search-backward notes-file-regexp end t)))
-     (function (lambda (trial target) (string-lessp trial target)))
-     date))
-   ((eq direction 'next)
-    (notes-index-date-search
-     (line-beginning-position) (line-end-position)
-     (function (lambda (end) (re-search-forward notes-file-regexp end t)))
-     (function (lambda (trial target) (string-lessp target trial)))
-     date))
-   (t
-    (notes-index-date-search
-     (line-beginning-position) (line-end-position)
-     (function (lambda (end) (re-search-forward notes-file-regexp end t)))
-     (function (lambda (trial target) (string-equal trial target)))
-     date))))
-
-(defun notes-index-link (link &optional tag where)
-  "* Follow a notes-index LINK.
-Optionally takes a subject TAG and
-WHERE (`otherwindow' or nil) to open the new file."
-  (interactive "sNotes-index link: ")
-  (notes-w3-url (notes-file-to-url link tag) where t))
-
-;;;###autoload
-(defun notes-index-todays-link ()
-  "* Open the notes file for today."
-  (interactive)
-  (notes-index-link (format-time-string notes-file-form (current-time))))
-
-(defun notes-index-follow-link (pt &optional where)
-  "Follow a link at PT in notes-index-mode.
-The link is taken from the location PT,
-and the new information is shown WHERE (either `otherwindow' or nil)."
-  (interactive "d")
-  (save-excursion
-    (let (start date tag)
-      ;; determine the date
-      (skip-chars-backward "0-9")
-      (setq start (point))
-      (if (not (re-search-forward notes-file-regexp (+ (point) 6) t))
-         (error "Not on notes-index-mode link."))
-      (setq date (match-string 0))
-      ;; pick out the tag
-      (beginning-of-line)
-      (if (not (re-search-forward "^\\([^:]*\\):" start t))
-         (error "Not on notes-index-mode link line."))
-      (setq tag (match-string 1))
-      ;; make and process the url
-      (notes-index-link date tag where))))
-
-(defun notes-index-mouse-follow-link (e)
-  "Handle a mouse click in notes-index-mode."
-  (interactive "e")
-  (mouse-set-point e)
-  (notes-index-follow-link (point) nil))
-
-(defun notes-index-mouse-follow-link-other-window (e)
-  "Handle a mouse click in notes-index-mode (other-window)."
-  (interactive "e")
-  (mouse-set-point e)
-  (notes-index-follow-link (point) 'otherwindow))
-
-(defun notes-index-extract-subject ()
-  "Extract the notes-index subject for the current line."
-  (save-excursion
-    (beginning-of-line)
-    (if (re-search-forward "^\\(.*\\): " (line-end-position) t)
-       (match-string 1)
-      nil)))
-
-;;;###autoload
-(define-derived-mode notes-index-mode special-mode "Notes-index"
-  "Notes-index-mode with mouse support.
-
-You may wish to change notes-bold-face and notes-use-font-lock.
-
-There should be no need to add notes-index-mode to auto-mode-alist
-since the index generation functions add code to the index file
-which invokes notes-index-mode.
-
-Key bindings are:
-\\{notes-index-mode-map}"
-  (notes-platform-init)
-
-  (notes-index-parse-buffer)
-
-  (set (make-local-variable 'font-lock-defaults)
-       '(notes-index-font-lock-keywords
-         t nil nil beginning-of-line))
-
-  ;; No editing is allowed.
-  (setq buffer-read-only t)
-)
-
-(provide 'notes-index-mode)
-;;; notes-index-mode.el ends here
diff --git a/packages/notes-mode/notes-mode.el 
b/packages/notes-mode/notes-mode.el
deleted file mode 100644
index 2f7d766..0000000
--- a/packages/notes-mode/notes-mode.el
+++ /dev/null
@@ -1,724 +0,0 @@
-;;; notes-mode.el --- Indexing system for on-line note-taking
-
-;; Copyright (C) 1994-2007,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>.
-;; Version: 1.30
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-
-;;; Commentary:
-;;
-
-;;; Code:
-
-(require 'notes-variables)
-(require 'notes-aux)
-
-(defvar notes-mode-hooks nil
-  "Hooks to run when entering notes-mode.")
-(defvar notes-load-mode-hooks nil
-  "Hooks to run when entering notes-mode is loaded.")
-
-(defconst notes-beginning-of-defun-regexp "^\\* .*\n\\-"
-  "Regexp matching the beginning of notes section.")
-
-(defvar notes-default-tab-binding (global-key-binding "\t")
-  "Saved tab binding for notes-complete-subject.")
-(defvar notes-default-return-binding (global-key-binding "\r")
-  "Saved return binding for notes-electric-return.")
-
-
-(defun notes-beginning-of-defun ()
-  "Go to the beginning of a notes “section”."
-  (interactive)
-  (let
-      ((old-point (point)))
-    (beginning-of-line)
-    ;; handle starting on a title
-    (if (and (looking-at notes-beginning-of-defun-regexp)
-            (/= (point) old-point))
-       nil
-      (goto-char old-point)
-      (if (looking-at "^-")  ;; handle starting on the underline under a title
-         (forward-char 1))
-      (re-search-backward notes-beginning-of-defun-regexp nil 'to-limit))))
-
-(defun notes-end-of-defun ()
-  "Go to the end of a notes “section”."
-  (interactive)
-  (let ((regexp notes-beginning-of-defun-regexp))
-    (if (looking-at regexp)
-        (goto-char (match-end 0)))
-    ;; Find next section and leave cursor at section beginning
-    (if (re-search-forward regexp nil 'to-limit)
-        (re-search-backward regexp 0 t)
-      ;;(goto-char restore-point)
-      )))
-
-(defun notes-follow-link (which)
-  "Go to the WHICH link for this topic.
-WHICH is either \"next\" or \"prev\".
-If there are no links for the current note,
-we go to the last note based upon the index file."
-  (let
-      (beginning-of-note
-       end-of-note
-       (start-buffer (current-buffer))
-       ;; We have to handle links in the same buffer,
-       ;; so the following code figure out where we go
-       ;; and returns it out of the save-excursion.
-       ;; If we end up in another buffer, we let the save-excursion
-       ;; leave the original buffer unchanged.  If we end up in
-       ;; the same buffer, we need to go wherever we end up.
-       ;; Can anyone suggest a better way?
-       (end-buffer-and-point
-       (save-excursion
-         (notes-end-of-defun)
-         (setq end-of-note (point))
-         (notes-beginning-of-defun)
-         (setq beginning-of-note (point))
-         (if (and (= beginning-of-note 1) (not (looking-at 
notes-beginning-of-defun-regexp)))
-             (progn
-               ;; When "above" the first note, search to end of first
-               ;; real note (otherwise end-of-note is just the start
-               ;; of the first real note and there are no links).
-               (notes-end-of-defun)
-               (notes-end-of-defun)
-               (setq end-of-note (point))
-               (goto-char beginning-of-note)))
-         (if (re-search-forward (concat "^"
-                                        (if (eq which 'next) "next" "prev")
-                                        ":[ ]+<") end-of-note t)
-             (progn ; link exists, just take it
-               (beginning-of-line)
-               (notes-w3-follow-link (point))
-               (cons (current-buffer) (point)))
-           ;; No link; go through the index file.
-           (if (notes-goto-index-entry which)
-               (let ((index-buffer (current-buffer)))
-                 (notes-index-follow-link (point))
-                 (bury-buffer index-buffer))
-             (error "No known notes in that direction.")
-             (bury-buffer (current-buffer)))
-           (cons (current-buffer) (point))))))
-    ;; Check for going to the same buffer (and the save-excursion
-    ;; undoing our work).
-    (if (eq start-buffer (car end-buffer-and-point))
-       (goto-char (cdr end-buffer-and-point)))))
-
-
-(defun notes-follow-next-link ()
-  "Go to the next link for this topic."
-  (interactive)
-  (notes-follow-link 'next))
-
-(defun notes-follow-prev-link ()
-  "Go to the previous link for this topic."
-  (interactive)
-  (notes-follow-link 'prev))
-
-(defvar notes-complete-subject-abbrevs-alist
-  '(("SP2010" "USC/Classes/CS551/SP2010")
-    ("FA2011" "USC/Classes/CS551/FA2011"))
-  "Alist of simple substitution of subjects.
-If subject completion is requested, then subject that matches
-the left-side of an alist value is replaced by the right-side value.")
-
-(defun notes-complete-subject-abbrevs (key)
-  "Handle abbreviations on notes SUBJECTS.
-Currently this is just a hack."
-  (let ((value (assoc key notes-complete-subject-abbrevs-alist)))
-    (if value
-       (car (cdr value))
-      key)))
-
-
-(defun notes-complete-subject ()
-  "Complete the notes subject under point."
-  (interactive)
-  (let
-      ((subject (save-excursion
-                 (beginning-of-line)
-                 (notes-extract-subject t)))
-       old-completion-ignore-case
-       full-subject)
-    (if (not (and notes-mode-complete-subjects subject))
-       (call-interactively notes-default-tab-binding)
-      ;; Complete the title.
-      (if (null notes-subject-table)
-         (save-excursion ;; FIXME: Why??
-           (find-file-noselect (expand-file-name "index" notes-dir))))
-      ;; Do completion.
-      ;; Run completer if it's loaded,
-      ;; otherwise do our own thing.
-      (setq completion-ignore-case t)
-      (cond
-       ((fboundp 'completer-complete-goto)
-       (completer-complete-goto "^ \t\n\"" " " notes-subject-table nil))
-       ;; NEEDSWORK:  should try other completers, too.
-       (t   ;; Do our own completion.
-       (setq full-subject (try-completion subject notes-subject-table)
-             subject (completing-read "Subject: "
-                                      notes-subject-table nil nil
-                                      (if (stringp full-subject)
-                                          full-subject
-                                        subject)))
-       (delete-region (line-beginning-position) (line-end-position))
-       (insert "* " (notes-complete-subject-abbrevs subject))))
-       (setq completion-ignore-case old-completion-ignore-case))))
-
-(defun notes-fix-prevnext-this-entry ()
-  "Fix up the prev link for the current entry, if necessary.
-Currently this code only handles brand new entries."
-  ;; Contributed from Takashi Nishimoto <g96p0935@mse.waseda.ac.jp>.
-  ;; Thanks!
-  (interactive)
-  (let ((subject (notes-extract-subject nil t))
-        (this-url (notes-current-url))
-        last-url)
-    (with-current-buffer (find-file-noselect
-                          (expand-file-name "index" notes-dir))
-      (goto-char (point-min))
-      (if (re-search-forward
-           (concat "^" (regexp-quote subject) ":.* \\([0-9]+\\)$")
-           (point-max) t)
-          (save-window-excursion
-            (cond ((and (notes-w3-url
-                         (notes-file-to-url (match-string 1) subject))
-                        (re-search-forward "^next: " nil t)
-                        (looking-at "<none>"))
-                  (let
-                      (pre-modified (buffer-modified-p))
-                    (delete-char 6)
-                    (insert this-url)
-                    (setq last-url (notes-current-url))
-                    (if (and (null pre-modified)
-                             (>= notes-electric-prevnext 2))
-                        (save-buffer))))))))
-    (if last-url
-       (progn
-         (notes-beginning-of-defun)
-         (forward-line 2)
-         (if (not (looking-at "prev: "))
-             (insert "prev: " last-url "\n" "next: <none>\n\n")
-           (forward-line 3))))))
-
-(defun notes-electric-return (arg)
-  "* Return, underlining if we're on a subject."
-  (interactive "*P")
-  (if (let ((cur-point (point)))
-       (save-excursion
-         (beginning-of-line)
-         (and (not (eq cur-point (point)))  ;; normal return if at b-o-ln
-              (notes-extract-subject t))))
-      (progn (notes-underline-line)
-            (if notes-electric-prevnext
-                (notes-fix-prevnext-this-entry)))
-    (call-interactively notes-default-return-binding)))
-
-(defun notes-current-url ()
-  "Return the notes-URL of the current entry around the current point."
-  (let ((subject (notes-extract-subject nil t))
-       (date (file-name-nondirectory buffer-file-name)))
-    (concat "<file:///"
-           (abbreviate-file-name buffer-file-name)
-           (if subject (concat "#* " subject) "")
-           ">")))
-
-(defun notes-current-url-as-kill ()
-  "* Put the notes-URL of the current entry into the kill ring."
-  (interactive)
-  (kill-new (notes-current-url)))
-
-(defun notes-goto-index-entry (&optional direction)
-  "* Jump to the index entry corresponding to our current note entry.
-If we're not in an entry, we leave you in the index file.
-If the current date doesn't exist, error in DIRECTION.
-Returns nil if on errors (no index; no date in DIRECTION),
-otherwise the point of the hit."
-  (interactive)
-  (let ((start-buffer (current-buffer))
-       (subject (notes-extract-subject))  ; get subject if on it
-       (date (if (null (buffer-file-name)) nil
-               (file-name-nondirectory (buffer-file-name)))))
-    ;; Try and get the subject, either forward...
-    (if (not subject)
-       (save-excursion
-         (notes-beginning-of-defun)
-         (setq subject (notes-extract-subject))))
-    ;;    ...or backwards.
-    (if (not subject)
-       (save-excursion
-         (notes-end-of-defun)
-         (setq subject (notes-extract-subject))))
-    ;; Form and jump to the url for the index-entry.
-    (if (and (notes-w3-url (concat notes-url-prefix
-                                  "index"
-                                  (if subject (concat "#" subject) ""))
-                          nil t)
-            ;; Go to the current date, if any.
-            (notes-index-goto-date date direction))
-       t
-      nil)))
-
-(defun notes-extract-subject (&optional relaxed search)
-  "Extract the subject under the point in the current buffer.
-If RELAXED, then accept non-underlined subjects.
-If SEARCH we'll search back in the buffer for the nearest
-subject title.
-
-Returns nil if we're not on as subject."
-  (save-match-data
-    (cond
-     ;; directly on a note
-     ((or (looking-at notes-beginning-of-defun-regexp)
-         (and relaxed
-              (looking-at "^\\* ")))
-      (save-excursion
-       (let
-           ((start (+ (point) 2))
-            (end (progn (end-of-line) (point))))
-         (buffer-substring start end))))
-     (search
-      (save-excursion
-       (notes-beginning-of-defun)
-       (notes-extract-subject relaxed nil)))
-     (t
-      nil))))
-
-
-;;;###autoload
-(defun notes-underline-line ()
-  "* Create a row of dashes as long as this line, or adjust the current 
underline."
-  (interactive)
-  ;; check to see if it's already underlined
-  (if (save-excursion
-       (forward-line 1)
-       (looking-at "^[ \t]*--*$"))
-      (notes-old-underline-line)
-    (progn
-      (notes-new-underline-line)
-      (insert "\n\n"))))
-
-(defun notes-new-underline-line ()
-  "Underline a line with a row of dashes.  Move point after the dashes.
-\\[notes-new-underline-line] reproduces leading spaces."
-  (interactive)
-  (let*
-      ((bol (progn (beginning-of-line)
-                  (point)))
-       (bospaces (progn (skip-chars-forward " \t")
-                       (point)))
-       (nospaces (- bospaces bol))
-       (eol (progn (end-of-line)
-                  (untabify bol (point))
-                  (point))))
-    (insert "\n" (buffer-substring bol bospaces))
-    (insert-char ?- (- eol bospaces))))
-
-(defun notes-old-underline-line ()
-  "Replace the following line with a row of dashes.  Leave the point 
unchanged."
-  (save-excursion
-    (save-excursion
-      (forward-line 1)
-      (delete-region (line-beginning-position) (1+ (line-end-position))))
-    (notes-new-underline-line)))
-
-(defun notes-mode-initialize-note-from-cache ()
-  "Build a new note from the cache.  Return valid cache contents or nil."
-  (save-excursion
-    (let*
-       ((new-buffer (current-buffer))
-        (cache-file (expand-file-name "mknew.cache" notes-dir))
-        (buf (find-file cache-file))
-        magic-line
-        prev-file
-        this-file
-        cache-contents
-        m
-        (result
-         (if (and buf
-                  (>= (count-lines (point-min) (point-max)) 3))
-             (progn
-               ;; If you know a more elegant way to extact the first
-               ;; three lines of a file, please let me know.
-               (goto-char (point-min))
-               (setq m (point))
-               (forward-line 1)
-               (setq magic-line (buffer-substring m (- (point) 1)))
-               (setq m (point))
-               (forward-line 1)
-               (setq prev-file (buffer-substring m (- (point) 1)))
-               (setq m (point))
-               (forward-line 1)
-               (setq this-file (buffer-substring m (- (point) 1)))
-               (setq cache-contents (buffer-substring (point) (point-max)))
-               (bury-buffer buf)
-               ;; is cache valid?
-               (if
-                   (and
-                    (string-equal magic-line "mknew.cache 830494922")
-                    (file-newer-than-file-p cache-file prev-file)
-                    (string-equal (file-name-nondirectory this-file)
-                                  (file-name-nondirectory (buffer-file-name
-                                                           new-buffer))))
-                   cache-contents
-                 nil))
-           nil)))
-      ;; Kill the buffer to avoid "buf changed, reload?" warnings.
-      (if buf
-         (kill-buffer buf))
-      result)))
-
-(defun notes-mode-initialize-note ()
-  "Fill in an empty new note.
-Create any directories as necessary.
-Use the mknew cache if possible."
-  (interactive)
-  (let
-      ((dir (directory-file-name (file-name-directory (buffer-file-name)))))
-    (if (file-exists-p dir)
-       t
-      (make-directory dir t)
-      (message "New intermediate directory created.")))
-  (if notes-mode-initialization-program
-      (let
-         ((cache-contents (notes-mode-initialize-note-from-cache)))
-       (if cache-contents
-           (insert cache-contents)
-         (shell-command-on-region
-          (point-min)
-          (point-max)
-          (concat (expand-file-name notes-mode-initialization-program
-                                     notes-bin-dir)
-                   " '"
-                   ;; FIXME: Use shell-quote-argument.
-                  (buffer-file-name) "'") 't)))))
-
-
-;;;
-;;; encryption
-;; requires "PEM - PGP Enhanced Messaging for GNU Emacs"
-;; from Roy Frederick Busdiecker, III (Rick)
-;; or mailcrypt 3.4.x or >=3.5.x
-;;
-
-(defvar notes-encryption-library
-  'mailcrypt
-;  (cond
-;   ((fboundp 'mc-encrypt-region) 'mailcrypt)
-;   ((fboundp 'npgp:encrypt-region) 'npgp)
-;   (t nil))
-  "PGP library to use.")
-
-(defvar notes-encryption-sub-library
-  'gpg
-  "Variant of mailcrypt to use (`pgp', `pgp50', or `gpg').")
-
-(defvar notes-encryption-npgp-userid nil
-  "PGP key for the current user.")
-
-(defvar notes-encryption-npgp-key-id nil
-  "Keyid of PGP key for the current user.
-Useful if your \\[user-full-name] doesn't match a unique key.
-Should have a leading 0x.")
-
-(defun notes-encryption-npgp-userid ()
-  "Return notes-encryption-userid, initializing it if necessary."
-  (require 'pam)
-  (if (and notes-encryption-userid
-          npgp:*pass-phrases*)
-      notes-encryption-userid
-    (setq notes-encryption-userid
-         (list
-          (if notes-encryption-key-id
-              (npgp:get-key-by-key-id notes-encryption-key-id)
-            (pam:read-name-key (user-full-name)))))))
-
-(defun notes-encryption-mailcrypt-keyid ()
-  "Do the right thing."
-  (require 'mailcrypt)
-  (cond
-   ((eq notes-encryption-sub-library 'pgp)
-    (cdr (mc-pgp-lookup-key mc-pgp-user-id)))
-   ((eq notes-encryption-sub-library 'pgp50)
-    (cdr (mc-pgp50-lookup-key mc-pgp50-user-id)))
-   ((eq notes-encryption-sub-library 'gpg)
-    (cdr (mc-gpg-lookup-key mc-gpg-user-id)))
-   (t (error "notes-encryption-decrypt-region: no pgp sub-library."))))
-
-(defun notes-encryption-load-mailcrypt ()
-  (require 'mailcrypt)
-  ;; ick ick ick this code needs to be cleaned up
-  (cond
-   ((null (eq notes-encryption-library 'mailcrypt))
-    t)
-   ((eq notes-encryption-sub-library 'pgp)
-    (load-library "mc-pgp"))
-   ((eq notes-encryption-sub-library 'pgp50)
-    (load-library "mc-pgp5"))
-   ((eq notes-encryption-sub-library 'gpg)
-    (load-library "mc-gpg"))
-   (t (error "notes-encryption-load-mailcrypt: no pgp sub-library."))))
-
-(defun notes-encryption-decrypt-region (start end)
-  (cond
-   ((eq notes-encryption-library 'npgp)
-    (require 'pam)
-    (require 'npgp)
-    (npgp:decrypt-region start end))
-   ((eq notes-encryption-library 'mailcrypt)
-    (notes-encryption-load-mailcrypt)
-    (cond
-     ((eq notes-encryption-sub-library 'pgp)
-      (mc-pgp-decrypt-region start end))
-     ((eq notes-encryption-sub-library 'pgp50)
-      (mc-pgp50-decrypt-region start end))
-     ((eq notes-encryption-sub-library 'gpg)
-      (mc-gpg-decrypt-region start end))
-     (t (error "notes-encryption-decrypt-region: no pgp sub-library."))))
-   (t (error "notes-encryption-decrypt-region: no pgp library."))))
-
-(defun notes-encryption-encrypt-region (start end)
-  (cond
-   ((eq notes-encryption-library 'npgp)
-    (npgp:encrypt-region (notes-encryption-npgp-userid) start end))
-   ((eq notes-encryption-library 'mailcrypt)
-    (notes-encryption-load-mailcrypt)
-    (let ((old-sign mc-pgp-always-sign)
-         old-comment recipients)
-      (setq mc-pgp-always-sign 'never
-           recipients (list (notes-encryption-mailcrypt-keyid)))
-      (cond
-       ((eq notes-encryption-sub-library 'pgp)
-       (setq old-comment mc-pgp-comment
-             mc-pgp-comment "")
-       (mc-pgp-encrypt-region recipients start end
-                              (notes-encryption-mailcrypt-keyid) nil)
-       (setq mc-pgp-comment old-comment))
-       ((eq notes-encryption-sub-library 'pgp50)
-       (setq old-comment mc-pgp50-comment
-             mc-pgp50-comment "")
-       (mc-pgp50-encrypt-region recipients start end
-                              (notes-encryption-mailcrypt-keyid) nil)
-       (setq mc-pgp50-comment old-comment))
-       ((eq notes-encryption-sub-library 'gpg)
-       (setq old-comment mc-gpg-comment
-             mc-gpg-comment "")
-       (mc-gpg-encrypt-region recipients start end
-                              (notes-encryption-mailcrypt-keyid) nil)
-       (setq mc-gpg-comment old-comment))
-       (t (error "notes-encryption-decrypt-region: no gpg sub-library.")))
-      (setq mc-pgp-always-sign old-sign)))
-   (t (error "notes-encryption-decrypt-region: no pgp library."))))
-
-(defun notes-encrypt-note (prefix)
-  "Encrypt the current note for the current user.  With PREFIX, start from 
point."
-  (interactive "P")
-  (save-excursion
-    (let (start end)
-      ;; Unless a prefix arg, start at beginning-of-note.
-      (if prefix
-         nil
-       (if (not (looking-at notes-beginning-of-defun-regexp))
-           (notes-beginning-of-defun))
-       ;; skip over the header
-       (while (and (or (looking-at notes-beginning-of-defun-regexp)
-                       (looking-at "^-+$")
-                       (looking-at "^\\(prev\\|next\\): ")
-                       (looking-at "^[ \t]*$"))
-                   (< (point) (point-max)))
-         (forward-line 1)))
-      (setq start (point))
-      ;; sanity check
-      (if (re-search-forward "^-----BEGIN PGP MESSAGE"
-                            (progn
-                              (save-excursion
-                                (notes-end-of-defun)
-                                (point))) t)
-         (error "Note is already encrypted."))
-      ;; find the end
-      (notes-end-of-defun)
-      (while (or (looking-at notes-beginning-of-defun-regexp)
-                (looking-at "^[ \t]*$"))
-       (forward-line -1))
-      (forward-line 1)
-      (setq end (point))
-      (notes-encryption-encrypt-region start end))))
-
-(defun notes-decrypt-note ()
-  "Decrypt the current note for the current user."
-  (interactive)
-  (save-excursion
-    (if (not (looking-at notes-beginning-of-defun-regexp))
-       (notes-beginning-of-defun))
-    (if (null (re-search-forward "^-----BEGIN PGP"
-                                (progn
-                                  (save-excursion
-                                    (notes-end-of-defun)
-                                    (point))) t))
-       (error "Note is not encrypted."))
-    (beginning-of-line)
-    (let ((start (point)))
-      (if (null (re-search-forward "^-----END PGP"
-                                  (progn
-                                    (save-excursion
-                                      (notes-end-of-defun)
-                                      (point))) t))
-         (error "Could not find end of encrypted note."))
-      (forward-line)
-      (beginning-of-line)
-      (notes-encryption-decrypt-region start (point)))))
-
-
-;;;
-;;; notes or notes-index?
-;;;
-(defun notes-summarize-subject (regexp-subject &optional subject)
-  "* Collect all of a subject."
-  (interactive "P")
-  (require 'notes-index-mode)
-  (if (null subject)
-      (cond
-       ((eq major-mode 'notes-mode)
-       (setq subject (notes-extract-subject nil t)))
-       ((eq major-mode 'notes-index-mode)
-       (setq subject (notes-index-extract-subject)))))
-  (if (null subject)
-   (error "notes-summarize-subject:  no subject specified or inferable."))
-  (let
-      ((buf (get-buffer-create (concat "*notes on " subject "*"))))
-    (pop-to-buffer buf)
-    (erase-buffer)
-    (apply 'call-process (expand-file-name "catsubject" notes-bin-dir)
-           nil buf t
-          (if regexp-subject
-              (list "-m" subject)
-            (list subject)))
-    (notes-mode)))
-
-
-;;;
-;;; notes-rename-subject
-;;;
-(defun notes-rename-subject ()
-  "* Rename the current subject.
-Assumes working next/prev linkage between the entries."
-  (interactive)
-  (let ((subject (notes-extract-subject)))
-    (condition-case nil
-       (progn
-         (end-of-line)
-         (beginning-of-defun)
-         (if (not (looking-at "* "))
-             (error "confused"))
-         (forward-char 2)
-         (error "not yet done")
-         )
-      (error nil))))
-
-
-;;;
-;;; notes-mode
-;;;
-
-(defvar notes-mode-map
-  (let ((map (make-sparse-keymap)))
-    ;; Random key-bindings.
-    (define-key map "\M-\C-a" 'notes-beginning-of-defun)
-    (define-key map "\M-\C-e" 'notes-end-of-defun)
-    (define-key map "\C-c\C-d" 'notes-decrypt-note)
-    (define-key map "\C-c\C-e" 'notes-encrypt-note)
-    (define-key map "\C-c\r" 'notes-w3-follow-link)
-    (define-key map "\C-c\C-p" 'notes-follow-prev-link)
-    (define-key map "\C-c\C-n" 'notes-follow-next-link)
-    (define-key map "\C-c\C-i" 'notes-goto-index-entry)
-    (define-key map "\C-c\C-k" 'notes-current-url-as-kill)
-    (define-key map "\C-c\C-s" 'notes-summarize-subject)
-    (define-key map "\C-c-" 'notes-underline-line)
-    ;; FIXME: Use completion-at-point-functions instead.
-    (define-key map "\t" 'notes-complete-subject)
-    ;; FIXME: Use post-self-insert-hook instead.
-    (define-key map "\r" 'notes-electric-return)
-    (define-key map "\n" 'notes-electric-return) ; a more common synonym
-    (notes-platform-bind-mouse map 'S-mouse-2 'notes-w3-follow-link-mouse)
-    map))
-
-;;;###autoload
-(define-derived-mode notes-mode indented-text-mode "Notes"
-  "Enable notes-mode for a buffer.
-
-Inside a notes buffer one can click on URLs and follow them to
-other notes files.
-
-See the file notes-variables.el for all customization options.
-To change options, (require \\='notes-variables) in your .emacs
-and then change things.
-
-Subjects in notes mode are lines beginning with an asterisk
-and underlined with dashes.  Subjects can be completed
-with \\[notes-complete-subject] and are automatically underlined.
-
-You may wish to add this code to your .emacs file:
-    (add-to-list \\='auto-mode-alist
-      (cons \"/9[0-9][0-9][0-9][0-9][0-9].?\\\\\\='\" \\='notes-mode))
-    (define-key global-map [?\\C-c ?n] \\='notes-index-todays-link)
-to automatically enter notes mode.
-
-I have two suggestions for how to organize your notes files.
-First, I collect my notes into a separate file per day.  (If you have
-fewer notes, you may find once-per-week or month more suitable.)
-Second, at the beginning of each file I have a subject \"* Today\".
-Since every file has this subject, I can use its prev and next links
-to easily move around the collection of files.
-
-The key-bindings of this mode are:
-\\{notes-mode-map}"
-  (notes-platform-init)
-
-  ;; Now set up the mode.
-  (auto-fill-mode 1)
-
-  ;; Imenu stuff.
-  (set (make-local-variable 'imenu-prev-index-position-function)
-       'notes-beginning-of-defun)
-  (set (make-local-variable 'imenu-extract-index-name-function)
-       'notes-extract-subject)
-
-  (set (make-local-variable 'font-lock-defaults)
-       `(notes-font-lock-keywords
-         t nil nil beginning-of-line))
-
-  ;; Finally, try to fill in an empty note.
-  (if (zerop (buffer-size))
-      (notes-mode-initialize-note))
-
-  ;; Enable outline-minor-mode (forcebly, in case someone already
-  ;; has it in their text-mode hook).  Bug found by
-  ;; Nils Ackermann <nils@nieback.de>.
-  (if notes-use-outline-mode
-      (outline-minor-mode 1)))
-
-
-
-
-;;;
-
-(run-hooks 'notes-mode-load-hooks)
-(provide 'notes-mode)
-;;; notes-mode.el ends here
diff --git a/packages/notes-mode/notes-mode.info 
b/packages/notes-mode/notes-mode.info
deleted file mode 100644
index 6e9118e..0000000
--- a/packages/notes-mode/notes-mode.info
+++ /dev/null
@@ -1,1257 +0,0 @@
-This is notes-mode.info, produced by makeinfo version 4.13 from
-notes-mode.texi.
-
-INFO-DIR-SECTION Emacs
-START-INFO-DIR-ENTRY
-* Notes-mode: (notes-mode).         Organizing on-line note-taking.
-END-INFO-DIR-ENTRY
-
-   Notes-mode:  Organizing on-line note-taking.
-
-   This file documents notes-mode, a package for organizing on-line
-note-taking.
-
-   Copyright (C) 1994-1996,2012  Free Software Foundation, Inc.
-
-     Permission is granted to copy, distribute and/or modify this
-     document under the terms of the GNU Free Documentation License,
-     Version 1.3 or any later version published by the Free Software
-     Foundation; with no Invariant Sections, with the Front-Cover texts
-     being "A GNU Manual", and with the Back-Cover Texts as in (a)
-     below.  A copy of the license is included in the section entitled
-     "GNU Free Documentation License".
-
-     (a) The FSF's Back-Cover Text is: "You have the freedom to copy and
-     modify this GNU manual.  Buying copies from the FSF supports it in
-     developing GNU and promoting software freedom."
-
-
-File: notes-mode.info,  Node: Top,  Next: Introduction,  Prev: (dir),  Up: 
(dir)
-
-   This file documents notes-mode, a package for organizing on-line
-note-taking.  This is edition $Revision: 1.40 $, for notes-mode version
-1.16,  last updated $Date: 2010/06/20 18:30:34 $.
-
-* Menu:
-
-* Introduction::
-* Basics::
-* Advanced Features::
-* History::
-* Installation::
-* Keystroke index::
-* Concept index::
-
- --- The Detailed Node Listing ---
-
-Introduction
-
-* What is it?::
-* Why keep notes at all?::
-* Why keep notes on-line?::
-* Why use notes-mode?::
-* Y2K Statement::
-* Related work::
-* Staying on top::
-
-Basics
-
-* Getting started::
-* A notes file::
-* The notes index::
-* The notes directories::
-
-Advanced Features
-
-* Notes files::
-* Notes indices::
-* Notes-mode configuration::
-
-Notes files
-
-* Getting around::
-* Subject summary::
-* Encryption::
-* Useful conventions::
-
-History
-
-* Notes-mode history::
-* Credits::
-* Changes::
-
-
-File: notes-mode.info,  Node: Introduction,  Next: Basics,  Prev: Top,  Up: Top
-
-1 Introduction
-**************
-
-What is notes-mode and why should you (perhaps) use it?
-
-* Menu:
-
-* What is it?::
-* Why keep notes at all?::
-* Why keep notes on-line?::
-* Why use notes-mode?::
-* Y2K Statement::
-* Related work::
-* Staying on top::
-
-
-File: notes-mode.info,  Node: What is it?,  Next: Why keep notes at all?,  
Prev: Introduction,  Up: Introduction
-
-1.1 What is it?
-===============
-
-Notes-mode is an indexing system for on-line note-taking.  Notes-mode
-is composed of two parts, the visible part, a major-mode for emacs to
-aid note-taking; and the invisible part, scripts which periodically
-index your notes for you.
-
-   Note that notes-mode provides tools to "index" your notes, not to
-"search" them.  (Other existing tools such as `grep', `agrep', and
-`glimpse' already allow file search.)
-
-   A digression about indexing vs. searching: Indexing in this sense
-means organize them according to categories you give, while searching
-looks through all text for arbitrary strings.  Drawing on the World
-Wide Web for examples, Yahoo (`http://www.yahoo.com/') is an index,
-while Alta Vista (`http://www.altavista.digital.com/') is a
-search-engine.  In (potentially) more familiar terms, the yellow pages
-(1) are an index, while directory information (411 in the USA) is sort
-of a search-engine.
-
-   ---------- Footnotes ----------
-
-   (1) Trademarked, in Great Britain, Sunone tells me.
-
-
-File: notes-mode.info,  Node: Why keep notes at all?,  Next: Why keep notes 
on-line?,  Prev: What is it?,  Up: Introduction
-
-1.2 Why keep notes at all?
-==========================
-
-So why should you use notes-mode?  Well, first, consider why you should
-(perhaps) keep your notes on line.  First, I assume that you take notes
-as part of your work or school.  If you don't, you can stop reading now
-and go back to watching TV.
-
-   If you keep notes, ask yourself why you keep them.  Reasons vary for
-different people, but some include:
-
-   * To remember what is said or done.
-
-   * To focus on what is important about what is said.
-
-   * To provide proof of having done something at a particular time or
-     date.
-
-   * I know there were other reasons here, but they slipped my mind.
-
-
-File: notes-mode.info,  Node: Why keep notes on-line?,  Next: Why use 
notes-mode?,  Prev: Why keep notes at all?,  Up: Introduction
-
-1.3 Why keep notes on-line?
-===========================
-
-OK, I've talked you into keeping notes.  Why do it on-line?  Again,
-there are different reasons for different people.  If you don't want to
-consider keeping your notes on-line, you're welcome to go back to your
-(clay tablets) paper notes.
-
-   However, if you do much of your work on-line, or if you have
-portable computer, then you might want to consider keeping your notes
-on-line.
-
-   * It's faster to type than write, and possibly more legible at high
-     speed.
-
-   * Often information is already on-line.  For example, in software
-     development, bug reports, measurement results, and everything else
-     that's useful is on-line.
-
-   * You can take down more detail than you otherwise would (especially
-     if the data is already on-line).  Taking more copious notes can be
-     helpful when you go back to figure out why that strange thing was
-     happening.
-
-   * On-line notes are easy to search.  Full-text search with grep,
-     agrep, and glimpse are all much faster and are often more accurate
-     than paging through paper notes looking for a particular keyword.
-
-   * On-line notes are easy to index.  (At least with notes-mode!)  In
-     addition to full-text search, it's helpful to organize notes by
-     category.  If you keep a table-of-contents of your paper notes,
-     you are either extremely fastidious or a librarian (Nadia?).
-
-   * You can keep all of your notes with you at all times (if you have
-     a portable computer).  Even at a page a day, paper notes quickly
-     become bulky and awkward to carry around.  On-line notes fit on
-     your computer's hard disk, an extraordinarily compact medium by
-     comparison.
-
-   * Your notes can be automatically backed up.  Paper notes can become
-     damaged with time, and as a graduate student one of my fears was
-     fire in Boelter Hall consuming all my research experiments and and
-     therefore hopes of a degree.  Electronic notes are extremely easy
-     to duplicate and can be automatically backed up with the rest of
-     your computer.  (You _do_ back up your computer, don't you?)
-
-
-   While these advantages are undoubtedly clear to any right-thinking
-computer user, it should be said that there are a few disadvantages for
-on-line note-taking.
-
-   * If you don't have a computer with you most of the time, it's
-     difficult take notes on-line (because you're off-line, of course).
-     (1)
-
-   * Computers require power.  If your portable computer runs out of
-     juice, you're on your own.  Corollary:  watch your power, or bring
-     paper.  Better corollary:  watch your power, _and_ bring paper.
-
-   * Social limitations.  It's not always socially acceptable to take
-     notes-on-line.  For example, at a party, few people would use a
-     computer to take down the phone number of a person to whom they're
-     attracted (at least, if they wanted the attraction to be mutual).
-     (2) Sometimes other people find the sound of typing distracting.
-
-   * Health issues.  Repetitive stress injuries do occur writing
-     (slower) by hand is at least an alternate motion than typing.
-
-   * Legal limitations.  If you want to use your electronic notes to
-     justify a patent or invention, you may be breaking legal ground.
-     Being on the legal cutting-edge is rarely an easy thing for the
-     person involved.(3)
-
-
-   ---------- Footnotes ----------
-
-   (1) I consider myself pretty anal about this subject, often typing
-notes in from paper after-the-fact, and _I_ certainly don't manage to
-back-enter my notes all time time.
-
-   (2) On the other hand, some folks at MIT are working on this problem
-from both the hardware and the social side of things
-(`http://wearables.www.media.mit.edu/projects/wearables/') (Perhaps
-they have wild parties with computers, too.)
-
-   (3) My hat is off to Rosa Parks and the many other normal people who
-triggered landmark cases.
-
-
-File: notes-mode.info,  Node: Why use notes-mode?,  Next: Y2K Statement,  
Prev: Why keep notes on-line?,  Up: Introduction
-
-1.4 Why use notes-mode?
-=======================
-
-OK, I've sold you on note-taking and even on on-line note-taking.  What
-about notes-mode?  Naturally, it slices, dices, and makes julienne
-fries.  But wait, there's more:
-
-   * It automates indexing your notes, linking notes with the same
-     subject together.
-
-   * It supports embedded links, allowing you to manually link together
-     different topics and external files.
-
-   * It includes a number of convenience-features in emacs.  Subjects
-     can be completed based on existing subjects.  The usual emacs
-     customization mechanisms are available.
-
-   * Notes containing sensitive information can be encrypted.
-
-   * Notes-mode seems better than the other, currently available
-     alternatives.
-
-   What are the alternatives?  I'm glad you asked.  (1)
-
-   * *HTML*.  HTML has better formatting capabilities than notes-mode,
-     and it has excellent linking capabilities.  Unfortunately, HTML's
-     tags are fairly intrusive  (each is at least four characters long
-     and most come with a pair),  tags can get confused with normal
-     text,  errors in HTML can be bad (obscuring data),  and there's no
-     automatic indexing feature  (at least with plain HTML).  Besides,
-     all data should be kept as close to the ASCII from whence it came,
-     as God Intended (hi, Steve).
-
-   * *Word Processors*.  Word processors are strong in the formatting
-     department,  but most don't really have linking capabilities,  and
-     have poor or restricted indexing.
-
-
-   ---------- Footnotes ----------
-
-   (1) If you think I'm missing an alternative, please let me know.
-
-
-File: notes-mode.info,  Node: Y2K Statement,  Next: Related work,  Prev: Why 
use notes-mode?,  Up: Introduction
-
-1.5 Y2K Statement
-=================
-
-Notes mode uses dates extensively,  both two-digit years and
-seconds-since-1970.  However, notes-mode has been coded to function
-correctly through  the year 2038.
-
-   To avoid problems with the year 2000, notes-mode assumes  that any
-two-digit years before "70" are 20xx, not 19xx.  Notes-mode should
-therefore work correctly in both the year 1999 and 2000.
-
-   (Notes-mode 1.17 released February 1999 fixes a lingering Y2K
-problem.)
-
-   Because notes-mode uses seconds-since-1970 for some date calculations
-it will fail beyond the year 2038 on computers with 32-bit integers.
-
-   If I'm still using notes-mode then on a 32-bit machine I'll see what
-I can do.
-
-
-File: notes-mode.info,  Node: Related work,  Next: Staying on top,  Prev: Y2K 
Statement,  Up: Introduction
-
-1.6 Related work
-================
-
-What would a document be without related work?
-
-   Notes-mode is not related in any way to Lotus Notes.
-
-   I am told (by David Weisman)  that it's something like the now
-defunct Lotus Agenda.
-
-   Ashvin Goel, one of the contributors to notes-mode,  has gone off
-and done a from-scratch reimplementation  called records-mode.  It's
-very similar to notes mode,  and emphasizes on-the-fly updates to entry
-links  but lacks a manual.  You may want to check it out at
-`http://www.cse.ogi.edu/~ashvin/software.html'.
-
-   Hyperbole (by Bob Weiner) offers better linking facilities than
-notes-mode, but it has a bunch of stuff notes-mode doesn't need and
-it's missing notes-specific indexing provided by notes-mode.  For
-people already using Hyperbole  it would be interesting to replace
-notes-mode's linking  with Hyperbole's.  Contributions in this area are
-welcome, provided they make Hyperbole  optional.
-
-
-File: notes-mode.info,  Node: Staying on top,  Prev: Related work,  Up: 
Introduction
-
-1.7 Staying on top
-==================
-
-The most recent distribution of notes-mode  is always available via
-`http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/'.
-
-   After you've installed notes mode you're encouraged to subscribe to
-the mailing lists.  To subscribe, go to the web page Send the message
-"subscribe" to
-`http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce' or
-`http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk'.
-
-   The announce list will contain only release announcements and so is
-guaranteed to be very low bandwidth.
-
-
-File: notes-mode.info,  Node: Basics,  Next: Advanced Features,  Prev: 
Introduction,  Up: Top
-
-2 Basics
-********
-
-All you need to use notes-mode  in a chapter.  (Except for
-installation, *Note Installation::.)
-
-* Menu:
-
-* Getting started::
-* A notes file::
-* The notes index::
-* The notes directories::
-
-
-File: notes-mode.info,  Node: Getting started,  Next: A notes file,  Prev: 
Basics,  Up: Basics
-
-2.1 Getting started
-===================
-
-To get started with notes-mode,  read the introduction this chapter,
-then either:
-
-   * Start emacs, do  `M-x' `load-library' `RET' `notes-mode' `RET'
-     This approach will set up notes-mode with the default parameters.
-
-   * OR, from the shell,  run the program `notesinit'.  This approach
-     will ask you some questions about how you want to configure  notes
-     mode.
-
-
-   Either way these should set up everything notes-mode needs.  This
-program will modify your environment (as described in this section),
-or it will give you the exact commands you should run yourself.
-
-   After you've done one of these,  start up emacs and note-away.  I
-usually begin a  day of note-taking by running the command  `M-x'
-`notes-index-todays-link'  to jump directly to today's note.  You may
-even wish to bind this to something,  perhaps with  `(define-key
-global-map "\C-cn" 'notes-index-todays-link)'  in your `.emacs'.
-
-   If you want to browse your existing notes,  you might instead want
-to edit the  `~/NOTES/index'.  (What is a notes file and the index?
-Hurry up and finish  reading this chapter.)
-
-
-File: notes-mode.info,  Node: A notes file,  Next: The notes index,  Prev: 
Getting started,  Up: Basics
-
-2.2 A notes file
-================
-
-The notes file is the focus of most of the activity in notes-mode,
-it's where you take your notes.  Notes files are mostly free-form text
-broken up into "entries".  Here's an example:
-
-     8-Jun-95 Thursday
-     -----------------
-
-     * Today
-     -------
-     prev: <none>
-     next: <file:///~/NOTES/199506/950609#* Today>
-
-     next week - release notes-mode
-
-
-     * Environment/notes
-     -------------------
-
-     I explained notes mode to Ashvin and Geoff.
-     ...
-
-   Each entry has a subject-block, (maybe) some links, and then (maybe)
-some text.
-
-   The subject-block must begin with an asterisk-space (`* ')  at the
-beginning of a line, followed by the subject itself.  Subjects must be
-underlined with a row of dashes  (if they're not exact, that's OK;
-notes-mode will fix them periodically).  For convenience,  notes-mode
-will automatically add the underlines when you  hit `<RTN>'
-(`notes-electric-return'),  and `<TAB>' on a partially completed
-subject will  invoke completion based on indexed subjects
-(`notes-complete-subject').  
-
-   Following the subject may be links.  (In the example, the "Today"
-entry has links,  the "Environment/notes" entry doesn't.)  These links
-will be automatically updated by notes-mode  when your notes are
-re-indexed;  just leave a blank line when writing the note.  
-
-   Links are made with pseudo-URLs,  sort of like those in the World
-Wide Web.  Any of these URLs can be followed in notes-mode files  by
-clicking `S-mouse-2' on the pseudo-URL  (`notes-w3-follow-link-mouse').  
-
-   Finally comes the text.  Go wild, but just don't include text that
-looks like a subject.  You can embed pseudo-URLs to link notes together
-manually.
-
-   The more anal of you may have noticed  that the lines before the
-first subject  are not part of any entry.  These lines are  "front
-matter".  They're not usually used for much,  but they can be a good
-place to label the file.  
-
-   There are a number of useful conventions  that can be adopted to
-organize your notes.  The most common is the "Today" entry.  If you
-keep an entry with the same subject  at the beginning of each file,
-you link all of your notes together.  Notes-mode will help you out with
-some of these convetions  by automatically creating or copying some
-fields for you;  see *note Useful conventions:: for details.
-
-   Finally, notes-mode can also work with outline-minor-mode  (thanks
-to Tim Carroll for pointing this out).  Outline-mode supports hiding
-and revealing text and other helpful  features beyond the scope of this
-document.  *Note Outline Mode: (emacs)Outline Mode, for details.
-
-
-File: notes-mode.info,  Node: The notes index,  Next: The notes directories,  
Prev: A notes file,  Up: Basics
-
-2.3 The notes index
-===================
-
-The notes index lists all subjects you've kept notes about,  and each
-date of each note.  Impress your friends,  show your advisor why you're
-worth the _big_ peanuts,  you'll soon have the biggest index of all.
-
-   The index has one line per subject, listing the subject  and each
-day a note was made about that subject.  For example:
-
-     Bicycle: 950314, 950316
-     Bicycle/maintenance/books: 951028
-     Bridge/hands: 951113, 951114, 951116, 951117
-     Bridge/UCLA: 960222, 960409
-
-   Clicking on any of the dates with `mouse-2'  will take you to that
-note  (`notes-index-mouse-follow-link').  (You can also move the point
-over the date and hit `<RTN>'  if you're musaphobic
-[`notes-index-follow-link'].)  
-
-   The notes index is automatically updated by the program `mkall'.
-Typically `mkall' is run nightly by `cron'.  On most modern versions of
-Unix, you can add this command to cron by  running `crontab -e' and
-adding the line:
-
-     0 4 * * * /usr/local/lib/notes-mode/mkall
-   
-   (Assuming that your notes programs are installed  in
-/usr/local/lib/notes-mode, the default location.)
-
-
-File: notes-mode.info,  Node: The notes directories,  Prev: The notes index,  
Up: Basics
-
-2.4 The notes directories
-=========================
-
-The final thing needed to tie basic notes-mode together his how the
-pieces fit together.  Since my graduate work is in file systems, you
-can bet that directories are involved.
-
-   Notes-mode keeps its files in a two-level hierarchy:
-
-     ~/NOTES
-     ~/NOTES/index
-     ~/NOTES/rawindex
-     ~/NOTES/199603
-     ~/NOTES/199603/960329
-     ~/NOTES/199603/960330
-     ~/NOTES/199604
-     ~/NOTES/199604/960401
-
-   The top level, `~/NOTES', is the notes directory.  It keeps all
-notes in one place.  (The name of this directory is configurable, *Note
-Notes-mode configuration::.)
-
-   Inside the notes directory are two files and a number of directories.
-The files are `index',  the index of all entries (*note The notes
-index::),  and `rawindex',  used internally.  
-
-   The notes directory also contains a number of subdirectories,
-sometimes called "intermediate directories".  These directories group
-the actual notes files into manageable chunks,  keeping any directory
-from getting too large.  Intermediate directories are named  by the
-four-digit year and the two-digit month  of the entries they contain.
-(The format of intermediate directories  is configurable, *Note
-Notes-mode configuration::.)  
-
-   Finally,  in each intermediate directory are the notes files
-themselves,  named according to the two-digit year, month, and
-day-of-month.  
-
-   For the most part,  notes-mode will automatically maintain this
-organization of files,  once you create the top-level directory.
-Notes-mode will also automatically ensure  that all files in the notes
-directory are unreadable by  anyone other than their owner.  Notes are
-personal things.  (This behavior is not currently configurable,  but it
-probably should be.)  
-
-
-File: notes-mode.info,  Node: Advanced Features,  Next: History,  Prev: 
Basics,  Up: Top
-
-3 Advanced Features
-*******************
-
-Notes-mode, the minutiae, and some other good stuff.
-
-* Menu:
-
-* Notes files::
-* Notes indices::
-* Notes-mode configuration::
-
-
-File: notes-mode.info,  Node: Notes files,  Next: Notes indices,  Prev: 
Advanced Features,  Up: Advanced Features
-
-3.1 Notes files
-===============
-
-* Menu:
-
-* Getting around::
-* Subject summary::
-* Encryption::
-* Useful conventions::
-
-
-File: notes-mode.info,  Node: Getting around,  Next: Subject summary,  Prev: 
Notes files,  Up: Notes files
-
-3.1.1 Getting around
---------------------
-
-Moving between notes entries and around the hierarchy is fairly common,
-so there are some accelerators.
-
-`C-c C-i'
-     Jump to the index entry for the current entry's subject
-     (`notes-goto-index-entry').  
-
-`C-c C-n'
-
-`C-c C-p'
-     Move to the next or prior note with the same subject
-     (`notes-follow-next-link' and `notes-follow-prev-link').  These
-     functions follow the links in the note,  if they're defined.  If
-     not,  they look through the index file.  This approach usually
-     works,  but will fail if there are multiple new entries created
-     with the given subject  between when the index is recomputed.  
-
-`C-c<RTN>'
-     Follow the link under the point (`notes-w3-follow-link'),  a
-     keyboard equivalent of <S-mouse-2>.  
-
-`M-C-a'
-
-`M-C-e'
-     Jump to the beginning or end of the current note entry
-     (`notes-beginning-of-defun' and `notes-end-of-defun').  
-
-`C-c C-k'
-     Copies the pseudo-URL for the current note into the kill-ring
-     (`current-url-as-kill').  To link two entries, go to the target,
-     grab its URL with `C-c C-k',  go to where you want to make the
-     link,  and yank the URL with `C-y'.  
-
-
-   Notes mode supports imenu,  if you have it bound to something  (I
-use `(global-set-key [down-mouse-3] 'imenu)').  
-
-
-File: notes-mode.info,  Node: Subject summary,  Next: Encryption,  Prev: 
Getting around,  Up: Notes files
-
-3.1.2 Subject summary
----------------------
-
-It's often helpful to look at all  entries for a given subject `C-c C-s'
-collects all entries with the subject of the current  entry in a new
-buffer  (`notes-summarize-subject').  
-
-
-File: notes-mode.info,  Node: Encryption,  Next: Useful conventions,  Prev: 
Subject summary,  Up: Notes files
-
-3.1.3 Encryption
-----------------
-
-Notes occasionally contain private material.  While Unix has strong
-services for file protection  (compared to other, say, more
-wide-selling operating systems),  in many systems root passwords are
-shared,  while other systems are vulnerable to physical compromise.  In
-such systems,  properly used encryption is the best approach to
-security.
-
-   Notes-mode encryption is based  Phill Zimmerman's PGP (Pretty Good
-Privacy) (see `http://www.mantis.co.uk/pgp/pgp.html')  and either  with
-Rick Campbell's  emacs interface, PAM (PGP Augmented Messaging) (from
-`ftp://h.gp.cs.cmu.edu/usr/rfb/pam/')  (note that as of January 1997,
-PAM is no longer at this ftp site  and appears to not be publicly
-available),  or LoPresti and Choi's mailcrypt (from
-`http://cag-www.lcs.mit.edu/mailcrypt/').  
-
-`C-c C-e'
-     Encrypt the current note (`notes-encrypt-note').  By default this
-     function encrypts the whole entry.  With a prefix argument,  only
-     the part from the point to the end of the entry is encrypted.  
-
-`C-c C-d'
-     Decrypt the current note (`notes-decrypt-note').
-   
-   By default notes-mode determines your public key by looking  up your
-`user-full-name' in your PGP keyring.  You can override this default by
-setting  `notes-encryption-key-id'  to the desired key-id.  
-
-
-File: notes-mode.info,  Node: Useful conventions,  Prev: Encryption,  Up: 
Notes files
-
-3.1.4 Useful conventions
-------------------------
-
-There are a number of conventions which can make notes-mode  easier to
-use.  These conventions are a matter of personal taste,  of course.  Do
-what works for you.
-
-   First,  I find it helpful to keep the date of each notes-file at the
-top  of the file.  This makes the file self-identifying  if the
-filename is lost.
-
-   Second,  I find it useful to have the first entry of each file  have
-the same subject (perhaps "Today").  This entry then links all notes
-together,  making it easy to go to yesterday and tomorrow.  I keep a
-to-do list on this entry,  bringing the list forward each day.  
-
-   A third useful convention is to keep an  entry with the name based
-on the day of the week  in each file.  Analogous to "Today", this entry
-links together  weeks.
-
-   Notes-mode supports these conventions.  When you make a new
-notes-file in emacs,  notes-mode searches for the preceding file.  If
-it follows any of these conventions,  the new file is initialized
-appropriately.  Currently  the approach to do this process  (in the
-program `mknew')  is fairly sensitive,  so it may not work in all cases.
-In particular,  the date convention works only on  for English-language
-dates.  (If you use notes-mode with a non-English language,  let me
-know and I'll work with you to fix this limitation.)
-
-   If you find other helpful conventions,  please let me know.
-Modifications to `mknew' to implement  new conventions are also invited.
-
-   If you don't want to use these conventions,  or if you want to use
-different ones,  set the emacs variable
-notes-mode-initialization-program  to nil or the name of your
-initialization program.  
-
-
-File: notes-mode.info,  Node: Notes indices,  Next: Notes-mode configuration,  
Prev: Notes files,  Up: Advanced Features
-
-3.2 Notes indices
-=================
-
-Only two features of notes index mode haven't yet been described.
-First,  you can open any notes-file based on date  with
-`notes-index-link',  normally bound to <o>.  
-
-   Second,  you can get a subject-summary  with <C-c C-s>  (*note
-Subject summary::).  The subject defaults to that of the current index
-line.  
-
-
-File: notes-mode.info,  Node: Notes-mode configuration,  Prev: Notes indices,  
Up: Advanced Features
-
-3.3 Notes-mode configuration
-============================
-
-Several aspects of notes mode are particularly visible  to the user.
-Because I'm not a fascist,  a user can change most of these.
-
-   Preferences are specified in `~/.notesrc'.  This file lists things
-to change:
-
-     # lines beginning with a hash are comments
-     dir: ~/NOTES
-     int_form: %Y%m
-
-   Currently, two things can be changed:
-
-`dir'
-     Specifies the root of the notes directory hierarchy  (*note The
-     notes directories::).
-
-`int_form'
-     Specifies the form of the intermediate directory.  A limited
-     subset of `strftime(3)'  formatting is allowed.
-
-   The subset of `strftime(3)' supported in `int_form' is:
-`%Y'
-     The four-digit year.
-
-`%y'
-     The two-digit year.
-
-`%m'
-     A two-digit numeric month.
-
-`%d'
-     A two-digit day.
-
-   In addition to `.notesrc',  there are a number of emacs-specific
-variables.  These variables are documented in the file
-`notes-variables.el'.
-
-
-File: notes-mode.info,  Node: History,  Next: Installation,  Prev: Advanced 
Features,  Up: Top
-
-4 History
-*********
-
-More about notes-mode than you wanted to know, and some thanks.
-
-* Menu:
-
-* Notes-mode history::
-* Credits::
-* Changes::
-* Suggested features::
-
-
-File: notes-mode.info,  Node: Notes-mode history,  Next: Credits,  Prev: 
History,  Up: History
-
-4.1 Notes-mode history
-======================
-
-Briefly,  I started keeping notes on-line shortly after I got a
-portable computer  in January, 1994.  After a month-and-a-half of
-notes, I realized that  one does not live by grep alone,  so I started
-adding indexing facilities.
-
-   In June of 1995  some other Ficus-project members started  keeping
-and indexing on-line notes  using other home-grown systems.  After some
-discussion,  we generalized my notes-mode work and  they started using
-it.
-
-   Over the next 18 months notes-mode grew.  Finally, in April, 1996 I
-wrote documentation,  guaranteeing that innovation on notes-mode will
-now cease  or the documentation will become out of date.
-
-
-File: notes-mode.info,  Node: Credits,  Next: Changes,  Prev: Notes-mode 
history,  Up: History
-
-4.2 Credits
-===========
-
-I (John Heidemann, <johnh@isi.edu>)  started, documented, and currently
-maintain notes-mode.  I take ultimate responsibility for the code,
-especially for the ugly parts that I won't let others change.
-
-   Ashvin Goel  <ashvin@ficus.cs.ucla.edu>  has been a very
-enthusiastic notes-mode user and contributor.  He is responsible for at
-least  the ideas behind `notes-summarize-subject' and the ideas and
-initial implementations of  some of the original generalization and
-modularity improvements,  `notes-follow-next-link' and
-`notes-follow-prev-link',  `notes-goto-index-entry',  programmed
-subject completion,  and  context-sensitive mouse-2 handling.  In
-addition,  he is an invaluable second opinion about  what and how
-things should be done  (even if I don't always agree with him).
-
-   Geoff Kuenning  <geoff@ficus.cs.ucla.edu>  has been another
-enthusiastic notes-mode user and victim.  He is responsible for
-finding several bugs,  motivation for mouse-less operation,  comments
-about the documentation,  the day-of-week convention,  and an initial
-implementation and the idea of  multiple entries with the same subjects
-in a single notes-file.
-
-   Ramesh Govindan <govindan@isi.edu> did the xemacs port.
-
-   Since it's release on Usenet in April 1996 several  other folks have
-contributed.  Thanks to  David Weisman <weisman@app1.osf.org>,  Martin
-L. Smith <martin@ner.com>,  Jason Bastek <jason@aai.com>,  Ulrich
-Herbst <Ulrich.Herbst@t-systems.com>.  See the next section (*Note
-Changes::.) for details of their exploits.
-
-   Thanks to Larry Ayers <layers@marktwain.net>  for popularizing
-notes-mode with reviews in  the Linux Gazette  (at
-<http://www.linuxgazette.com/issue22/notes-mode.html> and
-<http://www.linuxgazette.com/issue35/ayers.html>).
-
-
-File: notes-mode.info,  Node: Changes,  Next: Suggested features,  Prev: 
Credits,  Up: History
-
-4.3 Changes
-===========
-
-For the bored:
-
-   First semi-public release. 12-Jul-95: version 0.1  Shared a version
-with Ashvin and Geoff.
-
-   Changed  6-Dec-95: version 0.3  Ashvin's changes for note traversal
-added (C-c C-p and C-c C-n now move to the prev/next note in note-mode).
-URL parsing changed so that "localhost" is optional.
-
-   Changed 19-Dec-95:  version 0.4  More robust prev/next code added,
-both to handle going back and forward in the middle of chains through
-the index file, and to handle back/forward in a single file.   URL
-parsing changed so that notes-goto-index-entry correctly handles
-lookups on notes names such as "252A".
-
-   Changed 20-Dec-95: version 0.5.   Fixed a missing variable in
-notes-url.el.   Added a work-around to a bug in emacs-19.30's
-define-derived-mode.
-
-   Changed 24-Dec-95: version 0.6.   Prev/next code re-re-written to be
-more robust.
-
-   Changed 26-Dec-96:  version 0.7.   Bug fix release.
-
-   Changed 23-Jan-96: version 0.8.   Initialization code added to set
-up a new note.  New variable:  notes-bin-dir.
-
-   I'm skipping version 0.9 because I erroneously release version 0.1
-as version 0.9 (only on the web, not on Usenet).
-
-   I'm bumping from version "0" to version "1" since the code is has
-been in production use for more than a year by several people.  Minor
-numbers are the same.
-
-   Changed 26-Mar-96: version 1.10.   Setup code completely re-written.
-Several incompatible changes have been made:  - the lisp and Perl code
-must be installed via make install, not by copying.   - some data is
-specified in a .notesrc file; copy and modify sample.notesrc.   -
-several internal elisp changes.   - catsubject added (bound to C-cC-s):
-collect all notes about the current subject.   - new notes-files are
-initialized with fields based on the prior day's notes; see mknew for
-details.   - daily_work is gone; mkall is rewritten to use .notesrc.
-
-   Changed 29-Apr-96: version 1.11.   Real documentation.   Mknew
-caching added.
-
-   Changed  9-Aug-96: version 1.12.   Added notesinit to do all setup
-for new users.
-
-   Changed 24-Aug-96: version 1.13.   Minor documentation fixes.
-
-   Changed 20-Dec-97: version 1.14.  Autoconf support.
-
-   Fontification of the index buffer is now pre-computed in perl other
-than done when the file is needed (in elisp with slow regular
-expressions).  2000-line index files are now 1-2 seconds rather than
-15-30 on a 100MHz Pentium.  If necessary (the pre-computed version
-isn't up-to-date) we fall back on the slower code.
-
-   Related work improved (suggestion by David Weisman
-<weisman@app1.osf.org>).
-
-   Documentation improvement (problem found by Martin L. Smith
-<martin@ner.com>).
-
-   Installation improved (code by Jason Bastek <jason@aai.com>).
-
-   Bug in notes-index mode with subjects containing colons fixed
-(johnh).
-
-   Encryption now supports mailcrypt.el.
-
-   Support for emacs 20 (a small font-lock change).
-
-   Changed  5-Jan-98: version 1.15.  Bug in decryption for non-PAM
-users fixed  (suggestion by Kevin Davidson <tkld@quadstone.com>).
-
-   Y2K statement added  (suggestion by Kevin Davidson
-<tkld@quadstone.com>).
-
-   Pointer to mailcrypt added (as a supported encryption package).
-Problem pointed out by K. Ueda <kueda@jupiter.qse.tohoku.ac.jp>.
-
-   Changed  4-Nov-98: version 1.16.  Bug in kill-ring handling of
-notes-old-underline-line  fixed by Tim Potter <timp@jna.com.au>.  Bug
-in whitespace handling after PGP encryption fixed by Tim Potter.  Bugs
-in handling of entries with hash signs in their name fixed  (found by
-Tim Potter).  Fontification of index buffer further improved  (mapcar
-is your friend).  Xemacs support added based on code contributed by
-Ramesh Govindan.
-
-   Changed 28-Feb-99: version 1.17: Improvement:  notes-electric-return
-now fixes up the prev/next links  of new entries (only).  Code
-contributed by  Takashi Nishimoto.
-
-   Bug fix:  reversed options -batch and -q in configure.in to placate
-XEmacs 20.0; changed notesinit to not downcase the pathname  (bugs
-found by Thierry Bezecourt).
-
-   Clarification: Autofilling of new notes more clear in the manual
-(hopefully,  suggested by Solofo Ramangalahy).
-
-   Bug fix:  a y2k bug in was found and fixed in mkindex.  Sigh.
-
-   New:  Two mailing lists for notes-mode have been created:
-`notes-mode-announce@heidemann.la.ca.us' and
-`notes-mode-talk@heidemann.la.ca.us'.  Send the line "subscribe
-notes-mode-announce" (or "subscribe notes-mode-talk") to
-`majordomo@heidemann.la.ca.us' to join them.  [_These instructions are
-now superceeded; to subscribe, go to
-`http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk' and
-`http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce'._]
-
-   Changed  6-Oct-99: version 1.18: Bug fix:  handling of
-electric-prevnext is better when there are  existing prev/next links.
-
-   Clarification: I added some pointers in the code to the installation
-instructions.  (Apparently people can't RTF README.)
-
-   Extension: mailcrypt-3.5.x suported including pgp, pgp5 and gpg.
-
-   Changed (date 23-Dec-00): version 1.19: Bug fix (cosmetic): suppress
-comments in encrypted nodes.
-
-   Install fixes from Kannan Varadhan: elisp directories changed on
-install.
-
-   Added C-j as a synonym for RET in notes-mode to parallel C++ or perl
-mode.  (Suggested by Fred Jaggi `jaggi@rsn.hp.com'.)
-
-   Outline-minor-mode support added and documented.  (Suggested by Tim
-Carroll `tim@boomboom.com'.)
-
-   Bug/typo fixes in gpg support (Contributed by William A. Perkins
-`wa_perkins@pnl.gov', with separate patches from Knut Anders Hatlen
-`kahatlen@online.no'.)
-
-   Installation improvements suggested by Christophe Troestler
-`Ch.Troestler@linkline.be': use install-info to update the info dir,
-warn users of -prefix that lisp files go elsewhere.
-
-   Changed (date  1-Feb-01): version 1.20: Bug fix: missing file
-notes-first.el added to the distribution.  (Bug found by Michael
-Totschnig `michaelt@supernet.ca'.)
-
-   Changed ( 5-Dec-01): version 1.21: (backed-out--didn't work with
-spaced URLs) URL lookup now uses thing-at-point.
-
-   Fix to make notes-mode work with emacs-21.1 (Fix from Klaus Zeitler
-`kzeitler@lucent.com'.)
-
-   Changed ( 3-Jan-02): version 1.22: Several bugs in `notesinit' for
-stricter Perl implementations (bug found by Paul Craven"
-`pcraven@yorku.ca', and Kasper van Wijk `kasper@acoustics.mines.edu')
-and to make it run cleanly more often.
-
-   Notes-first now autoinitializes notes mode from emacs.  (As
-instisted by rms, unfortunately about two years later than requested.)
-
-   Changed (20-Feb-05): version 1.23: Outline mode is now forcebly
-turned on to avoid interactions with user's text-mode hooks (bug and
-fix from Nils Ackermann `nils@nieback.de').
-
-   Install bug involving ordering of scripts and byte-compilation fixed
-(bug and fix from Mark Allman `mallman@grc.nasa.gov').
-
-   Fix obscure bug in configure, reported by Klaus Zeitler
-`kzeitler@lucent.com'.
-
-   Fix for notes-summarize-subject when no subject is specified (bug
-and fix from Geoff Kuenning).
-
-   Changed (14-Jan-06): version 1.24:
-
-   install-info bug documented with the Debian install-info (bug
-reported by Aaron Falk `falk@isi.edu').
-
-   Automatic date completion in new days is now done in the current
-locale, so it should now work for non-English languages.  Bug reported
-by Torsten Bronger `bronger@physik.rwth-aachen.de'.
-
-   Fixed a bug in mkindexcache, triggered by subjects with percent signs
-in them.  Bug reported by Philip Austin `paustin@eos.ubc.ca'.
-
-   We're a bit more robust about subjects, I hope.  Warnings should
-appear about embedded number signs, and leading spaces should be
-filtered.  Bug reported by Philip Austin `paustin@eos.ubc.ca'.
-
-   Notes-mode now dervies from indented-text-mode rather than
-paragraph-indent-text mode.  Unfortunatley this is not customizable
-because of limitations of define-derived-mode.  Change suggested by
-Aaron Falk `falk@isi.edu'.
-
-   Provide better hints about how to get started after installation or
-running notes-mode in emacs for the first time.
-
-   In notes init, the default path for dir was the full path, not the
-tilde version of the path.  Now it defaults to using tidle for home
-directory.  Bug reported by Mark Allman `allman@icir.org'.
-
-   Changed (26-May-06): version 1.25:
-
-   fixed a bug in the release tar.gz file that had a additional copies
-copy nested.
-
-   Changed (30-Jun-08): version 1.26:
-
-   Force unicode I/O in `mkindexcache' to fix highlighting mis-alignment
-when using emacs-21 with unicode subject lines.
-
-   Changed mkprevnext and mkrawindex to optionally take the list of
-notes files to index from stdin rather than from the command line.
-Yes, I finally have 4093 notes files, overflowing the Unix command line
-buffer.
-
-   Changes notes-mode.el to put path in quotes, allowing spaces to
-appear in home directory names (bug fix from Ulrich Herbst).
-
-   Added a suggested features section.
-
-   Changed ( 8-Aug-08): version 1.27:
-
-   Change I/O in `mkindexcache' to use locale (the sadly correct thing)
-rather than forcing utf-8 (the Righteous Path).  Bug report from Geoff
-Kuenning, a man with an older Unix environment than I.
-
-   Changed (20-Jun-10): version 1.28:
-
-   Changed a regular expression in `notes-index-mode.el' that was
-causing emacs-v23 (a pre-release version) to regular expression
-infinite recursion.
-
-   Changed (2012-04-04): version 1.29
-
-   (2011-08-23) Changed `run-hooks' to `run-mode-hooks'.  Bug report
-from Geoff Kuenning.
-
-   Changed some handling of PGP encryption to account for some apparent
-API changes.
-
-   (2012-04-04) Fixed encyrption to handle encrypting empty notes at
-the end of buffers without going into an infinite loop.  Clearly wrong
-code, but you have to ask this guy for why he tried: Bug report from
-Geoff Kuenning.
-
-
-File: notes-mode.info,  Node: Suggested features,  Prev: Changes,  Up: History
-
-4.4 Suggested features
-======================
-
-Features suggested by users but not yet implemented:
-
-   21-Feb-08: (from Xavier Maillard): should support "disconnected"
-notes that are indexed but not date-based.
-
-   21-Feb-08: (from John Heidemann): should switch all notes files to
-have an extension (maybe `.notes').
-
-
-File: notes-mode.info,  Node: Installation,  Next: Keystroke index,  Prev: 
History,  Up: Top
-
-5 Installation
-**************
-
-To install notes-mode,
-
-  1. Unpack and extract the distribution (gunzip notes-mode-xxx.tar.gz;
-     tar xvf notes-mode-xxx.tar; cd notes-mode-xxx).
-
-  2. Run configure (./configure).
-
-  3. Type "make install".
-
-   (To control what's installed where, use -prefix=/where, or
--with-lisp-dir=/where, -datadir=/where (for scripts), and
--infodir=/where.)
-
-   For each user:
-  1. Run notesinit
-
-   If you have problems with paths being incorrect, please be aware that
-you _cannot_ run notes directly out of where you untar it.  The
-installation process customizes the programs for where things are on
-your system.  Make sure you move out of the directory where you
-untarred it before running it.
-
-   The most recent distribution of notes-mode  is always available via
-`http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/'.
-
-
-File: notes-mode.info,  Node: Keystroke index,  Next: Concept index,  Prev: 
Installation,  Up: Top
-
-Keystroke index
-***************
-
-This index lists notes-mode keystrokes.
-
-[index]
-* Menu:
-
-* C-c C-d:                               Encryption.           (line 28)
-* C-c C-e:                               Encryption.           (line 24)
-* C-c C-i:                               Getting around.       (line 11)
-* C-c C-k:                               Getting around.       (line 37)
-* C-c C-n:                               Getting around.       (line 21)
-* C-c C-p:                               Getting around.       (line 21)
-* C-c C-s <1>:                           Notes indices.        (line 12)
-* C-c C-s:                               Subject summary.      (line  8)
-* C-c<RTN>:                              Getting around.       (line 25)
-* M-C-a:                                 Getting around.       (line 31)
-* M-C-e:                                 Getting around.       (line 31)
-* mouse-2:                               The notes index.      (line 21)
-* o:                                     Notes indices.        (line  8)
-* RTN <1>:                               The notes index.      (line 21)
-* RTN:                                   A notes file.         (line 37)
-* S-mouse-2:                             A notes file.         (line 46)
-* TAB:                                   A notes file.         (line 37)
-
-
-File: notes-mode.info,  Node: Concept index,  Prev: Keystroke index,  Up: Top
-
-Concept index
-*************
-
-This index lists notes-mode concepts.
-
-[index]
-* Menu:
-
-* .notesrc:                              Notes-mode configuration.
-                                                               (line  6)
-* configuration:                         Notes-mode configuration.
-                                                               (line  6)
-* conventions:                           Useful conventions.   (line  6)
-* Crontab:                               The notes index.      (line 29)
-* Decryption:                            Encryption.           (line  6)
-* Directory hierarchy:                   The notes directories.
-                                                               (line  6)
-* Encryption:                            Encryption.           (line  6)
-* Font matter:                           A notes file.         (line 55)
-* imenu:                                 Getting around.       (line 41)
-* Intermediate directories:              The notes directories.
-                                                               (line 35)
-* key-id:                                Encryption.           (line 31)
-* mailcrypt:                             Encryption.           (line 19)
-* mkall:                                 The notes index.      (line 29)
-* mknew:                                 Useful conventions.   (line  6)
-* Notes directories:                     The notes directories.
-                                                               (line  6)
-* Notes entries:                         A notes file.         (line 10)
-* Notes file permissions:                The notes directories.
-                                                               (line 46)
-* Notes files <1>:                       The notes directories.
-                                                               (line 39)
-* Notes files:                           A notes file.         (line  6)
-* Notes files, font matter:              A notes file.         (line 55)
-* Notes index:                           The notes index.      (line  6)
-* Notes links:                           A notes file.         (line 42)
-* Notes subjects:                        A notes file.         (line 37)
-* notes-mode-initialization-program:     Useful conventions.   (line 38)
-* notesinit:                             Getting started.      (line  6)
-* PAM:                                   Encryption.           (line 19)
-* PGP:                                   Encryption.           (line 19)
-* PGP Augmented Messaging:               Encryption.           (line 19)
-* Pretty good privacy:                   Encryption.           (line 19)
-* Pseudo-URLs:                           A notes file.         (line 46)
-* re-indexing:                           The notes index.      (line 29)
-* Root directory:                        The notes directories.
-                                                               (line 27)
-* setup:                                 Getting started.      (line  6)
-* Subject summary:                       Subject summary.      (line  8)
-* Today:                                 Useful conventions.   (line 17)
-* URLs:                                  A notes file.         (line 46)
-
-
-
-Tag Table:
-Node: Top1063
-Node: Introduction1988
-Node: What is it?2318
-Ref: What is it?-Footnote-13411
-Node: Why keep notes at all?3467
-Node: Why keep notes on-line?4252
-Ref: Why keep notes on-line?-Footnote-17805
-Ref: Why keep notes on-line?-Footnote-27981
-Ref: Why keep notes on-line?-Footnote-38220
-Node: Why use notes-mode?8319
-Ref: Why use notes-mode?-Footnote-110010
-Node: Y2K Statement10079
-Node: Related work10892
-Node: Staying on top11940
-Node: Basics12590
-Node: Getting started12896
-Node: A notes file14135
-Node: The notes index16878
-Node: The notes directories18130
-Node: Advanced Features19994
-Node: Notes files20254
-Node: Getting around20491
-Node: Subject summary21921
-Node: Encryption22257
-Node: Useful conventions23690
-Node: Notes indices25461
-Node: Notes-mode configuration25937
-Node: History27010
-Node: Notes-mode history27274
-Node: Credits28066
-Node: Changes29947
-Node: Suggested features39800
-Node: Installation40202
-Node: Keystroke index41142
-Node: Concept index42581
-
-End Tag Table
diff --git a/packages/notes-mode/notes-mode.texi 
b/packages/notes-mode/notes-mode.texi
deleted file mode 100644
index 60382c2..0000000
--- a/packages/notes-mode/notes-mode.texi
+++ /dev/null
@@ -1,1585 +0,0 @@
-\input texinfo @c -*-texinfo-*-
-@c %**start of header
-@setfilename notes-mode.info
-@settitle Notes-mode:  Organizing on-line note-taking.
-@c For double-sided printing, uncomment:
-@c @setchapternewpage odd
-@c %**end of header
-
-@c FIXME: Figure out a way to keep these things up-to-date w/o RCS/CVS!
-@set EDITION $Revision: 1.40 $
-@c XXX: the next line should track the release file.
-@set VERSION 1.16
-@set UPDATED $Date: 2010/06/20 18:30:34 $
-
-@iftex
-@finalout
-@end iftex
-
-@dircategory Emacs
-@direntry
-* Notes-mode: (notes-mode).         Organizing on-line note-taking.
-@end direntry
-
-@c FIXME: The leading spaces lead to double spaces inside the
-@c generated .info file!
-
-@ifinfo
-Notes-mode:  Organizing on-line note-taking.
-
-This file documents notes-mode, a package
-for organizing on-line note-taking.
-@end ifinfo
-
-@copying
-Copyright (C) 1994-1996,2012  Free Software Foundation, Inc.
-
-@quotation
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
-and with the Back-Cover Texts as in (a) below.  A copy of the license
-is included in the section entitled ``GNU Free Documentation License''.
-
-(a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
-modify this GNU manual.  Buying copies from the FSF supports it in
-developing GNU and promoting software freedom.''
-@end quotation
-@end copying
-
-@titlepage
-@title Notes-mode
-@subtitle Organizing on-line note-taking
-@subtitle Edition @value{EDITION}, for notes-mode version @value{VERSION}
-@subtitle @value{UPDATED}
-@author by John Heidemann
-
-@end titlepage
-
-@node Top, Introduction, (dir), (dir)
-@comment  node-name,  next,  previous,  up
-
-@ifinfo
-This file documents notes-mode, a package
-for organizing on-line note-taking.
-This is edition @value{EDITION}, for notes-mode version @value{VERSION},
- last updated @value{UPDATED}.
-
-@end ifinfo
-
-@c
-@c Outline as of 16-Apr-96:
-@c
-@c introduction
-@c - what is notes mode
-@c - why keep notes on-line
-@c   - easier to type than write
-@c   - information already on-line (program errors, measurement data, etc.)
-@c   - easy to search (grep, glimpse)
-@c   - easy to index (notes-mode)
-@c - why use notes-mode
-@c   - automates indexing
-@c   - supports links
-@c   - emacs helpers (subject completion, elisp customization)
-@c   - alternatives:
-@c     HTML (+formatting, +links, -tags are intrusive, -errors are bad, -index 
by hand)
-@c     word processor (+formatting, -links, -indexing)
-@c - related work
-@c   - notes-mode is not related to Lotus Notes
-@c basics
-@c - notes-file
-@c   (text mode)
-@c   - front-matter
-@c   - entries
-@c     - subject
-@c     - links
-@c     like urls, but not quite
-@c     mouse-2 follows a link (and also pastes)
-@c     - text
-@c     can contain other, embedded links
-@c - notes-index
-@c   - subjects
-@c    mouse-2 follows links
-@c   - re-indexing
-@c - file layout
-@c   - root ~/NOTES, changing
-@c   - intermediate directories @cY@cm
-@c   - notes-files @cy@cm@cd
-@c intermediate features
-@c - notes-files
-@c     - conventions
-@c      today
-@c      Monday
-@c      date in front-matter
-@c      hierarchical subjects
-@c     - C-c C-s subject summary
-@c     - C-c C-k current-url-as-kill
-@c     - getting around
-@c       - C-c C-i notes-goto-index-entry
-@c     - C-c C-n notes-follow-next-link, C-c C-p notes-follow-prev-link
-@c     - C-c C-f notes-w3-follow-link
-@c     - M-C-a notes-beginning-of-defun, M-C-e notes-end-of-defun
-@c     - C-c C-e, C-c C-s encryption
-@c - notes-index
-@c   - RET notes-index-follow-link
-@c   - o notes-index-link
-@c   - C-c C-s summarize subject
-@c advanced features:
-@c - .notesrc
-@c history
-@c - genesis: minimal functionality: subject collection
-@c - Leviticus: indexing, urls
-@c - exodus: share with others
-@c - Deuteronomy: features are added
-@c
-
-
-
-@c The master menu, created with texinfo-master-menu, goes here.
-
-@menu
-* Introduction::                
-* Basics::                      
-* Advanced Features::           
-* History::                     
-* Installation::                
-* Keystroke index::             
-* Concept index::               
-
-@detailmenu
- --- The Detailed Node Listing ---
-
-Introduction
-
-* What is it?::                 
-* Why keep notes at all?::      
-* Why keep notes on-line?::     
-* Why use notes-mode?::         
-* Y2K Statement::               
-* Related work::                
-* Staying on top::              
-
-Basics
-
-* Getting started::             
-* A notes file::                
-* The notes index::             
-* The notes directories::       
-
-Advanced Features
-
-* Notes files::                 
-* Notes indices::               
-* Notes-mode configuration::    
-
-Notes files
-
-* Getting around::              
-* Subject summary::             
-* Encryption::                  
-* Useful conventions::          
-
-History
-
-* Notes-mode history::          
-* Credits::                     
-* Changes::                     
-
-@end detailmenu
-@end menu
-
-@c ----------------------------------------------------------------------
-
-@node Introduction, Basics, Top, Top
-@chapter Introduction
-
-What is notes-mode and why should you (perhaps) use it?
-
-@menu
-* What is it?::                 
-* Why keep notes at all?::      
-* Why keep notes on-line?::     
-* Why use notes-mode?::         
-* Y2K Statement::               
-* Related work::                
-* Staying on top::              
-@end menu
-
-@node What is it?, Why keep notes at all?, Introduction, Introduction
-@comment  node-name,  next,  previous,  up
-@section What is it?
-
-Notes-mode is an indexing system for on-line note-taking.
-Notes-mode is composed of two parts, the visible part,
-a major-mode for emacs to aid note-taking;
-and the invisible part,
-scripts which periodically index your notes for you.
-
-Note that notes-mode provides tools to @dfn{index} your notes,
-not to @dfn{search} them.
-(Other existing tools such as @file{grep}, @file{agrep}, and @file{glimpse}
-already allow file search.)
-
-A digression about indexing vs. searching:
-Indexing in this sense means
-organize them according to categories you give,
-while searching looks through all text for arbitrary strings.
-Drawing on the World Wide Web for examples,
-Yahoo (@file{http://www.yahoo.com/}) is an index,
-while Alta Vista (@file{http://www.altavista.digital.com/})
-is a search-engine.
-In (potentially) more familiar terms,
-the yellow pages
-@footnote{Trademarked, in Great Britain, Sunone tells me.}
-are an index,
-while directory information (411 in the USA)
-is sort of a search-engine.
-
-
-@node  Why keep notes at all?, Why keep notes on-line?, What is it?, 
Introduction
-@comment  node-name,  next,  previous,  up
-@section Why keep notes at all?
-
-So why should you use notes-mode?
-Well, first, consider why you should (perhaps)
-keep your notes on line.
-First,
-I assume that you take notes as part of your work or school.
-If you don't,
-you can stop reading now and go back to watching TV.
-
-If you keep notes, ask yourself why you keep them.
-Reasons vary for different people, but some include:
-
-@itemize @bullet
-
-@item
-To remember what is said or done.
-
-@item
-To focus on what is important about what is said.
-
-@item
-To provide proof of having done something
-at a particular time or date.
-
-@item
-I know there were other reasons here,
-but they slipped my mind.
-@end itemize
-
-
-@node  Why keep notes on-line?, Why use notes-mode?, Why keep notes at all?, 
Introduction
-@comment  node-name,  next,  previous,  up
-@section Why keep notes on-line?
-
-OK, I've talked you into keeping notes.
-Why do it on-line?
-Again, there are different reasons for different people.
-If you don't want to consider keeping your notes on-line,
-you're welcome to go back to your (clay tablets)
-paper notes.
-
-However, if you do much of your work on-line,
-or if you have portable computer,
-then you might want to consider keeping your notes on-line.
-
-@itemize @bullet
-
-@item
-It's faster to type than write,
-and possibly more legible at high speed.
-
-@item
-Often information is already on-line.
-For example, in software development, bug reports,
-measurement results, and everything else that's useful
-is on-line.
-
-@item
-You can take down more detail than you otherwise would
-(especially if the data is already on-line).
-Taking more copious notes can be helpful when you go back
-to figure out why that strange thing was happening.
-
-@item
-On-line notes are easy to search.
-Full-text search with 
-grep, agrep, and glimpse are all much faster
-and are often more accurate than paging through paper notes
-looking for a particular keyword.
-
-@item
-On-line notes are easy to index.
-(At least with notes-mode!)
-In addition to full-text search,
-it's helpful to organize notes by category.
-If you keep a table-of-contents of your paper notes,
-you are either extremely fastidious
-or a librarian (Nadia?).
-
-@item
-You can keep all of your notes with you at all times
-(if you have a portable computer).
-Even at a page a day,
-paper notes quickly become bulky and awkward to carry around.
-On-line notes fit on your computer's hard disk,
-an extraordinarily compact medium
-by comparison.
-
-@item
-Your notes can be automatically backed up.
-Paper notes can become damaged with time,
-and as a graduate student
-one of my fears was fire in Boelter Hall
-consuming all my research experiments
-and and therefore hopes of a degree.
-Electronic notes are extremely easy to duplicate
-and can be automatically backed up with the rest of your computer.
-(You @emph{do} back up your computer, don't you?)
-
-@end itemize
-
-While these advantages are undoubtedly clear to any
-right-thinking computer user,
-it should be said that there are a few disadvantages 
-for on-line note-taking.
-
-@itemize @bullet
-
-@item
-If you don't have a computer with you most of the time,
-it's difficult take notes on-line (because you're off-line, of course).
-@footnote{I consider myself pretty anal about this subject,
-often typing notes in from paper after-the-fact,
-and @emph{I} certainly don't manage to back-enter
-my notes all time time.}
-
-@item
-Computers require power.
-If your portable computer runs out of juice,
-you're on your own.
-Corollary:  watch your power, or bring paper.
-Better corollary:  watch your power, @emph{and} bring paper.
-
-@item
-Social limitations.
-It's not always socially acceptable to take notes-on-line.
-For example,
-at a party,
-few people would use a computer
-to take down the phone number of a person
-to whom they're attracted
-(at least, if they wanted the attraction to be mutual).
-@footnote{
-On the other hand, some folks at MIT are working
-on this problem from both the hardware and the social side of
-things (@file{http://wearables.www.media.mit.edu/projects/wearables/})
-(Perhaps they have wild parties with computers, too.)
-}
-Sometimes other people find the sound of typing distracting.
-
-@item
-Health issues.
-Repetitive stress injuries do occur
-writing (slower) by hand is at least 
-an alternate motion than typing.
-
-@item
-Legal limitations.
-If you want to use your electronic notes
-to justify a patent or invention,
-you may be breaking legal ground.
-Being on the legal cutting-edge is rarely an easy thing
-for the person involved.@footnote{My hat is off to Rosa Parks
-and the many other normal people who triggered landmark cases.}
-
-@end itemize
-
-
-@node  Why use notes-mode?, Y2K Statement, Why keep notes on-line?, 
Introduction
-@comment  node-name,  next,  previous,  up
-@section Why use notes-mode?
-
-OK, I've sold you on note-taking and even on on-line note-taking.
-What about notes-mode?
-Naturally,
-it slices, dices, and makes julienne fries.
-But wait, there's more:
-
-@itemize @bullet
-
-@item
-It automates indexing your notes,
-linking notes with the same subject together.
-
-@item
-It supports embedded links,
-allowing you to manually link together different topics 
-and external files.
-
-@item
-It includes a number of convenience-features in emacs.
-Subjects can be completed based on existing subjects.
-The usual emacs customization mechanisms are available.
-
-@item
-Notes containing sensitive information can be encrypted.
-
-@item
-Notes-mode seems better than the other, currently available alternatives.
-@end itemize
-
-What are the alternatives?  I'm glad you asked.
-@footnote{If you think I'm missing an alternative, please let me know.}
-
-@itemize @bullet
-
-@item
-@strong{HTML}.
-HTML has better formatting capabilities than notes-mode,
-and it has excellent linking capabilities.
-Unfortunately,
-HTML's tags are fairly intrusive
- (each is at least four characters long and most come with a pair),
- tags can get confused with normal text,
- errors in HTML can be bad (obscuring data),
- and there's no automatic indexing feature
- (at least with plain HTML).
-Besides,
- all data should be kept as close to the ASCII from whence it came,
- as God Intended (hi, Steve).
-
-@item
-@strong{Word Processors}.
-Word processors are strong in the formatting department,
- but most don't really have linking capabilities,
- and have poor or restricted indexing.
-
-@end itemize
-
-@node  Y2K Statement, Related work, Why use notes-mode?, Introduction
-@comment  node-name,  next,  previous,  up
-@section Y2K Statement
-
-Notes mode uses dates extensively,
- both two-digit years and seconds-since-1970.
-However, notes-mode has been coded to function correctly through
- the year 2038.
-
-To avoid problems with the year 2000, notes-mode assumes
- that any two-digit years before ``70'' are 20xx, not 19xx.
-Notes-mode should therefore work correctly in both the year 1999 and 2000.
-
-(Notes-mode 1.17 released February 1999 fixes a lingering Y2K problem.)
-
-Because notes-mode uses seconds-since-1970 for some date calculations
- it will fail beyond the year 2038 on computers with 32-bit integers.
-
-If I'm still using notes-mode then on a 32-bit machine I'll see what I can do.
-
-
-@node  Related work, Staying on top, Y2K Statement, Introduction
-@comment  node-name,  next,  previous,  up
-@section Related work
-
-What would a document be without related work?
-
-Notes-mode is not related in any way to Lotus Notes.
-
-I am told (by David Weisman)
- that it's something like the now defunct Lotus Agenda.
-
-Ashvin Goel, one of the contributors to notes-mode,
- has gone off and done a from-scratch reimplementation
- called records-mode.
-It's very similar to notes mode,
- and emphasizes on-the-fly updates to entry links
- but lacks a manual.
-You may want to check it out at
- @file{http://www.cse.ogi.edu/~ashvin/software.html}.
-
-Hyperbole (by Bob Weiner) offers better linking facilities
-than notes-mode, but it has a bunch of stuff notes-mode doesn't need
-and it's missing notes-specific indexing provided by notes-mode.
-For people already using Hyperbole
- it would be interesting to replace notes-mode's linking
- with Hyperbole's.
-Contributions in this area are welcome, provided they make Hyperbole
- optional.
-
-@node  Staying on top,  , Related work, Introduction
-@comment  node-name,  next,  previous,  up
-@section Staying on top
-
-The most recent distribution of notes-mode 
- is always available via
- @file{http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/}.
-
-After you've installed notes mode you're encouraged to subscribe
-to the mailing lists.
-To subscribe, go to the web page
-Send the message "subscribe" to
-@file{http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce} or
-@file{http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk}.
-
-The announce list will contain only release announcements
-and so is guaranteed to be very low bandwidth.
-
-
-@c ----------------------------------------------------------------------
-
-@node  Basics, Advanced Features, Introduction, Top
-@comment  node-name,  next,  previous,  up
-@chapter Basics
-
-All you need to use notes-mode
- in a chapter.
-(Except for installation, @xref{Installation}.)
-
-@menu
-* Getting started::             
-* A notes file::                
-* The notes index::             
-* The notes directories::       
-@end menu
-
-@node  Getting started, A notes file, Basics, Basics
-@comment  node-name,  next,  previous,  up
-@section Getting started
-@cindex notesinit
-@cindex setup
-
-To get started with notes-mode,
- read the introduction this chapter,
- then either:
-
-@itemize @bullet
-
-@item
-Start emacs, do 
- @kbd{M-x} @code{load-library} @kbd{RET} @code{notes-mode} @kbd{RET}
-This approach will set up notes-mode with the default parameters.
-
-@item
-OR, from the shell, 
- run the program @file{notesinit}.
-This approach will ask you some questions about how you want to configure
- notes mode.
-
-@end itemize
-
-Either way these should set up everything notes-mode needs.
-This program will modify your environment (as described in this section),
- or it will give you the exact commands you should run yourself.
-
-After you've done one of these,
- start up emacs and note-away.
-I usually begin a
- day of note-taking by running the command
- @kbd{M-x} @code{notes-index-todays-link}
- to jump directly to today's note.
-You may even wish to bind this to something,
- perhaps with
- @code{(define-key global-map "\C-cn" 'notes-index-todays-link)}
- in your @file{.emacs}. 
-
-If you want to browse your existing notes,
- you might instead want to edit the
- @file{~/NOTES/index}.
-(What is a notes file and the index? Hurry up and finish
- reading this chapter.) 
-
-
-@node  A notes file, The notes index, Getting started, Basics
-@comment  node-name,  next,  previous,  up
-@section A notes file
-@c - notes-file
-@c   (text mode)
-@c   - front-matter
-@c   - entries
-@c     - subject
-@c     - links
-@c     like urls, but not quite
-@c     mouse-2 follows a link (and also pastes)
-@c     - text
-@c     can contain other, embedded links
-
-@cindex Notes files
-
-The notes file is the focus of most of the activity in notes-mode,
- it's where you take your notes.
-Notes files are mostly free-form text
- broken up into @dfn{entries}.
-Here's an example:
-
-@cindex Notes entries
-
-@example
-8-Jun-95 Thursday
------------------
-
-* Today
--------
-prev: <none>
-next: <file:///~/NOTES/199506/950609#* Today>
-
-next week - release notes-mode
-
-
-* Environment/notes
--------------------
-
-I explained notes mode to Ashvin and Geoff.
-...
-@end example
-
-Each entry has a subject-block, (maybe) some links, and then (maybe) some text.
-
-The subject-block must begin with an asterisk-space (@kbd{* })
- at the beginning of a line, followed by the subject itself.
-Subjects must be underlined with a row of dashes
- (if they're not exact, that's OK;
- notes-mode will fix them periodically).
-For convenience,
- notes-mode will automatically add the underlines when you
- hit @kbd{@key{RTN}} (@code{notes-electric-return}),
- and @kbd{@key{TAB}} on a partially completed subject will
- invoke completion based on indexed subjects (@code{notes-complete-subject}).
-@cindex Notes subjects
-@kindex RTN
-@kindex TAB
-
-Following the subject may be links.
-(In the example, the ``Today'' entry has links,
- the ``Environment/notes'' entry doesn't.)
-These links will be automatically updated by notes-mode
- when your notes are re-indexed;
- just leave a blank line when writing the note.
-@cindex Notes links
-
-Links are made with pseudo-URLs,
- sort of like those in the World Wide Web. 
-Any of these URLs can be followed in notes-mode files
- by clicking @kbd{S-mouse-2} on the pseudo-URL
- (@code{notes-w3-follow-link-mouse}).
-@cindex Pseudo-URLs
-@cindex URLs
-@kindex S-mouse-2
-
-Finally comes the text.
-Go wild, but just don't include text that looks like a subject.
-You can embed pseudo-URLs to link notes together manually.
-
-The more anal of you may have noticed
- that the lines before the first subject
- are not part of any entry.
-These lines are
- @dfn{front matter}.
-They're not usually used for much,
- but they can be a good place to label the file.
-@cindex Notes files, font matter
-@cindex Font matter
-
-There are a number of useful conventions
- that can be adopted to organize your notes.
-The most common is the ``Today'' entry.
-If you keep an entry with the same subject
- at the beginning of each file,
- you link all of your notes together.
-Notes-mode will help you out with some of these convetions
- by automatically creating or copying some fields for you;
- see @pxref{Useful conventions} for details.
-
-Finally, notes-mode can also work with outline-minor-mode
- (thanks to Tim Carroll for pointing this out).
-Outline-mode supports hiding and revealing text and other helpful
- features beyond the scope of this document.
-@xref{Outline Mode, Outline Mode, , emacs, The Emacs Editor}, for details.
-
-@node  The notes index, The notes directories, A notes file, Basics
-@comment  node-name,  next,  previous,  up
-@section The notes index
-@c - notes-index
-@c   - subjects
-@c    mouse-2 follows links
-@c   - re-indexing
-
-@cindex Notes index
-
-The notes index lists all subjects you've kept notes about,
- and each date of each note.
-Impress your friends,
- show your advisor why you're worth the @emph{big} peanuts,
- you'll soon have the biggest index of all.
-
-The index has one line per subject, listing the subject
- and each day a note was made about that subject.
-For example:
-
-@example
-Bicycle: 950314, 950316
-Bicycle/maintenance/books: 951028
-Bridge/hands: 951113, 951114, 951116, 951117
-Bridge/UCLA: 960222, 960409
-@end example
-
-Clicking on any of the dates with @kbd{mouse-2}
- will take you to that note
- (@code{notes-index-mouse-follow-link}).
-(You can also move the point over the date and hit @kbd{@key{RTN}}
- if you're musaphobic [@code{notes-index-follow-link}].)
-@kindex mouse-2
-@kindex RTN
-
-The notes index is automatically updated by the program @file{mkall}.
-Typically @file{mkall} is run nightly by @file{cron}.
-On most modern versions of Unix, you can add this command to cron by
- running @file{crontab -e} and adding the line:
-
-@example
-0 4 * * * /usr/local/lib/notes-mode/mkall
-@end example
-@cindex Crontab
-@cindex mkall
-@cindex re-indexing
-
-(Assuming that your notes programs are installed
- in /usr/local/lib/notes-mode, the default location.)
-
-
-@node  The notes directories,  , The notes index, Basics
-@comment  node-name,  next,  previous,  up
-@section The notes directories
-
-@cindex Notes directories
-@cindex Directory hierarchy
-
-The final thing needed to tie basic notes-mode together his how
-the pieces fit together.
-Since my graduate work is in file systems,
-you can bet that directories are involved.
-
-Notes-mode keeps its files in a two-level hierarchy:
-
-@example
-~/NOTES
-~/NOTES/index
-~/NOTES/rawindex
-~/NOTES/199603
-~/NOTES/199603/960329
-~/NOTES/199603/960330
-~/NOTES/199604
-~/NOTES/199604/960401
-@end example
-
-The top level, @file{~/NOTES}, is the notes directory.
-It keeps all notes in one place.
-(The name of this directory is configurable, @xref{Notes-mode configuration}.)
-
-Inside the notes directory are two files and a number of directories.
-The files are @file{index},
- the index of all entries (@pxref{The notes index}),
- and @file{rawindex},
- used internally.
-@cindex Root directory
-
-The notes directory also contains a number of subdirectories,
- sometimes called @dfn{intermediate directories}.
-These directories group the actual notes files into manageable chunks,
- keeping any directory from getting too large.
-Intermediate directories are named
- by the four-digit year and the two-digit month
- of the entries they contain.
-(The format of intermediate directories
- is configurable, @xref{Notes-mode configuration}.)
-@cindex Intermediate directories
-
-Finally,
- in each intermediate directory are the notes files themselves,
- named according to the two-digit year, month, and day-of-month.
-@cindex Notes files
-
-For the most part,
- notes-mode will automatically maintain this organization of files,
- once you create the top-level directory.
-Notes-mode will also automatically ensure
- that all files in the notes directory are unreadable by
- anyone other than their owner.
-Notes are personal things.
-(This behavior is not currently configurable,
- but it probably should be.)
-@cindex Notes file permissions
-
-
-@c ----------------------------------------------------------------------
-
-@node  Advanced Features, History, Basics, Top
-@comment  node-name,  next,  previous,  up
-@chapter Advanced Features
-
-Notes-mode, the minutiae, and some other good stuff.
-
-@menu
-* Notes files::                 
-* Notes indices::               
-* Notes-mode configuration::    
-@end menu
-
-@node  Notes files, Notes indices, Advanced Features, Advanced Features
-@comment  node-name,  next,  previous,  up
-@section Notes files
-
-@menu
-* Getting around::              
-* Subject summary::             
-* Encryption::                  
-* Useful conventions::          
-@end menu
-
-@node  Getting around, Subject summary, Notes files, Notes files
-@comment  node-name,  next,  previous,  up
-@subsection Getting around
-
-Moving between notes entries and around the hierarchy is fairly common,
- so there are some accelerators.
-
-@table @kbd
-@item C-c C-i
-Jump to the index entry for the current entry's subject
-(@code{notes-goto-index-entry}).
-@kindex C-c C-i
-
-@item C-c C-n
-@item C-c C-p
-Move to the next or prior note with the same subject
-(@code{notes-follow-next-link} and @code{notes-follow-prev-link}).
-These functions follow the links in the note,
- if they're defined.
-If not,
- they look through the index file.
-This approach usually works,
- but will fail if there are multiple new entries created
- with the given subject
- between when the index is recomputed.
-@kindex C-c C-n
-@kindex C-c C-p
-
-@item C-c@key{RTN}
-Follow the link under the point
-(@code{notes-w3-follow-link}),
- a keyboard equivalent of @key{S-mouse-2}.
-@kindex C-c@key{RTN}
-
-@item M-C-a
-@item M-C-e
-Jump to the beginning or end of the current note entry
-(@code{notes-beginning-of-defun} and @code{notes-end-of-defun}).
-@kindex M-C-a
-@kindex M-C-e
-
-@item C-c C-k
-Copies the pseudo-URL for the current note into the kill-ring
-(@code{current-url-as-kill}).
-To link two entries, go to the target,
- grab its URL with @kbd{C-c C-k},
- go to where you want to make the link,
- and yank the URL with @kbd{C-y}.
-@kindex C-c C-k
-
-@end table 
-
-Notes mode supports imenu,
- if you have it bound to something
- (I use @code{(global-set-key [down-mouse-3] 'imenu)}).
-@cindex imenu
-
-
-@node  Subject summary, Encryption, Getting around, Notes files
-@comment  node-name,  next,  previous,  up
-@subsection Subject summary
-
-It's often helpful to look at all
- entries for a given subject
-@kbd{C-c C-s}
- collects all entries with the subject of the current
- entry in a new buffer
- (@code{notes-summarize-subject}).
-@kindex C-c C-s
-@cindex Subject summary
-
-
-@node  Encryption, Useful conventions, Subject summary, Notes files
-@comment  node-name,  next,  previous,  up
-@subsection Encryption
-
-@cindex Encryption
-@cindex Decryption
-
-@c     - C-c C-e, C-c C-d encryption
-Notes occasionally contain private material.
-While Unix has strong services for file protection
- (compared to other, say, more wide-selling operating systems),
- in many systems root passwords are shared,
- while other systems are vulnerable to physical compromise.
-In such systems,
- properly used encryption is the best approach to security.
-
-Notes-mode encryption is based
- Phill Zimmerman's PGP (Pretty Good Privacy)
-(see @file{http://www.mantis.co.uk/pgp/pgp.html})
- and either
- with Rick Campbell's
- emacs interface, PAM (PGP Augmented Messaging)
-(from @file{ftp://h.gp.cs.cmu.edu/usr/rfb/pam/})
- (note that as of January 1997, PAM is no longer at this ftp site
- and appears to not be publicly available),
- or LoPresti and Choi's mailcrypt
-(from @file{http://cag-www.lcs.mit.edu/mailcrypt/}).
-@cindex PGP
-@cindex Pretty good privacy
-@cindex PAM
-@cindex PGP Augmented Messaging
-@cindex mailcrypt
-
-@table @kbd
-@item C-c C-e
-Encrypt the current note
-(@code{notes-encrypt-note}).
-By default this function encrypts the whole entry.
-With a prefix argument,
- only the part from the point to the end of the entry is encrypted.
-@kindex C-c C-e
-
-@item C-c C-d
-Decrypt the current note
-(@code{notes-decrypt-note}).
-@end table
-@kindex C-c C-d
-
-By default notes-mode determines your public key by looking 
- up your @code{user-full-name} in your PGP keyring.
-You can override this default by setting
- @code{notes-encryption-key-id}
- to the desired key-id.
-@cindex key-id
-
-
-@node  Useful conventions,  , Encryption, Notes files
-@comment  node-name,  next,  previous,  up
-@subsection Useful conventions
-
-@c     - conventions
-@c date, 12-Jan-96 Friday
-@c Today
-@c Monday
-@c hierarchical subjects
-
-@cindex conventions
-@cindex mknew
-
-There are a number of conventions which can make notes-mode
- easier to use.
-These conventions are a matter of personal taste,
- of course.
-Do what works for you.
-
-First,
- I find it helpful to keep the date of each notes-file at the top
- of the file.
-This makes the file self-identifying
- if the filename is lost.
-
-Second,
- I find it useful to have the first entry of each file
- have the same subject (perhaps ``Today'').
-This entry then links all notes together,
- making it easy to go to yesterday and tomorrow.
-I keep a to-do list on this entry,
- bringing the list forward each day.
-@cindex Today
-
-A third useful convention is to keep an
- entry with the name based on the day of the week
- in each file.
-Analogous to ``Today'', this entry links together
- weeks.
-
-Notes-mode supports these conventions.
-When you make a new notes-file in emacs,
- notes-mode searches for the preceding file.
-If it follows any of these conventions,
- the new file is initialized appropriately.
-Currently
- the approach to do this process
- (in the program @file{mknew})
- is fairly sensitive,
- so it may not work in all cases.
-In particular,
- the date convention works only on
- for English-language dates.
-(If you use notes-mode with a non-English language,
- let me know and I'll work with you to fix this limitation.)
-
-If you find other helpful conventions,
- please let me know.
-Modifications to @file{mknew} to implement
- new conventions are also invited.
-
-If you don't want to use these conventions,
- or if you want to use different ones,
- set the emacs variable notes-mode-initialization-program
- to nil or the name of your initialization program.
-@cindex notes-mode-initialization-program
-
-
-@node  Notes indices, Notes-mode configuration, Notes files, Advanced Features
-@comment  node-name,  next,  previous,  up
-@section Notes indices
-
-@c - notes-index
-@c   - RET notes-index-follow-link
-@c   - o notes-index-link
-@c   - C-c C-s summarize subject
-
-Only two features of notes index mode haven't yet been described.
-First,
- you can open any notes-file based on date
- with @code{notes-index-link},
- normally bound to @key{o}.
-@kindex o
-
-Second,
- you can get a subject-summary
- with @key{C-c C-s}
- (@pxref{Subject summary}).
-The subject defaults to that of the current index line.
-@kindex C-c C-s
-
-
-@node  Notes-mode configuration,  , Notes indices, Advanced Features
-@comment  node-name,  next,  previous,  up
-@section Notes-mode configuration
-
-@cindex configuration
-@cindex .notesrc
-
-Several aspects of notes mode are particularly visible
- to the user.
-Because I'm not a fascist,
- a user can change most of these.
-
-Preferences are specified in @file{~/.notesrc}.
-This file lists things to change:
-
-@example
-# lines beginning with a hash are comments
-dir: ~/NOTES
-int_form: %Y%m
-@end example
-
-Currently, two things can be changed:
-
-@table @code
-@item dir
-Specifies the root of the notes directory hierarchy
- (@pxref{The notes directories}).
-
-@item int_form
-Specifies the form of the intermediate directory.
-A limited subset of @code{strftime(3)}
- formatting is allowed.
-@end table
-
-The subset of @code{strftime(3)} supported in @code{int_form} is:
-@table @code
-@item %Y
-The four-digit year.
-
-@item %y
-The two-digit year.
-
-@item %m
-A two-digit numeric month.
-
-@item %d
-A two-digit day.
-@end table
-
-In addition to @file{.notesrc},
- there are a number of emacs-specific variables.
-These variables are documented in the file
- @file{notes-variables.el}.
-
-
-
-@c ----------------------------------------------------------------------
-
-@node  History, Installation, Advanced Features, Top
-@comment  node-name,  next,  previous,  up
-@chapter History
-
-More about notes-mode than you wanted to know,
-and some thanks.
-
-@menu
-* Notes-mode history::          
-* Credits::                     
-* Changes::                     
-* Suggested features::                     
-@end menu
-
-@c history
-@c - genesis: minimal functionality: subject collection
-@c - Leviticus: indexing, urls
-@c - exodus: share with others
-@c - Deuteronomy: features are added
-
-
-@node  Notes-mode history, Credits, History, History
-@comment  node-name,  next,  previous,  up
-@section Notes-mode history
-
-Briefly,
- I started keeping notes on-line shortly after I got a portable computer
- in January, 1994.
-After a month-and-a-half of notes, I realized that
- one does not live by grep alone,
- so I started adding indexing facilities.
-
-In June of 1995
- some other Ficus-project members started
- keeping and indexing on-line notes
- using other home-grown systems.
-After some discussion,
- we generalized my notes-mode work and
- they started using it.
-
-Over the next 18 months notes-mode grew.
-Finally, in April, 1996 I wrote documentation,
- guaranteeing that innovation on notes-mode will now cease
- or the documentation will become out of date.
-
-
-@node  Credits, Changes, Notes-mode history, History
-@comment  node-name,  next,  previous,  up
-@section Credits
-
-I (John Heidemann, <johnh@@isi.edu>)
- started, documented, and currently maintain notes-mode.
-I take ultimate responsibility for the code,
- especially for the ugly parts that I won't let others change.
-
-Ashvin Goel
- <ashvin@@ficus.cs.ucla.edu>
- has been a very enthusiastic notes-mode user and contributor.
-He is responsible for at least
- the ideas behind @code{notes-summarize-subject}
-and the ideas and initial implementations of
- some of the original generalization and modularity improvements,
- @code{notes-follow-next-link} and @code{notes-follow-prev-link},
- @code{notes-goto-index-entry},
- programmed subject completion,
- and
- context-sensitive mouse-2 handling.
-In addition,
- he is an invaluable second opinion about
- what and how things should be done
- (even if I don't always agree with him).
-
-Geoff Kuenning
- <geoff@@ficus.cs.ucla.edu>
- has been another enthusiastic notes-mode user and victim.
-He is responsible for
- finding several bugs,
- motivation for mouse-less operation,
- comments about the documentation,
- the day-of-week convention,
- and an initial implementation and the idea of
- multiple entries with the same subjects in a single notes-file.
-
-Ramesh Govindan <govindan@@isi.edu> did the xemacs port.
-
-Since it's release on Usenet in April 1996 several
- other folks have contributed.
-Thanks to
- David Weisman <weisman@@app1.osf.org>,
- Martin L. Smith <martin@@ner.com>,
- Jason Bastek <jason@@aai.com>,
- Ulrich Herbst <Ulrich.Herbst@@t-systems.com>.
-See the next section (@xref{Changes}.) for details of their exploits.
-
-Thanks to Larry Ayers <layers@@marktwain.net>
- for popularizing notes-mode with reviews in
- the Linux Gazette
- (at <http://www.linuxgazette.com/issue22/notes-mode.html> and
- <http://www.linuxgazette.com/issue35/ayers.html>).
-
-@node  Changes, Suggested features, Credits, History
-@comment  node-name,  next,  previous,  up
-@section Changes
-
-For the bored:
-
-First semi-public release. 12-Jul-95: version 0.1
- Shared a version with Ashvin and Geoff.
-
-Changed  6-Dec-95: version 0.3
- Ashvin's changes for note traversal added (C-c C-p and C-c C-n now
-move to the prev/next note in note-mode).
- URL parsing changed so that "localhost" is optional.
-
-Changed 19-Dec-95:  version 0.4
- More robust prev/next code added, both to handle going back and
-forward in the middle of chains through the index file, and to handle
-back/forward in a single file.
- URL parsing changed so that notes-goto-index-entry correctly handles
-lookups on notes names such as "252A".
-
-Changed 20-Dec-95: version 0.5.
- Fixed a missing variable in notes-url.el.
- Added a work-around to a bug in emacs-19.30's define-derived-mode.
-
-Changed 24-Dec-95: version 0.6.
- Prev/next code re-re-written to be more robust.
-
-Changed 26-Dec-96:  version 0.7.
- Bug fix release.
-
-Changed 23-Jan-96: version 0.8.
- Initialization code added to set up a new note.
-New variable:  notes-bin-dir.
-
- I'm skipping version 0.9 because I erroneously release version 0.1
-as version 0.9 (only on the web, not on Usenet).
-
- I'm bumping from version "0" to version "1" since the code is has been
-in production use for more than a year by several people.  Minor
-numbers are the same.
-
-Changed 26-Mar-96: version 1.10.
- Setup code completely re-written.
- Several incompatible changes have been made:
- - the lisp and Perl code must be installed via make install,
-not by copying.
- - some data is specified in a .notesrc file; copy and modify sample.notesrc.
- - several internal elisp changes.
- - catsubject added (bound to C-cC-s):  collect all notes about the
-current subject.
- - new notes-files are initialized with fields based on the prior
-day's notes; see mknew for details.
- - daily_work is gone; mkall is rewritten to use .notesrc.
-
-Changed 29-Apr-96: version 1.11.
- Real documentation.
- Mknew caching added.
-
-Changed  9-Aug-96: version 1.12.
- Added notesinit to do all setup for new users.
-
-Changed 24-Aug-96: version 1.13.
- Minor documentation fixes.
-
-Changed 20-Dec-97: version 1.14.
-Autoconf support.
-
-Fontification of the index buffer is now pre-computed in perl
-other than done when the file is needed (in elisp with slow regular
-expressions).  2000-line index files are now 1-2 seconds rather than
-15-30 on a 100MHz Pentium.  If necessary (the
-pre-computed version isn't up-to-date) we fall back on the slower
-code.
-
-Related work improved (suggestion by David Weisman <weisman@@app1.osf.org>).
-
-Documentation improvement (problem found by Martin L. Smith
-<martin@@ner.com>).
-
-Installation improved (code by Jason Bastek <jason@@aai.com>).
-
-Bug in notes-index mode with subjects containing colons fixed (johnh).
-
-Encryption now supports mailcrypt.el.
-
-Support for emacs 20 (a small font-lock change).
-
-Changed  5-Jan-98: version 1.15.
-Bug in decryption for non-PAM users fixed
- (suggestion by Kevin Davidson <tkld@@quadstone.com>).
-
-Y2K statement added
- (suggestion by Kevin Davidson <tkld@@quadstone.com>).
-
-Pointer to mailcrypt added (as a supported encryption package).
-Problem pointed out by K. Ueda <kueda@@jupiter.qse.tohoku.ac.jp>.
-
-Changed  4-Nov-98: version 1.16.
-Bug in kill-ring handling of notes-old-underline-line
- fixed by Tim Potter <timp@@jna.com.au>.
-Bug in whitespace handling after PGP encryption fixed by Tim Potter.
-Bugs in handling of entries with hash signs in their name fixed
- (found by Tim Potter).
-Fontification of index buffer further improved
- (mapcar is your friend).
-Xemacs support added based on code contributed by Ramesh Govindan.
-
-Changed 28-Feb-99: version 1.17:
-Improvement:  notes-electric-return now fixes up the prev/next links
- of new entries (only).  Code contributed by
- Takashi Nishimoto.
-
-Bug fix:  reversed options -batch and -q in configure.in to placate
- XEmacs 20.0; changed notesinit to not downcase the pathname
- (bugs found by Thierry Bezecourt).
-
-Clarification: Autofilling of new notes more clear in the manual (hopefully,
- suggested by Solofo Ramangalahy).
-
-Bug fix:  a y2k bug in was found and fixed in mkindex.  Sigh.
-
-New:  Two mailing lists for notes-mode have been created:
-@file{notes-mode-announce@@heidemann.la.ca.us} and 
-@file{notes-mode-talk@@heidemann.la.ca.us}.
-Send the line ``subscribe notes-mode-announce''
-(or ``subscribe notes-mode-talk'')
-to @file{majordomo@@heidemann.la.ca.us}
-to join them.
-[@emph{These instructions are now superceeded; to subscribe, go to
-@file{http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-talk}
-and
-@file{http://www.heidemann.la.ca.us/mailman/listinfo/notes-mode-announce}.}]
-
-Changed  6-Oct-99: version 1.18:
-Bug fix:  handling of electric-prevnext is better when there are
- existing prev/next links.
- 
-Clarification: I added some pointers in the code to the installation
- instructions.  (Apparently people can't RTF README.)
-
-Extension: mailcrypt-3.5.x suported including pgp, pgp5 and gpg.
-
-Changed (date 23-Dec-00): version 1.19:
-Bug fix (cosmetic): suppress comments in encrypted nodes.
-
-Install fixes from Kannan Varadhan: elisp directories changed on install.
-
-Added C-j as a synonym for RET in notes-mode to parallel C++ or perl mode.
-(Suggested by Fred Jaggi @file{jaggi@@rsn.hp.com}.)
-
-Outline-minor-mode support added and documented.
-(Suggested by Tim Carroll @file{tim@@boomboom.com}.)
-
-Bug/typo fixes in gpg support
-(Contributed by William A. Perkins @file{wa_perkins@@pnl.gov},
-with separate patches from Knut Anders Hatlen @file{kahatlen@@online.no}.)
-
-Installation improvements suggested by Christophe Troestler
-@file{Ch.Troestler@@linkline.be}:
-use install-info to update the info dir,
-warn users of --prefix that lisp files go elsewhere.
-
-Changed (date  1-Feb-01): version 1.20:
-Bug fix: missing file notes-first.el added to the distribution.
-(Bug found by Michael Totschnig @file{michaelt@@supernet.ca}.)
-
-Changed ( 5-Dec-01): version 1.21:
-(backed-out---didn't work with spaced URLs) 
-URL lookup now uses thing-at-point.
-
-Fix to make notes-mode work with emacs-21.1
-(Fix from Klaus Zeitler  @file{kzeitler@@lucent.com}.)
-
-Changed ( 3-Jan-02): version 1.22:
-Several bugs in @file{notesinit} for stricter Perl implementations
-(bug found by Paul Craven" @file{pcraven@@yorku.ca},
-and Kasper van Wijk @file{kasper@@acoustics.mines.edu})
-and to make it run cleanly more often.
-
-Notes-first now autoinitializes notes mode from emacs.
-(As instisted by rms, unfortunately about two years later than requested.)
-
-
-Changed (20-Feb-05): version 1.23:
-Outline mode is now forcebly turned on to avoid interactions
-with user's text-mode hooks
-(bug and fix from Nils Ackermann @file{nils@@nieback.de}).
-
-Install bug involving ordering of scripts and byte-compilation
-fixed (bug and fix from Mark Allman @file{mallman@@grc.nasa.gov}).
-
-Fix obscure bug in configure, reported by Klaus Zeitler 
@file{kzeitler@@lucent.com}.
-
-Fix for notes-summarize-subject when no subject is specified (bug and fix
-from Geoff Kuenning).
-
-Changed (14-Jan-06): version 1.24:
-
-install-info bug documented with the Debian install-info
-(bug reported by Aaron Falk @file{falk@@isi.edu}).
-
-Automatic date completion in new days is now done in the current
-locale, so it should now work for non-English languages.  Bug reported
-by Torsten Bronger @file{bronger@@physik.rwth-aachen.de}.
-
-Fixed a bug in mkindexcache, triggered by subjects with percent signs
-in them.  Bug reported by Philip Austin @file{paustin@@eos.ubc.ca}.
-
-We're a bit more robust about subjects, I hope.  Warnings should
-appear about embedded number signs, and leading spaces should be
-filtered.  Bug reported by Philip Austin @file{paustin@@eos.ubc.ca}.
-
-Notes-mode now dervies from indented-text-mode rather than
-paragraph-indent-text mode.  Unfortunatley this is not customizable
-because of limitations of define-derived-mode.  Change suggested by
-Aaron Falk @file{falk@@isi.edu}.
-
-Provide better hints about how to get started after installation or
-running notes-mode in emacs for the first time.
-
-In notes init, the default path for dir was the full path, not the tilde
-version of the path.  Now it defaults to using tidle for home
-directory.  Bug reported by Mark Allman @file{allman@@icir.org}.
-
-Changed (26-May-06): version 1.25:
-
-fixed a bug in the release tar.gz file that had a additional copies
-copy nested.
-
-Changed (30-Jun-08): version 1.26:
-
-Force unicode I/O in @file{mkindexcache} to fix highlighting mis-alignment
-when using emacs-21 with unicode subject lines.
-
-Changed mkprevnext and mkrawindex to optionally take the list of notes files
-to index from stdin rather than from the command line.  Yes, I finally
-have 4093 notes files, overflowing the Unix command line buffer.
-
-Changes notes-mode.el to put path in quotes, allowing spaces to appear in home 
directory names (bug fix from Ulrich Herbst).
-
-Added a suggested features section.
-
-Changed ( 8-Aug-08): version 1.27:
-
-Change I/O in @file{mkindexcache} to use locale (the sadly correct thing)
-rather than forcing utf-8 (the Righteous Path).
-Bug report from Geoff Kuenning, a man with an older Unix environment than I.
-
-Changed (20-Jun-10): version 1.28:
-
-Changed a regular expression in @file{notes-index-mode.el} that was 
-causing emacs-v23 (a pre-release version)
-to regular expression infinite recursion.
-
-Changed (2012-04-04): version 1.29
-
-(2011-08-23) Changed @code{run-hooks} to @code{run-mode-hooks}.
-Bug report from Geoff Kuenning.
-
-Changed some handling of PGP encryption to account for 
-some apparent API changes.
-
-(2012-04-04) Fixed encyrption to handle encrypting empty notes at the end 
-of buffers without going into an infinite loop.
-Clearly wrong code, but you have to ask this guy for why he tried:
-Bug report from Geoff Kuenning.
-
-
-@c ----------------------------------------------------------------------
-
-@node  Suggested features,  , Changes, History
-@comment  node-name,  next,  previous,  up
-@section Suggested features
-
-Features suggested by users but not yet implemented:
-
-21-Feb-08: (from Xavier Maillard): should support ``disconnected'' notes that
-are indexed but not date-based.
-
-21-Feb-08: (from John Heidemann): should switch all notes files to have an 
extension (maybe @file{.notes}).
-@c ----------------------------------------------------------------------
-
-@node  Installation, Keystroke index, History, Top
-@comment  node-name,  next,  previous,  up
-@chapter Installation
-
-@c FIXME: Out-of-date now that we install via package.el.
-
-To install notes-mode,
-
-@enumerate
-@item
-Unpack and extract the distribution
-(gunzip notes-mode-xxx.tar.gz; tar xvf notes-mode-xxx.tar; cd notes-mode-xxx).
-
-@item
-Run configure (./configure).
-
-@item
-Type ``make install''.
-@end enumerate
-
-(To control what's installed where, use --prefix=/where, or
---with-lisp-dir=/where, --datadir=/where (for scripts),
-and --infodir=/where.)
-
-For each user:
-@enumerate
-@item
-Run notesinit
-@end enumerate
-
-If you have problems with paths being incorrect, please be aware that
-you @emph{cannot} run notes directly out of where you untar it.  The
-installation process customizes the programs for where things are on
-your system.
-Make sure you move out of the directory where you untarred it
-before running it.
-
-
-The most recent distribution of notes-mode 
- is always available via
- @file{http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/}.
-
-
-@c ----------------------------------------------------------------------
-
-@node  Keystroke index, Concept index, Installation, Top
-@comment  node-name,  next,  previous,  up
-@unnumbered Keystroke index
-
-This index lists notes-mode keystrokes.
-
-@printindex ky
-
-
-@node  Concept index,  , Keystroke index, Top
-@comment  node-name,  next,  previous,  up
-@unnumbered Concept index
-
-This index lists notes-mode concepts.
-
-@printindex cp
-
-
-
-
-@contents
-@bye
-
-@c Geoff, make ispell support texinfo mode!
-@c
-@c  LocalWords:  texinfo setfilename settitle iftex finalout ifinfo DIR vskip
-@c  LocalWords:  titlepage pt filll dir urls prev defun dfn Yahoo yahoo com Jun
-@c  LocalWords:  alta Trademarked Sunone Grep agrep Nadia emph HTML's notesrc
-@c  LocalWords:  altavista julienne kbd RTN pxref musaphobic mkall cron crontab
-@c  LocalWords:  usr lib rawindex xref cC url imenu Phill PGP Campbell's ftp gp
-@c  LocalWords:  cmu rfb pam keyring mknew Apr int strftime cindex kindex grep
-@c  LocalWords:  isi ashvin geoff printindex ky cp wearables mit mantis co uk
-@c  LocalWords:  pgp html setchapternewpage XXX elisp cY cy cd RET Weisman cn
-@c  LocalWords:  reimplementation mode's Hyperbole's notesinit weisman app osf
-@c  LocalWords:  org ner Bastek jason aai Jul Ashvin's localhost catsubject Aug
-@c  LocalWords:  Autoconf Fontification perl mailcrypt LoPresti Choi's cag lcs
-@c  LocalWords:  Ramesh govindan xemacs tkld quadstone Ueda kueda jupiter qse
-@c  LocalWords:  tohoku ac jp Nov timp jna au mapcar gunzip xxx gz xvf xxx xxx
-@c  LocalWords:  datadir infodir untar
diff --git a/packages/notes-mode/notes-url.el b/packages/notes-mode/notes-url.el
deleted file mode 100644
index 496f386..0000000
--- a/packages/notes-mode/notes-url.el
+++ /dev/null
@@ -1,210 +0,0 @@
-;;; notes-url.el --- Simplified url management routines for notes-mode
-
-;;; Copyright (C) 1994-1998,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;; This code was originallly cribbed from w3.el
-;; by William M. Perry <wmperry@indiana.edu>,
-;; but has since been completely rewritten.
-;;
-;; Why don't I just call his code?  Because to use
-;; w3-follow-link I need to pull in at least 150k of w3.el
-;; and 150k of url.el, all just to open a file on the local
-;; computer.  Instead I've hacked his code down to the 3k
-;; needed for opening local files.
-
-;;; Code:
-
-(require 'notes-variables)
-(require 'notes-aux)
-
-(defvar notes-last-url nil
-  "Last URL interpreted.
-This record is useful for debugging.")
-
-;;;###autoload
-(defun notes-w3-url (url &optional where best-effort)
-  "Open a notes-url.  Handle simple URLs here, or call notes-w3-alternate-url.
-Takes the URL as an argument.  Optionally you specify
-WHERE the information should appear (either `otherwindow' or nil,
-defaults to nil).
-BEST-EFFORT causes notes-w3-url allows the tag portion of the URL to not
-match.  If there's no tag match, it looks for the nearest matching prefix.
-
-URLs optionally can begin with an URL: tag, which will be ignored.
-
-notes-w3-url handles only <file://localhost/...> (or <file:///...>) URLs.
-Other URLs it hands off to the routine in notes-w3-alternate-url
-for processing.  If you use w3-mode, then
-    (setq notes-w3-alternate-url \\='w3-follow-link)
-will have w3 handle tough URLs."
-  (if (string-match "\\`[Uu][Rr][Ll]:" url)
-      (setq url (substring url 4)))
-  (if (not (string-match "\\`file://\\(localhost\\)?/\\(.*\\)\\'" url))
-      (if (string-match "none" url)
-         (error "Notes-mode can't follow URL <none>.")
-       (funcall notes-w3-alternate-url url where)) ;; now, with where! 
(emacs-20.4)
-    (let ((filetag (match-string 2 url))
-         fname tag count count-string)
-      ;; pick out the tag, if any
-      (if (string-match "\\`\\([^#]*\\)#\\([0-9]+\\)?\\(.*\\)\\'" filetag)
-         (setq fname (match-string 1 filetag)
-               count-string (match-string 2 filetag)
-               count (if count-string (string-to-number count-string) 1)
-               tag (match-string 3 filetag))
-       (setq fname filetag
-             count 1
-             tag nil))
-      ;; Hack---url's refering to notes-index files have different tags.
-      ;; Otherwise notes-goto-index-entry fails on subjects like "* 252A".
-      (if (and count-string tag (string-match "/index\\'" fname))
-         (setq tag (concat count-string tag)
-               count-string "1"
-               count 1))
-      (if (not (string-match "\\`~" fname))   ; non-~ fnames start at fs root
-         (setq fname (concat "/" fname)))
-      ;; open the file
-      (cond
-       ((equal where 'otherwindow) (find-file-other-window fname))
-       (t (find-file (expand-file-name fname))))
-      ;; handle the tag
-      (if tag
-         (notes-w3-url-tag tag best-effort)
-       t))))
-
-(defun notes-w3-url-tag-backup (tag)
-  "Strip the last “part” off of TAG."
-  (let ((result)
-       (separators " /\t.:")
-       (buf (get-buffer-create " *notes-w3-url-tag-backup")))
-    (with-current-buffer buf
-      (erase-buffer)
-      (insert tag)
-      (goto-char (point-max))
-      (skip-chars-backward (concat "^" separators))
-      (skip-chars-backward separators)
-      (delete-region (point) (point-max))
-      (setq result (buffer-string)))
-    (kill-buffer buf)
-    result))
-
-(defun notes-w3-url-tag (tag best-effort)
-  "Find the TAG in the current buffer according to MODE.
-BEST-EFFORT is either t (do prefix matching),
-nil find the tag exactly,
-or `searching' (used internally)."
-  (cond
-   ((not tag) nil)
-   ((and (string= tag "") (eq best-effort 'searching)) nil)
-   (t
-    (goto-char (point-min))
-    (if (re-search-forward
-        (concat "^" (regexp-quote tag)
-                (if (not (eq best-effort 'searching))
-                    (if (eq major-mode 'notes-index-mode)
-                        ": "
-                      "$")))
-        (point-max) t count)
-       t  ;; hit
-      (if (not best-effort)
-         (error "Cannot find tag ``%s'' in %s." tag fname))
-      (notes-w3-url-tag (notes-w3-url-tag-backup tag) 'searching)))))
-
-
-(defun notes-w3-pass-through-alternate-url (url &optional where)
-  "Pass a click event through to the old binding for notes-w3-url.
-Try this combination:
-  (add-hook \\='notes-mode-load-hooks
-            (function (lambda ()
-                        (define-key notes-mode-map [mouse-2]
-                          \\='notes-w3-follow-link-mouse)
-                        (setq notes-w3-alternate-url
-                          \\='notes-w3-my-alternate-url))))"
-  (let ((event last-input-event))
-    (funcall (lookup-key
-             (current-global-map)
-             (vector (car event)))
-            event nil)))
-
-;;;###autoload
-(defun notes-w3-follow-link (pt &optional where)
-  "* Follow the URL at the point.
-Takes a PT to look at and a WHERE to open the URL (`otherwindow' or nil).
-This code works hard to recognize URLs based on context information.
-URLs can be quoted by whitespace, beginning and end of lines,
-or the official < and >.
-
-As a special case we also recognize (and skip) the text \"prev:\"
-and \"next:\" before the URL.  Notes-mode uses these fields to link
-entries."
-  (interactive "d")
-  (let*
-      ((whitespace-regexp  "[ \t\n]")
-       (quote-regexp whitespace-regexp)
-       start end direction)
-    (save-excursion
-      ;; If we're on the URL header, skip over it so the next search works.
-      (if (looking-at "[<A-Za-z]*:")
-         (skip-chars-forward "<A-Za-z:"))
-      ;; First look backwards to whitespace or beginning of line
-      ;; followed by a url header "asdf:".
-      (if (re-search-backward "[ \t\n][^ \t\n]+:" (line-beginning-position) 1)
-         (forward-char 1)          ; whitespace bound
-       (setq quote-regexp "\n"))   ; eoln bound
-      ;; Handle the common case of next/prev pointers.
-      ;; If we're on one, skip to the <> quoted URL which presumably
-      ;; follows.  (This hack is to support a guy who doesn't use
-      ;; the mouse and so looks up urls at the beginning of the line.)
-      (if (looking-at "\\(prev\\|next\\):")
-         (skip-chars-forward "^<" (line-end-position)))
-      ;; Check for a quoting character.
-      (cond
-       ((equal (char-after (point)) ?<)
-       (progn
-         (setq quote-regexp ">")
-         (forward-char 1)))
-       ((equal (char-after (point)) ?\")
-       (progn
-         (setq quote-regexp "\"")
-         (forward-char 1))))
-      ;; Remember start of url.
-      (setq start (point))
-      ;; Search for end of url.
-      (if (re-search-forward quote-regexp (line-end-position) 1)
-         (forward-char -1))
-      (setq end (point))
-      ;; Interpret it (outside the save-excursion so we can go
-      ;; to places in the same buffer).
-      (setq notes-last-url (buffer-substring start end)))
-    (notes-w3-url notes-last-url where)))
-
-;;;###autoload
-(defun notes-w3-follow-link-mouse (e)
-  "* Follow the URL where the mouse is."
-  (interactive "e")
-  (mouse-set-point e)
-  (notes-w3-follow-link (point)
-                       (if notes-w3-follow-link-mouse-other-window
-                           'otherwindow
-                         nil)))
-
-(provide 'notes-url)
-;;; notes-url.el ends here
diff --git a/packages/notes-mode/notes-variables.el 
b/packages/notes-mode/notes-variables.el
deleted file mode 100644
index 7a20967..0000000
--- a/packages/notes-mode/notes-variables.el
+++ /dev/null
@@ -1,154 +0,0 @@
-;;; notes-variables.el --- Configuration variables for notes-mode
-
-;; Copyright (C) 1994-2000,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;;
-;; This file lists all parameters you might wish to change in
-;; notes{-index,}-mode.  The best way to handle this in your
-;; .emacs file is to do
-;;     (require 'notes-variables)
-;;     (setq your-variable-to-change 'your-new value)
-;;
-
-;;; Code:
-
-;; xxx: if part of emacs, this should be probably be set to exec-directory (?)
-(defconst notes-utility-dir (file-name-directory load-file-name)
-  "Location of notes utility programs.")
-
-;;
-;; Notice:  several notes parameters are defined in your
-;; ~/.notesrc file.  These are not specified here.
-;; See mkconfig for details.
-;; We fetch them here.
-;;
-;; To make this fast, we cache the configuration in a .notesrc.el
-;; file.  We only have to invoke mkconfig when that file is out-of-date.
-;; This optimization is very important because notes-variables is
-;; required every time emacs is started.
-;;
-(save-current-buffer
-  (if (null (file-exists-p (expand-file-name "mkconfig" notes-utility-dir)))
-      (error "Notes-mode is incorrectly installed."))
-  (let*
-      ((source-file (expand-file-name "~/.notesrc"))
-       (cache-file (expand-file-name "~/.notesrc.el")))
-    (if (and
-        (not (file-exists-p source-file))
-        (not noninteractive))
-       (progn
-         (require 'notes-first)
-         (notes-first-use-init)))
-    (with-temp-buffer
-      (if (and ;; Requirements for a valid cache-file.
-           (file-exists-p cache-file)
-           (if (file-exists-p source-file)
-               (file-newer-than-file-p cache-file source-file)
-             t)
-           (file-newer-than-file-p
-            cache-file (expand-file-name "mkconfig" notes-utility-dir)))
-          (insert-file-contents cache-file) ;; Cache is up-to-date.
-        ;; Otherwise, refresh the cache.
-        (call-process (expand-file-name "mkconfig" notes-utility-dir)
-                      nil t nil "elisp")
-        (write-region (point-min) (point-max) cache-file)
-        (set-file-modes cache-file #o644)) ;; Protect it => mode 0644.
-      (eval-buffer))))
-
-;; notes-int-glob and notes-file-glob should have been set in ~/.notesrc.el.
-(add-to-list 'auto-mode-alist
-             (cons
-              ;; FIXME: auto-mode-alist actually takes a regexp, not a glob.
-              ;; The default globs happen to fall within the intersection of
-              ;; regexps and globs, but we shouldn't rely on it!
-              (concat notes-int-glob "/" notes-file-glob ".?\\'")
-              'notes-mode))
-
-;;; xxx: most of these should use defcustom or something similar, I presume.
-(defvar notes-w3-alternate-url 'browse-url
-  "* A function to call when notes-w3-url cannot handle a complex URL.
-It now goes through the Emacs `browse-url' package,
-but you could also set it manually (say, to w3-fetch).")
-
-(defvar notes-use-font-lock t
-  "* Enable notes fontification.")
-
-(defvar notes-use-outline-mode t
-  "* Enable `outline-minor-mode' in all notes buffers?")
-
-(defvar notes-index-fontify-dates nil
-  "* Fontify dates in notes-index-mode.
-Turning this off for large notes-index's can improve performance.")
-
-(defvar notes-bold-face 'notes-bold-face
-  "* Face to use for notes-index-mode and notes-mode subjects.
-The default face is copied from `bold'.")
-
-(defvar notes-font-lock-keywords
-  '(("^\\* .*$" . notes-bold-face)
-    ("^\\-+$" . notes-bold-face)
-    ;; ("^[0-9]+\\-[A-Za-z]+\\-[0-9]+ [A-Za-z]+$" . font-lock-bold-face)
-    ;; NEEDSWORK:  should also highlight URLs, maybe?
-   )
-  "* Font-lock keywords for notes mode.")
-
-(defvar notes-index-font-lock-keywords
-  '(("^[^:]*:" . notes-bold-face)
-    ("\\<[0-9]*\\>" . mouse-face)
-   )
-  "* Font-lock keywords for notes-index mode.")
-
-(defvar notes-mode-complete-subjects t
-  "* Enable subject completion in notes mode?")
-
-(defvar notes-w3-follow-link-mouse-other-window t
-  "* Should notes-w3-follow-link-mouse open another window?")
-
-(defvar notes-subject-table nil
-  "List of notes-subjects needed for subject completion.
-Reloaded by loading the notes-index file.")
-
-(defvar notes-mode-initialization-program "mknew"
-  "Program to run to initialize a new notes file.  Must be in notes-bin-dir.
-If nil, no initialization is done.")
-
-(defvar notes-encryption-key-id nil
-  "Keyid of PGP key for the current user.
-Useful if your \\[user-full-name] doesn't match a unique key.
-Should have a leading 0x.")
-
-(defvar notes-electric-prevnext 2
-  "Amount of electricity in prevnext for notes-mode.
-nil: don't auto-update anything.
-1: update prevnext, but don't autosave the old buffer
-2: update prevnext and autosave the old buffer.")
-
-(if (featurep 'xemacs)
-    (require 'notes-xemacs)
-  (require 'notes-emacs))
-
-(defvar notes-platform-inited nil
-  "Have we inited our platform (XEmacs/Emacs)?")
-
-(run-hooks 'notes-variables-load-hooks)
-(provide 'notes-variables)
-;;; notes-variables.el ends here
diff --git a/packages/notes-mode/notes-xemacs.el 
b/packages/notes-mode/notes-xemacs.el
deleted file mode 100644
index a3cdfa3..0000000
--- a/packages/notes-mode/notes-xemacs.el
+++ /dev/null
@@ -1,47 +0,0 @@
-;;; notes-xemacs.el --- XEmacs compatibility functions
-
-;;; Copyright (C) 1998,2012  Free Software Foundation, Inc.
-
-;; Author: <johnh@isi.edu>
-
-;; This file is part of GNU Emacs.
-
-;; GNU Emacs 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 of the License, or
-;; (at your option) any later version.
-
-;; GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; Commentary:
-
-;;; Code:
-
-(defun notes-platform-bind-mouse (map generic-key fn)
-  "Map from Emacs symbols to XEmacs for notes-mode (sigh)."
-  (let
-      ((xemacs-key
-       (cond
-        ((eq generic-key 'mouse-2) [(button2)])
-        ((eq generic-key 'S-mouse-2) [(shift button2)]))))
-    (define-key map xemacs-key fn)))
-
-(defun notes-platform-init ()
-  "Init platform-specific stuff for notes-mode."
-  (if notes-platform-inited
-      t
-    (setq notes-platform-inited t)
-    (make-face notes-bold-face)
-    (if (not (face-differs-from-default-p notes-bold-face))
-           (copy-face 'bold notes-bold-face))
-
-    ))
-
-(provide 'notes-xemacs)
-;;; notes-xemacs.el ends here
diff --git a/packages/notes-mode/notesinit b/packages/notes-mode/notesinit
deleted file mode 100755
index ab8eb47..0000000
--- a/packages/notes-mode/notesinit
+++ /dev/null
@@ -1,200 +0,0 @@
-#!/usr/bin/perl -w
-
-#
-# notesinit
-# Copyright (C) 1996-2002,2012  Free Software Foundation, Inc.
-# $Id: notesinit,v 1.12 2006/01/14 22:52:56 johnh Exp $
-#
-
-sub usage {
-    print STDERR <<END;
-usage: $0 [-D]
-
-This program sets up notes mode for the first time.
-It typically runs interactively.
-
-Options:
-    -D     use all defaults (also turns off prompting)
-END
-    exit 1;
-}
-
-require 5.000;
-use strict;
-use Getopt::Long;
-
-my(%opts);
-&GetOptions(\%opts, qw(D));
-&usage if ($#ARGV >= 0 && $ARGV[0] eq '-?');
-my($use_defaults) = defined($opts{'D'});
-
-my($PERL) = $^X;  # location of perl executable
-
-
-use POSIX;
-BEGIN { unshift(@INC, $ENV{'NOTES_BIN_DIR'}); };
-use NotesVars;
-use strict;
-
-
-sub query {
-    my($lc) = 1;
-    if ($_[0] eq '-nolc') {
-       $lc = undef;
-       shift @_;
-    };
-    my($expl, $query, $valid_regexp, $default) = @_;
-    return $default if ($use_defaults);
-    print $expl;
-    my($a);
-    for (;;) {
-        print $query;
-        $a = <>;
-       chomp $a;
-       $a = lc($a) if ($lc);
-        return $default if ($a eq '');
-        return $a if ($a =~ /$valid_regexp/);
-       print "I didn't understand your answer `$a'.\n";
-    };
-}
-
-my($expl);
-$expl =  <<END;
-notesinit will set up notes-mode for the first time.
-
-What is notes mode?  Texinfo documentation should be installed on your
-system.  Documentation is also available on the web at
-<http://www.isi.edu/~johnh/SOFTWARE/NOTES_MODE/>.  Everything you will
-be asked here is discussed in greater detail in the documentation.
-
-END
-
-my($home_dir) = ((getpwuid($<))[7]);
-my($def_choices, $def) = ('(Y/n)', 'y');
-if (-f "$home_dir/.notesrc") {
-    die "$0: will not override existing .notesrc with -D option.\n"
-       if ($use_defaults);
-    ($def_choices, $def) = ('(y/N)', 'n');
-    print "WARNING:  you already appear to have notes configured.\n\n"
-};
-
-my($a) = query($expl, "Do you want to set up notes mode now $def_choices? ", 
'(y|n)', $def);
-if ($a ne 'y') {
-    print "\nnotesinit exited.\n\n";
-    exit 1;
-};
-
-$expl = <<END;
-
-Notes are stored in two-level hierarchy of directories.
-For example:
-~/NOTES/199603/960329
-               ^^^^^^-- a notes file (the date, in YYMMDD)
-        ^^^^^^--------- one subdirectory per month (form: YYYYMM)
-  ^^^^^---------------- the parent directory of everything
-
-END
-$::notes{dir} = query("-nolc", $expl, "What should the parent directory be 
(default: ~/NOTES)? ", '.', '~/NOTES');
-# fix ~  (in honor of Cliffette's "yes, I have no tilde")
-$::notes{dir_notilde} = $::notes{dir};
-$::notes{dir_notilde} =~ s@^~/@$home_dir/@;
-$::notes{dir} =~ s@^$home_dir/@~/@;
-
-
-my($now) = time;
-my($today_pathname) = epoch_to_pathname($now);
-
-$expl = <<END;
-
-notesinit can now set-up your environment for notes.
-It will take the following steps:
-
-0. set up your .notesrc
-1. create $::notes{dir}
-2. create a sample note for today ($today_pathname)
-3. index the default note
-4. set up a crontab entry to re-index notes at 4am every morning
-    (by running mkall)
-
-END
-($def_choices, $def) = ('(M/d/s)', 'm');
-($def_choices, $def) = ('(m/D/s)', 'd') if (-f "$home_dir/.notesrc");
-my($go) = query($expl, "Make these changes, describe the changes, or stop 
$def_choices? ", '[mds]', $def);
-exit 1 if ($go eq 's');
-
-sub commands {
-    my($expl, $cmd) = @_;
-    print $expl if (!$use_defaults);
-    if ($go eq 'm') {
-       system($cmd);
-    } else {
-       print "$cmd\n";
-    };
-}
-
-#
-# Ok, the code below is less-than-ideal.
-# It's somewhat silly to have Perl output the shell commands
-# rather than just "do it".
-# The reason is that we to allow the user to look at what's being done.
-#
-
-$expl = "\n### changes begin here\n" . 
-    "\n### 0. set up your .notesrc\n";
-commands($expl, "cat >$home_dir/.notesrc <<END
-dir: $::notes{dir}
-END
-");
-
-$expl = "\n### 1. creating $::notes{dir}\n";
-commands($expl, "mkdir -p $::notes{dir_notilde};\nchmod 0700  
$::notes{dir_notilde}\n");
-
-my($heading) = strftime_epoch("%d-%b-%y %A", $now);
-my($underline) = "-" x length($heading);
-$expl = "\n### 2. create a sample note for today ($today_pathname)\n";
-commands($expl, "mkdir -p `dirname $today_pathname`;\n cat >$today_pathname 
<<END
-
-$heading
-$underline
-
-* Today
--------
-
-to do list goes here?
-
-
-* Environment/notes
--------------------
-
-Set up notes with notesinit.
-
-(To read the manual, run   info notes-mode .)
-
-END
-");
-
-my($mkall) = $PERL . " " . $::notes{bin_dir} . "/mkall";
-my($crontab_entry) = "0 4 * * * $mkall";
-
-$expl = "\n### 3. index the default note\n";
-commands($expl, $mkall);
-
-$expl = "\n### 4. set up a crontab entry to re-index notes at 4am every 
morning\n";
-my($tmpfile) = "$home_dir/notesinit.$$~";
-# this whole touch thing is to avoid leaving a globally writable crontab
-commands($expl, "touch $tmpfile;
-chmod 0600 $tmpfile;
-echo 'If you do not have a crontab, errors about not being able to open a cron 
table can be ignored.';
-crontab -l | sed 's/^\\(.*\\/mkall\\)\$/# \\1/' >>$tmpfile;
-echo '$crontab_entry' >>$tmpfile;
-" . $::notes{bin_dir} . "/setcrontab $tmpfile
-rm -f $tmpfile");
-
-print "\n### changes end here\n" if (!$use_defaults);
-
-print "\nYou have elected to have the changes DESCRIBED but not made.\n" .
-       "To make the changes yourself, run the commands between\n" .
-       "\"changes begin here\" and \"changes end here\".\n"
-       if ($go eq 'd');
-
-exit 0;
diff --git a/packages/notes-mode/release b/packages/notes-mode/release
deleted file mode 100644
index 57432cb..0000000
--- a/packages/notes-mode/release
+++ /dev/null
@@ -1 +0,0 @@
-1.30
diff --git a/packages/notes-mode/sample.notesrc 
b/packages/notes-mode/sample.notesrc
deleted file mode 100755
index 68556b9..0000000
--- a/packages/notes-mode/sample.notesrc
+++ /dev/null
@@ -1,16 +0,0 @@
-
-dir: ~/NOTES
-# the root of the document tree
-
-int_form: %Y%m
-# strftime(3) format for intermediate directories
-# Only a subset of strftime is supported:
-#      %Y  four-digit year
-#      %y  two digit year w/leading zeros
-#      %m  two digit numeric month w/leading zeros
-#      %d  two digit day w/leading zeros
-
-# XXX: Currently, file_form cannot be changed.
-# file_form: %y%m%d
-# strftime(3) format for notes files directories
-
diff --git a/packages/notes-mode/setcrontab b/packages/notes-mode/setcrontab
deleted file mode 100755
index c811307..0000000
--- a/packages/notes-mode/setcrontab
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/bin/sh
-
-#
-# setcrontab
-# Copyright (C) 1996,2012  Free Software Foundation, Inc.
-# $Id: setcrontab,v 1.2 2002/01/03 04:35:18 johnh Exp $
-#
-
-usage () {
-       cat <<END
-usage: $0 newcrontabfile
-
-Sets the users crontab to whatever's given in stdin.
-Works around the dumb (only interactive) crontab -e interface.
-END
-       #' 
-}
-
-TMP=/tmp
-FE=$TMP/$$.fakeeditor
-NCT=$1
-
-trap 'rm -f $FE $NCT; exit 1' 1 2 15
-
-# stdin to the crontab
-
-cat >$FE <<END
-#!/bin/sh
-cat $NCT >\$1
-exit 0
-END
-
-chmod 0700 $FE
-EDITOR=$FE
-VISUAL=$FE
-export EDITOR VISUAL
-
-crontab -e
-
-rm -f $FE $NCT
-exit 0
-



reply via email to

[Prev in Thread] Current Thread [Next in Thread]