README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. -*- mode: org; fill-column:70 -*-
  2. This is a distribution of Org, a plain text notes and project planning
  3. tool for Emacs.
  4. Check the [[https://orgmode.org][homepage of Org]] and the [[https://orgmode.org/org.html#Installation][installations instructions]].
  5. * Contents of this distribution
  6. - README :: This file.
  7. - COPYING :: The GNU General Public License.
  8. - Makefile :: The makefile to compile and install Org. For installation
  9. instructions, see the manual or [[https://orgmode.org/worg/dev/org-build-system.html][the more detailed procedure on Worg]].
  10. - mk/ :: Files needed for building Org.
  11. - lisp/ :: Directory with all the Emacs Lisp files that make up Org.
  12. - doc/ :: The documentation files. org.texi is the source of the
  13. documentation, org.html and org.pdf are formatted versions of it.
  14. - etc/ :: Files needed for the ODT exporter.
  15. - testing/ :: Testing suite for Org.
  16. - request-assign-future.txt :: The form that contributors have to sign
  17. and get processed with the FSF before contributed changes can be
  18. integrated into the Org core. All files in this distribution have
  19. copyright assigned to the FSF.
  20. * License
  21. Org-mode is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later
  22. version, the same as GNU Emacs. See the COPYING file in this
  23. directory.