0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 05:02:53 +00:00
Savannah is a terribly unstable remote. Let's try to alleviate that.
Find a file
Bastien Guerry bf09955fec Bugfix for `org-archive-subtree'.
The bug was this: when inserting an entry at the end of an archive
buffer, the entry would get folded within the previous entry fold.
This prevented the entry to get the proper DONE keyword when required.

This change also kill the archive buffer after archiving.
2008-03-01 13:13:45 +00:00
BUGFIXING Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
CONTRIB Updated CONTRIB/lisp/org-bookmark.el. 2008-02-29 18:46:42 +00:00
EXPERIMENTAL intermediate... 2008-02-26 15:55:29 +01:00
ORGWEBPAGE Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-02-29 18:11:36 +00:00
UTILITIES Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
xemacs Release 4.77 2008-01-31 11:34:46 +01:00
ChangeLog Bugfix for `org-archive-subtree'. 2008-03-01 13:13:45 +00:00
dir Release 5.06d 2008-01-31 11:35:58 +01:00
Makefile Added org-irc.el to the Lispfiles to be installed. 2008-02-29 21:44:30 +01:00
org-export-latex.el Kill buffers after HTML and LaTeX export. 2008-02-29 21:20:20 +00:00
org-irc.el Added (require 'erc-log). 2008-02-29 22:48:16 +00:00
org-mac-message.el Create a function returning the link instead of inserting it. 2008-02-18 15:21:26 +01:00
org-mouse.el Release 5.19 2008-01-31 11:38:46 +01:00
org-publish.el Kill buffers after HTML and LaTeX exports. 2008-02-29 21:30:04 +00:00
org.el Bugfix for `org-archive-subtree'. 2008-03-01 13:13:45 +00:00
org.texi Added support for :maxlevel and :skip-empty-rows parameters to columnview dblock. 2008-03-01 09:58:17 +00:00
orgcard.tex Release 5.22 2008-02-19 09:09:59 +01:00
orgcard.txt Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
README Explain about the CONTRIB and EXPERIMENTAL directories. 2008-02-03 08:19:57 +01:00
README_GIT Cleanup. 2008-02-18 08:14:38 +01:00
request-assign-future.txt Release 5.13e 2008-01-31 11:37:24 +01:00
texinfo.tex Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
TODO Minor quibles. 2008-02-29 17:15:34 +01:00

The is a distribution of Org-mode, a plain text notes and project planning
tool for Emacs.

The homepage of Org-mode is at http://orgmode.org

The manual is in the file org.pdf, it includes a section about installation.

The xemacs directory contains special code for XEmacs users, in particular
a port of the GNU Emacs outline.el to XEmacs.  Org-mode does not work
under XEmacs without this file installed.  It did until version 4.37,
but no longer.

If this is the git project, there are additional directories here:

CONTRIB
    contains bits and pieces contributed by users.  These are not yet
    part of the Org-mode core, and also not part of Emacs.

EXPERIMENTAL
    files that contain code bits for experimenting.  Nothing has been
    decided on what to do with these.