README 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. - contrib/ :: A directory with third-party additions for Org. Some
  15. really cool stuff is in there.
  16. - etc/ :: Files needed for the ODT exporter.
  17. - testing/ :: Testing suite for Org.
  18. - request-assign-future.txt :: The form that contributors have to sign
  19. and get processed with the FSF before contributed changes can be
  20. integrated into the Org core. All files in this distribution except
  21. the contrib/ directory have copyright assigned to the FSF.
  22. * License
  23. Org-mode is published under [[https://www.gnu.org/licenses/gpl-3.0.html][the GNU GPLv3 license]] or any later
  24. version, the same as GNU Emacs. See the COPYING file in this
  25. directory.