fork of org mode
Go to file
Carsten Dominik 99b9b746d8 Interpret relative file names in remember templates.
Relative file names will now be interpreted relative to the directory
given by the variable `org-directory'.
2008-03-20 13:36:22 +01:00
BUGFIXING Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +01:00
CONTRIB Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-14 10:23:06 +01:00
EXPERIMENTAL Added new file org-iq.el. 2008-03-05 23:48:55 +01:00
ORGWEBPAGE Interpret relative file names in remember templates. 2008-03-20 13:36:22 +01: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 Interpret relative file names in remember templates. 2008-03-20 13:36:22 +01:00
Makefile Moved most of the linking code to separate files. 2008-03-15 08:33:31 +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
TODO Minor quibles. 2008-02-29 17:15:34 +01:00
dir Release 5.06d 2008-01-31 11:35:58 +01:00
org-bbdb.el Make sure the link-storing function returns non-nil. 2008-03-15 21:34:06 +01:00
org-export-latex.el Synchronize version number across files. 2008-03-10 19:43:39 +01:00
org-gnus.el Make sure the link-storing function returns non-nil. 2008-03-15 21:34:06 +01:00
org-info.el Make sure the link-storing function returns non-nil. 2008-03-15 21:34:06 +01:00
org-irc.el Applied Glenn Morris patches. 2008-03-14 10:41:54 +00:00
org-mac-message.el Applied Glenn Morris patches. 2008-03-14 10:41:54 +00:00
org-mhe.el Make sure the link-storing function returns non-nil. 2008-03-15 21:34:06 +01:00
org-mouse.el Fix minor issues after release 5.23. 2008-03-13 12:00:08 +01:00
org-publish.el Don't require dired-aux in org-publish.el. 2008-03-14 12:39:24 +00:00
org-rmail.el Make sure the link-storing function returns non-nil. 2008-03-15 21:34:06 +01:00
org-vm.el Make sure the link-storing function returns non-nil. 2008-03-15 21:34:06 +01:00
org-wl.el Implemented modifications from Tokuya Kameshima. 2008-03-20 10:53:29 +01:00
org.el Interpret relative file names in remember templates. 2008-03-20 13:36:22 +01:00
org.texi Interpret relative file names in remember templates. 2008-03-20 13:36:22 +01:00
orgcard.tex Synchronize version number across files. 2008-03-10 19:43:39 +01:00
orgcard.txt Intermediate state, I am just trying comiting now. 2008-01-31 16:04:26 +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

README

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.