My personal patches-in-progress branch of Org. See https://git.tecosaur.net/mirrors/org-mode/compare/main..tec/org-mode:dev.
Find a file
Bastien Guerry 363630a471 Bug fixes for org-publish.el.
`org-publish-get-base-files-1': get the proper list of files when
recursing thru a directory.

`org-publish-get-base-files: use the :exclude property to skip both
files and directories.  This might be refined when the semantic of
publishing options gets simpler, but do this for now.

`org-publish-project': removed third arg of defalias to avoid
compatibility issue for Emacs 22.1.
2008-03-31 13:11:17 +02: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
doc Pushed version number to 6.00pre-1 2008-03-28 10:26:54 +01:00
EXPERIMENTAL Added new file org-iq.el. 2008-03-05 23:48:55 +01:00
lisp Bug fixes for org-publish.el. 2008-03-31 13:11:17 +02:00
ORGWEBPAGE Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-31 13:10:14 +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
ChangeLog Bug fixes for org-publish.el. 2008-03-31 13:11:17 +02:00
Makefile Preparing a new release setup. 2008-03-31 12:59:00 +02:00
README Preparing a new release setup. 2008-03-31 12:59:00 +02:00
README_DIST Preparing a new release setup. 2008-03-31 12:59:00 +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.