0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 12:42:54 +00:00
Savannah is a terribly unstable remote. Let's try to alleviate that.
Find a file
Nicolas Goaziou 66fbceb727 Fix `org-refile-get-targets'
* lisp/org.el (org-refile-get-targets): Fix bug when using
  `org-refile-target-verify-function'.  Improve speed.

(org-olpa): Remove variable.
(org-outline-path-cache): New variable.

(org--get-outline-path-1): New function.
(org-get-outline-path): Use new function.  This fixes return value when
cache is used and calls are not in the same path.

* testing/lisp/test-org.el (test-org/get-outline-path): New test.

Reported-by: Florian Adamsky <fa-org-mode@haktar.org>
<http://permalink.gmane.org/gmane.emacs.orgmode/104829>
2016-02-25 14:32:57 +01:00
contrib ox-bibtex: Fix bibliography location in HTML 2016-01-11 23:32:29 -05:00
doc org-capture: Document org-directory 2016-02-07 11:56:04 -05:00
etc Update copyright years 2016-01-09 17:12:03 -05:00
lisp Fix `org-refile-get-targets' 2016-02-25 14:32:57 +01:00
mk Fix links in the table of contents of the HTML manual and guide. 2016-02-19 08:38:15 +01:00
testing Fix `org-refile-get-targets' 2016-02-25 14:32:57 +01:00
.dir-locals.el
.dir-settings.el
.gitignore
.gitmodules
COPYING
Makefile
README
README_contribute Remove references to ChangeLog 2015-08-14 22:34:41 +02:00
README_ELPA Update READMEs 2013-03-23 17:34:19 +01:00
README_git
README_maintainer Revert "org.el: Add version header" 2015-08-21 22:23:42 +02:00
request-assign-future.txt request-assign-future.txt: Use "Emacs" instead of "Org-mode, which is part of Emacs" 2014-02-07 09:24:52 +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.