README-elpa (2160B)
1 This is a distribution of Org Mode, a major mode for keeping notes, 2 authoring documents, computational notebooks, literate programming, 3 maintaining to-do lists, planning projects, and more — in a fast and 4 effective plain text system. 5 6 Check the [Org Mode website] for more. 7 8 9 [Org Mode website] <https://orgmode.org> 10 11 12 1 Install Org 13 ═════════════ 14 15 Org is part of GNU Emacs: you probably don't need to install it. 16 17 To install a more recent version, please use command: `M-x 18 list-packages', find "org" in the list, click on it, and click 19 "Install" in the popped up window. 20 21 22 2 Join the GNU Project 23 ══════════════════════ 24 25 Org is part of GNU Emacs and GNU Emacs is part of the GNU Operating 26 System, developed by the GNU Project. 27 28 If you are the author of an awesome program and want to join us in 29 writing Free (libre) Software, please consider making it an official 30 GNU program and become a GNU Maintainer. Instructions on how to do 31 this are here <http://www.gnu.org/help/evaluation>. 32 33 Don't have a program to contribute? Look at all the other ways to 34 help: <https://www.gnu.org/help/help.html>. 35 36 And to learn more about Free (libre) Software in general, please read 37 and share this page: <https://gnu.org/philosophy/free-sw.html> 38 39 40 3 License 41 ═════════ 42 43 Org-mode is published under the [GNU GPLv3 license] or any later 44 version, the same as GNU Emacs. 45 46 Org-mode is free software: you can redistribute it and/or modify it 47 under the terms of the GNU General Public License as published by the 48 Free Software Foundation, either version 3 of the License, or (at your 49 option) any later version. 50 51 GNU Emacs is distributed in the hope that it will be useful, but 52 WITHOUT ANY WARRANTY; without even the implied warranty of 53 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 54 General Public License for more details. 55 56 You should have received a copy of the GNU General Public License 57 along with Org mode. If not, see <https://www.gnu.org/licenses/>. 58 59 60 [GNU GPLv3 license] <https://www.gnu.org/licenses/gpl-3.0.html>