1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-29 07:58:21 +00:00
This is a mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git for CI/development purposes because the upstream savannah git repo is flakey.
Go to file
Bastien Guerry 6732d633af Make (org-version) always returns a string, use it in exporters.
* org.el (org-version): When called non-interactively, insert
the short version string, otherwise send a message with the
complete version string.

* org-odt.el (org-odt-update-meta-file): Use (org-version) and
delegate checking whether `org-version' is known as a variable
there.

* org-html.el (org-export-as-html): Use (org-version).

* org-docbook.el (org-export-as-docbook): Ditto.

* org-latex.el (org-export-latex-make-header): Ditto.
2012-04-29 12:17:00 +02:00
contrib org-element: Rename time-stamp' object type into timestamp' 2012-04-29 02:26:57 +02:00
doc org.texi: Document C-0' as a prefix argument for org-capture'. 2012-04-29 10:58:36 +02:00
etc etc/ORG-NEWS: add license and some more information. 2012-04-26 19:01:29 +02:00
lisp Make (org-version) always returns a string, use it in exporters. 2012-04-29 12:17:00 +02:00
testing org-export: Export clock' and planning' elements 2012-04-29 02:26:33 +02:00
UTILITIES keep Emacs' Changelog clean 2012-04-20 21:04:08 +02:00
.dir-locals.el
.dir-settings.el
.gitignore doc/Makefile: rename/add auto-generated files to be compatible with Emacs 2012-04-20 21:04:14 +02:00
.gitmodules
default.mk Introduce compatibility and convenience targets, local.mk template, add "helpall" 2012-04-23 21:42:08 +02:00
Makefile Improve compatibility with old Makefile 2012-04-26 08:55:32 +02:00
README
README_DIST Bump to version 7.8.09. 2012-04-11 12:30:40 +02:00
README_GIT
README_maintainer
request-assign-future.txt
targets.mk Improve compatibility with old Makefile 2012-04-26 08:55:32 +02: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.

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

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.