README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. This is a distribution of Org, a plain text notes and project planning
  2. tool for Emacs.
  3. The homepage of Org is at:
  4. https://orgmode.org
  5. The installations instructions are at:
  6. https://orgmode.org/org.html#Installation
  7. This distribution contains:
  8. README
  9. This file.
  10. COPYING
  11. The GNU General Public License.
  12. Makefile
  13. The makefile to compile and install Org. For installation
  14. instructions, see the manual or the more detailed procedure
  15. on Worg: https://orgmode.org/worg/dev/org-build-system.html
  16. mk/
  17. Files needed for building Org.
  18. lisp/
  19. Directory with all the Emacs Lisp files that make up Org.
  20. doc/
  21. The documentation files. org.texi is the source of the
  22. documentation, org.html and org.pdf are formatted versions of it.
  23. contrib/
  24. A directory with third-party additions for Org. Some really cool
  25. stuff is in there.
  26. etc/
  27. Files needed for the ODT exporter.
  28. testing/
  29. Testing suite for Org.
  30. request-assign-future.txt
  31. The form that contributors have to sign and get processed with
  32. the FSF before contributed changes can be integrated into the Org
  33. core. All files in this distribution except the contrib/ directory
  34. have copyright assigned to the FSF.