0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 21:48:39 +00:00
Savannah is a terribly unstable remote. Let's try to alleviate that.
Find a file
Carsten Dominik 2d899ae97f Implement org-info.js support. And bug fixes.
Now you can set this stuff directly from the org-mode file.
Documentation is still missing, this is a work-in-progress
commit and still needs check with Sebastian's script.

Bug fix with note taking when auto-repeating a task:
There was a problem if the state change already triggered the
recording of a time, then the request for a *note* in
`org-log-repeat' was ignored.  Reported by Bernt Hansen.
2008-04-03 10:10:33 +02:00
BUGFIXING Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
CONTRIB Enhancement for the clocktable. 2008-04-01 08:59:52 +02:00
doc Version number bump. 2008-04-01 22:13:46 +02:00
EXPERIMENTAL Added new file org-iq.el. 2008-03-05 23:48:55 +01:00
lisp Implement org-info.js support. And bug fixes. 2008-04-03 10:10:33 +02:00
ORGWEBPAGE Version number bump. 2008-04-01 22:13:46 +02:00
UTILITIES Preparing a new release setup. 2008-03-31 12:59:00 +02:00
xemacs Release 4.77 2008-01-31 11:34:46 +01:00
.gitignore Add the Standards file, more entries in .gitignore. 2008-04-01 16:42:15 +02:00
ChangeLog Implement org-info.js support. And bug fixes. 2008-04-03 10:10:33 +02:00
Makefile Remove the website update from the release code. 2008-04-02 08:21:43 +02:00
README Preparing a new release setup. 2008-03-31 12:59:00 +02:00
README_DIST Version number bump. 2008-04-01 22:13:46 +02: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
TODO Minor quibles. 2008-02-29 17:15:34 +01:00

This is the Emacs Org project, an emacs subsystem for organizing your life

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

This distribution contains:

README
    This file.

README_DIST
    The README file for the distribution (zip and tar files)

README_GIT
    Information about the git repository and how to contribute
    to Org-mode development. 

lisp/
    Directory with all the Emacs Lisp files that make up Org.

doc/
    The documentation files.  org.texi is the source of the
    documentation, org.html and org.pdf are formatted versions of it.

xemacs/
    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.

CONTRIB/
    A diretory with third-party additions for Org.  Some really cool
    stuff is in there.

ORGWEBPAGE/
    Directory with the source files for the orgmode.org web page.
    
ChangeLog
    The standard ChangeLog file.

Makefile
    The makefile to compile and install Org, and also for maintenance
    tasks.

request-assign-future.txt
    The form that contributors have to sign and get processed with the
    FSF before contributed changes can be integrated into the Org
    core.  All files in this distribution except the CONTRIB directory
    have copyright assigned to the FSF.

EXPERIMENTAL
    Experimental code, not necessarily FSF copyright.