Savannah is a terribly unstable remote. Let's try to alleviate that.
Go to file
Nicolas Goaziou baed7dc7db org-element: Optimize affiliated keywords parsing
* lisp/org-element.el (org-element-center-block-parser,
  org-element-drawer-parser, org-element-dynamic-block-parser,
  org-element-footnote-definition-parser,
  org-element-plain-list-parser, org-element-quote-block-parser,
  org-element-special-block-parser, org-element-babel-call-parser,
  org-element-comment-parser, org-element-comment-block-parser,
  org-element-example-block-parser, org-element-export-block-parser,
  org-element-fixed-width-parser, org-element-horizontal-rule-parser,
  org-element-keyword-parser, org-element-latex-environment-parser,
  org-element-paragraph-parser, org-element-property-drawer-parser,
  org-element-src-block-parser, org-element-table-parser,
  org-element-verse-block-parser): Change signature. Now use an
  additional argument: affiliated.
(org-element--current-element): Skip affiliated keywords and pass them
  as an argument to parsers.  It prevents to walk through these
  keywords twice: the first time to get to the first line of the
  element, and a second time to collect the affiliated keywords.
* contrib/lisp/org-export.el (org-export-get-caption): Update function
  since multiple affiliated keywords are now reversed.
* testing/lisp/test-org-element.el: Update tests.
2012-09-20 20:08:16 +02:00
contrib org-element: Optimize affiliated keywords parsing 2012-09-20 20:08:16 +02:00
doc Merge branch 'maint' 2012-09-18 16:22:03 +02:00
etc OrgOdtStyles.xml: Typeset numbered formula differently 2012-09-14 02:08:00 +05:30
lisp org-element: Optimize affiliated keywords parsing 2012-09-20 20:08:16 +02:00
mk Merge branch 'maint' 2012-09-18 21:37:07 +02:00
testing org-element: Optimize affiliated keywords parsing 2012-09-20 20:08:16 +02:00
.dir-locals.el Directory local variables: Set sentence-end-double-space to t 2012-08-10 09:24:19 +02:00
.dir-settings.el Directory local variables: Set sentence-end-double-space to t 2012-08-10 09:24:19 +02:00
.gitignore mk/server.mk: implement ELPA archive including all contrib files - "orgplus" 2012-09-15 18:54:32 +02:00
.gitmodules Changes to suit latest ert structure. ERT is now a part of EMACS and the source of the ERT git submodule is deprecated, as are some files within. Changes testing/README and .gitmodules to suit. 2011-03-01 09:59:01 -07:00
Makefile Rename utils/ to mk/, move some files to mk/ and make the requisite changes throughout 2012-08-26 15:27:19 +02:00
README Update the README* files. 2012-09-03 11:58:06 +02:00
README_DIST Update the README* files. 2012-09-03 11:58:06 +02:00
README_contribute Update the README* files. 2012-09-03 11:58:06 +02:00
README_maintainer Update the README* files. 2012-09-03 11:58:06 +02:00
request-assign-future.txt Release 5.13e 2008-01-31 11:37:24 +01:00

README

This is the Emacs Org project, an Emacs library 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_contribute
    Information about the git repository and how to contribute
    to Org-mode development. 

README_maintainer
    Information for the maintainer.

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.

etc/
    Files needed for the ODT exporter.

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

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.