0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 18:49:08 +00:00
Savannah is a terribly unstable remote. Let's try to alleviate that.
Find a file
Nicolas Goaziou 8e1386cead org-element: Fix smart quotes in TITLE
* lisp/org-element.el (org-element-interpret-data): Do not remove
  properties by side-effect when interpreting a string, as it also
  removes them from the parse tree, making the string unusable without
  its :parent property.

If text properties get in the way, it is also possible to use
`substring-no-properties' but then, a compatibility function would be
required for XEmacs.
2014-02-01 23:25:47 +01:00
contrib Fix title page template. 2014-01-16 17:48:10 -05:00
doc org.texi (Literal examples): Fix typo 2014-01-28 11:20:29 +01:00
etc ORG-NEWS: Notify "QUOTE" keywords deprecation 2014-01-27 21:42:23 +01:00
lisp org-element: Fix smart quotes in TITLE 2014-02-01 23:25:47 +01:00
mk Update copyright years again. 2014-01-07 14:18:17 +01:00
testing ob-exp: Do not ignore `org-src-preserve-indentation' 2014-02-01 21:52:43 +01:00
.dir-locals.el
.dir-settings.el
.gitignore Fix references to org-install.el. 2012-10-02 12:19:39 +02:00
.gitmodules updated jump submodule for those behind http proxy 2013-06-06 14:36:24 -06:00
COPYING
Makefile
README Update READMEs 2013-03-23 17:34:19 +01:00
README_contribute
README_ELPA Update READMEs 2013-03-23 17:34:19 +01:00
README_git
README_maintainer README_maintainer: Fix erroneous statement 2013-11-11 16:59:19 +01:00
request-assign-future.txt Release 5.13e 2008-01-31 11:37:24 +01:00

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

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

The installations instructions are at:
  http://orgmode.org/org.html#Installation

This distribution contains:

README
    This file.

COPYING
    The GNU General Public License.

Makefile
    The makefile to compile and install Org.  For installation
    instructions, see the manual or the more detailed procedure
    on Worg: http://orgmode.org/worg/dev/org-build-system.html

mk/
    Files needed for building Org.

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.

etc/
    Files needed for the ODT exporter.

testing/
    Testing suite for Org.

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.