view etc/MORE.STUFF @ 92870:8f17f65dd575

* textmodes/org.el (org-ctrl-c-star): Implement a missing branch in the decision tree. (org-select-remember-template): Cleaned the code. (org-prepare-dblock): Added the extra :content parameter. (org-write-agenda): New output type ".ics" files. (org-write-agenda): Call `org-icalendar-verify-function', both for time stamps and for TODO entries. (org-agenda-collect-markers, org-create-marker-find-array) (org-check-agenda-marker-table): New functions. (org-agenda-marker-table): New variable. (org-export-as-html): Revert the change that killed the html buffer. Side effects first need to be studied carefully. (org-get-tags-at): Fix the structure of the condition-case statement. (org-ts-regexp0, org-repeat-re, org-display-custom-time) (org-timestamp-change): Fix regulear expressions to swallow the extra character for repeat-shift control. (org-auto-repeat-maybe): Implement the new repeater mechanisms. (org-get-legal-level): Aliased to `org-get-valid-level'. (org-dblock-write:clocktable): Added a :link parameter, linking headlines to their location in the Org agenda files. (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from throwing an error when getting tags before headlines. (org-timestamp-change, org-modify-ts-extra) (org-ts-regexp1): Fix timestamp editing. (org-agenda-custom-commands-local-options): New constant. (org-agenda-custom-commands): Use `org-agenda-custom-commands-local-options' to improve customize type. "htmlize": Removed hack to fix face problem with htmlize, it no longer seem necessary. (org-follow-link-hook): New hook. (org-agenda-custom-commands): Added "Component" as a tag for each item in a command serie. (org-open-at-point): Run `org-follow-link-hook'. (org-agenda-schedule): Bugfix: don't display marker type when it is `nil'. (org-store-link): org-irc required. (org-set-regexps-and-options): Parse the new logging options. (org-extract-log-state-settings): New function. (org-todo): Handle the new ways of recording state change stuff. (org-local-logging): New function. (org-columns-open-link): Fixed bug with opening link in column view. (org-local-logging): New function (org-todo): Make sure that LOGGING properties are honoured. (org-todo-keywords): Improve docstring. (org-startup-options): Cleanup startup options. (org-set-regexps-and-options): Process the "!" markers. (org-todo): Respect the new logging stuff. (org-log-note-how): New variable. (org-add-log-maybe): New parameter HOW that defines how logging should be done and also overrides PURPOSE. Add a docstring. (org-add-log-note): Check if we really need to ask for a note. (org-get-current-options): Digest the new keyword. (org-agenda-reset-markers): Renamed from `org-agenda-maybe-reset-markers'. FORCE argument removed. (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed function, without force argument. (org-buffer-property-keys): Bind local variables s and p. (org-make-tags-matcher): Allow "" to match an empty or non-existent property value. (org-export-as-html): Join unsorted lists when they directly follow each other. Such lists may be created by headlines that are converted to lists. (org-nofm-to-completion): New function. (org-export-as-html): Use :html-extension instead of org-export-html-extension. (org-store-link): Support for links from `rmail-summary-mode'. (org-columns-new, org-complete, org-set-property): Set the `include-columns' argument in the call to `org-buffer-property-keys'. (org-buffer-property-keys): New argument `include-columns', to include properties expected by any of the COLUMS formats in the current buffer. (org-cleaned-string-for-export): Get rid of drawers first, so that they will be removed also in the text before the first headline. (org-clock-report): Show the clocktable when found. (org-refile): Fix positioning bug when `org-reverse-note-order' is nil. (org-version): With prefix argument, insert `org-version' at point. (org-agenda-goto): Recenter the window after finding the target location, to make sure the correct position will be displayed. (org-agenda-get-deadlines): Don't scale priority with the warning period. (org-insert-heading): Don't break line in the middle of the line. (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to be 0. (org-update-checkbox-count): Revamped to deal with hierarchical beckboxes. This was a patch from Miguel A. Figueroa-Villanueva. (org-remove-timestamp-with-keyword): New function. (org-schedule, org-deadline): Use `org-remove-timestamp-with-keyword' to make sure all such time stamps are removed. (org-mode): Support for `align'. (org-agenda-get-deadlines): Make sure priorities increase as the due date approaches and is passed. (org-remember-apply-template): Fixed problem with tags that contain "_" or "@". (org-make-link-regexps): Improve the regular expression for plain links. (org-agenda-get-closed): List each clocking entry. (org-set-tags): Only tabify before tags if indent-tabs-mode is t. (org-special-ctrl-k): New option. (org-kill-line): New function. (org-archive-all-done): Fixed incorrect number of stars in regexp. (org-refile-get-location): New function. (org-refile-goto-last-stored): New function. (org-global-tags-completion-table): Add the value of org-tag-alist in each buffer, to make sure that also unused tags will be available for completion. (org-columns-edit-value) (org-columns-next-allowed-value): Only update if not in agenda. (org-clocktable-steps): New function. (org-dblock-write:clocktable): Call `org-clocktable-steps'. (org-archive-subtree): Add the outline tree context as a property. (org-closest-date): New optional argument `prefer'. (org-goto-auto-isearch): New option. (org-goto-map, org-get-location): Implement auto-isearch. (org-goto-local-auto-isearch-map): New variable. (org-goto-local-search-forward-headings) (org-goto-local-auto-isearch): New functions
author Carsten Dominik <dominik@science.uva.nl>
date Thu, 13 Mar 2008 08:54:11 +0000
parents 606f2d163a64
children cbf5528cf447
line wrap: on
line source

More Neat Stuff for your Emacs

Copyright (C) 1993, 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
  Free Software Foundation, Inc.
See the end of the file for license conditions.

This file describes GNU Emacs programs and resources that are
maintained by other people.  Some of these may become part of the
Emacs distribution in the future.  Others we unfortunately can't
distribute, even though they are free software, because we lack legal
papers for copyright purposes.  Also included are sites where
development versions of some packages distributed with Emacs may be
found.

You might also look at the Emacs web page
<URL:http://www.gnu.org/software/emacs/emacs.html>.  If you use the
Windows-32 version of Emacs, see the NTEmacs sites listed in the FAQ.

Please submit a bug report if you find that any of the addresses
listed here fail.

* The `Emacs Lisp List' at
  <URL:http://www.damtp.cam.ac.uk/user/eglen/emacs/ell.html> has pointers
  to sources of a large number of packages.

* gnu.emacs.sources

Packages posted to the gnu.emacs.sources newsgroup (see
etc/MAILINGLISTS) might be archived specifically (try a web search
engine) or retrievable from general Usenet archive services.

* emacswiki.org

The Emacs Wiki has an area for storing elisp files
<URL:http://www.emacswiki.org/cgi-bin/wiki.pl/ElispArea>.

* Emacs tutorials and manuals

 * Emacs slides and tutorials can be found here:
   <URL:http://stuff.mit.edu/iap/emacs/>

* Maintenance versions of some packages distributed with Emacs

You might find bug-fixes or enhancements in these places.

 * Ada-mode: <URL:http://libre.act-europe.fr/adamode>

 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/>

 * BS: <URL:http://www.geekware.de/software/emacs/index.html>

 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el>

 * CC mode: <URL:http://cc-mode.sourceforge.net/>

 * CPerl: <URL:http://www.cpan.org/modules/by-module/CPAN/ILYAZ/cperl-mode/>

 * Ediff and Viper: <URL:http://www.cs.sunysb.edu/~kifer/emacs.html>

 * Eldoc and Rlogin:
   <URL:http://www.splode.com/~friedman/software/emacs-lisp/>

 * ERC: IRC client:
   <URL:http://www.emacswiki.org/cgi-bin/wiki?EmacsIRCClient>

 * EShell: <URL:http://johnwiegley.com/eshell.html>

 * Etags: <URL:ftp://pot.potorti.it/pub/software/unix/etags.tar.gz>

 * Expand: <URL:http://w3.teaser.fr/%7Eflepied/expand.el.gz>

 * Gnus: <URL:http://www.gnus.org/>

 * Ffap: <URL:http://www.mathcs.emory.edu/%7Emic/ftp/emacs/>
   (And some addons for it.)

 * Hideshow: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>

 * Ispell: <URL:http://www.eng.utah.edu/~kstevens/ispell-page.html>

 * MH-E: <URL:http://mh-e.sourceforge.net/>

 * Org mode: <URL:http://staff.science.uva.nl/~dominik/Tools/org/>

 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>

 * PS-print: <URL:http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage>

 * Python mode: <URL:http://www.emacswiki.org/cgi-bin/wiki/PythonMode>

 * QuickURL: <URL:http://www.davep.org/emacs/>

 * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html>

 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>

 * SQL: <URL:http://www.emacswiki.org/cgi-bin/wiki/sql.el>

 * Tramp: Remote file access via rsh/ssh
   <URL:http://savannah.gnu.org/projects/tramp/>

 * Webjump: <URL:http://www.neilvandyke.org/webjump>

 * Whitespace: <URL:http://www.dsmit.com/lisp/whitespace.el>

* Auxiliary files

 * (Tex)info files for use with Info-look that don't come from GNU
   packages:
   * Scheme: <URL:ftp://ftp-swiss.ai.mit.edu/pub/scm/r5rs.info.tar.gz>
   * LaTeX: <URL:ftp://ctan.tug.org/tex-archive/info/latex2e-help-texinfo/
       latex2e.texi> (or CTAN mirrors)
   * Perl: <URL:ftp://ftp.cpan.org/pub/CPAN/doc/manual/texinfo/>
       (or CPAN mirrors)

* Packages and add-ons not bundled with Emacs

Various major packages or useful additions aren't distributed as part of
Emacs for various reasons, sometimes because their authors haven't made
a copyright assignment to the FSF.  Some of them may be integrated in
the future.

You might like to check whether they are packaged for your system.
Several are for Debian GNU/Linux in particular.

 * AUCTeX: <URL:http://www.gnu.org/software/auctex/>
   An extensible package that supports writing and formatting TeX
   files (including AMS-TeX, LaTeX, Texinfo, ConTeXt, and docTeX).

 * BBDB: personal Info Rolodex integrated with mail/news:
   <URL:http://bbdb.sourceforge.net/>
   [You might want to set the coding system of your .bbdb file to
   emacs-mule, say by adding `("\\.bbdb\\'" . emacs-mule)' to
   `file-coding-system-alist' for non-ASCII characters.]

 * Boxquote: <URL:http://www.davep.org/emacs/>

 * CEDET: Collection of Emacs Development Environment Tools, including
   EIEIO, Semantic, Speedbar, EDE, and COGRE:
   <URL:http://cedet.sourceforge.net/>

 * CJK-emacs: Converting MULE-encoded text to TeX:
   <URL:ftp://ctan.tug.org/tex-archive/language/chinese/CJK/> and
   mirrors of the `CTAN' TeX archives.

 * Dismal: spreadsheet:
   <URL:http://ritter.ist.psu.edu/dismal/dismal.html>

 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>

 * EDB: database: <URL:http://www.gnuvola.org/software/edb/>

 * Ee: categorizing information manager:
   <URL:http://www.jurta.org/emacs/ee/>

 * EFS: enhanced version of ange-ftp:
   <URL:http://www-uk.hpl.hp.com/people/ange/efs>
   Version 1.16 is said not to work properly with Emacs 20.

 * Elib library: <URL:http://www.gnu.org/software/elib/elib.html>
   From GNU distribution mirrors.  (Much of this functionality is now
   in Emacs.)

 * EMacro: <URL:http://emacro.sourceforge.net/>
   EMacro is a portable configuration file that configures itself.

 * Emacs Muse: <URL:http://www.mwolson.org/projects/EmacsMuse.html>
   An authoring and publishing environment for Emacs.

 * Emacs speaks statistics (ESS): statistical programming within Emacs
   <URL:http://ess.r-project.org>

 * Emacspeak -- A Speech Output Subsystem For Emacs:
   <URL:http://emacspeak.sourceforge.net/>

 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
   A simple Emacs interface to w3m, which is a text-mode WWW browser

 * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html>
   A wiki-like publishing tool and personal information manager

 * Gnuserv:
   <URL:http://www.hpl.hp.com/personal/ange/gnuserv/home.html>
   Enhanced emacsclient/emacsserver.  Also available from this Web
   page: eiffel-mode.el.

 * Go in a buffer: Go Text Protocol client:
   <URL:http://www.gnuvola.org/software/personal-elisp/standalone/>
   A modified version is also bundled with GNU Go:
   <URL:http://www.gnu.org/software/gnugo/gnugo.html>

 * hm--html-menus:
   <URL:ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/>
   HTML-specific editing.  Can work with PSGML.

 * Hyperbole:
   <URL:http://directory.fsf.org/hyperbole.html>
   Hyperbole is an open, efficient, programmable information
   management and hypertext system.

 * JDEE: <URL:http://jdee.sunsite.dk/>
   Provides a Java development environment for Emacs.

 * Mailcrypt:
   <URL:http://mailcrypt.sourceforge.net/>
   PGP and GPG support.  PGP isn't free software, but GPG, the GNU
   Privacy Guard, is a free replacement <URL:http://www.gnupg.org/>.

 * Mew: <URL:http://www.mew.org/>
   A MIME mail reader for Emacs/XEmacs.

 * MMM Mode: <URL:http://mmm-mode.sourceforge.net/>
   MMM Mode is an emacs add-on package providing a minor mode that
   allows Multiple Major Modes to coexist in one buffer.

 * nXML Mode: New mode for XML:
   <URL:http://www.thaiopensource.com/nxml-mode/>
   nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
   powerful XML editor.

 * Planner Mode: <URL:http://wjsullivan.net/PlannerMode>
   Planner is an organizer and day planner for Emacs.

 * Preview LaTeX: embed preview LaTeX images in source buffer.
   <URL:http://www.gnu.org/software/auctex/preview-latex>

 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
   DTD-aware serious SGML/XML editing.

 * Quack: <URL:http://www.neilvandyke.org/quack/>
   Quack enhances Emacs support for Scheme.

 * Remember: <URL:https://gna.org/p/remember-el>
   A Personal Information Manager (PIM) for Emacs.

 * Session: <URL:http://emacs-session.sourceforge.net/>
   Session Management for Emacs.

 * SLIME: The Superior Lisp Interaction Mode for Emacs:
   <URL:http://common-lisp.net/project/slime/>

 * Tamago: Chinese/Japanese/Korean input method
   <URL:ftp://m17n.org/pub/tamago/>
   Emacs Lisp package to provide input methods for CJK characters.
   It can use these background conversion servers:
	FreeWnn (jserver, cserver, tserver),
	Wnn6,
	SJ3 Ver.2

 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/>

 * VM (View Mail): <URL:http://www.nongnu.org/viewmail/> Alternative
   mail reader.  There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>

 * W3: <URL:http://savannah.gnu.org/projects/w3/>
   Web browser.  There's a W3 mail list/newsgroup
   <URL:http://savannah.gnu.org/mail/?group=w3>.

 * Wanderlust: <URL:http://www.gohome.org/wl/>
   Yet Another Message Interface on Emacsen. Wanderlust is a mail/news
   reader supporting IMAP4rev1 for emacsen.

 * WhizzyTex: <URL:http://cristal.inria.fr/whizzytex/>
   WhizzyTeX provides a minor mode for Emacs or XEmacs, a (bash)
   shell-script daemon and some LaTeX macros.

 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
   Quasi-WYSIWYG editing of TeX & al.

Local Variables:
mode: text
mode: view
eval: (goto-address)
End:

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, 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; see the file COPYING.  If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.

arch-tag: c1d4e7c8-db85-44e6-909e-659e2b20fefa