My personal patches-in-progress branch of Org. See https://git.tecosaur.net/mirrors/org-mode/compare/main..tec/org-mode:dev.
Go to file
Nicolas Goaziou dc976e1139 org-export: Only number elements with a caption
* contrib/lisp/org-export.el (org-export-collect-elements): Collect
  elements with a caption only.
(org-export-collect-tables, org-export-collect-figures,
org-export-collect-listings): Update docstring.
* contrib/lisp/org-e-ascii.el (org-e-ascii--has-caption-p): Renamed
  from `org-e-ascii--has-caption-or-name-p'.
(org-e-ascii-link): Use previous function.
(org-e-ascii--build-caption, org-e-ascii--list-listings,
org-e-ascii--list-tables): Do not use #+NAME keyword as a fallback caption.
2012-05-21 21:38:42 +02:00
UTILITIES use only relative paths for better compatibility with mixed Cygwin/NTEmacs installations 2012-05-21 15:34:25 +02:00
contrib org-export: Only number elements with a caption 2012-05-21 21:38:42 +02:00
doc Fix typo in manual index's description of the 'Hooks' section 2012-05-18 08:30:00 +02:00
etc etc/ORG-NEWS: add license and some more information. 2012-04-26 19:01:29 +02:00
lisp org-bibtex.el: Rename *org-bibtex-entries* to org-bibtex-entries. 2012-05-21 18:30:09 +02:00
testing org-element: Fix ill-defined keywords parsing 2012-05-20 17:33:36 +02:00
.dir-locals.el Make .dir-locals.el a true copy of .dir-settings.el 2011-01-15 12:44:34 +01:00
.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
Makefile correct output from "make helpall" 2012-05-18 07:45:46 +02:00
README
README_DIST Bump to version 7.8.10. 2012-05-16 19:20:07 +02:00
README_GIT
README_maintainer README_maintainer: update the link to "Git from bottom up". 2011-07-28 16:15:28 +02:00
default.mk use only relative paths for better compatibility with mixed Cygwin/NTEmacs installations 2012-05-21 15:34:25 +02:00
request-assign-future.txt
targets.mk corrections to build system 2012-05-19 08:05:15 +02:00

README

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.