dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

README-elpa (2177B)


      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 do it from [GNU ELPA] by
     18   running this command: `M-x package-install RET org RET'
     19 
     20 
     21 [GNU ELPA] <https://elpa.gnu.org/packages/org.html>
     22 
     23 
     24 2 Join the GNU Project
     25 ══════════════════════
     26 
     27   Org is part of GNU Emacs and GNU Emacs is part of the GNU Operating
     28   System, developed by the GNU Project.
     29 
     30   If you are the author of an awesome program and want to join us in
     31   writing Free (libre) Software, please consider making it an official
     32   GNU program and become a GNU Maintainer.  Instructions on how to do
     33   this are here <http://www.gnu.org/help/evaluation>.
     34 
     35   Don't have a program to contribute?  Look at all the other ways to
     36   help: <https://www.gnu.org/help/help.html>.
     37 
     38   And to learn more about Free (libre) Software in general, please read
     39   and share this page: <https://gnu.org/philosophy/free-sw.html>
     40 
     41 
     42 3 License
     43 ═════════
     44 
     45   Org-mode is published under the [GNU GPLv3 license] or any later
     46   version, the same as GNU Emacs.
     47 
     48   Org-mode is free software: you can redistribute it and/or modify it
     49   under the terms of the GNU General Public License as published by the
     50   Free Software Foundation, either version 3 of the License, or (at your
     51   option) any later version.
     52 
     53   GNU Emacs is distributed in the hope that it will be useful, but
     54   WITHOUT ANY WARRANTY; without even the implied warranty of
     55   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
     56   General Public License for more details.
     57 
     58   You should have received a copy of the GNU General Public License
     59   along with Org mode.  If not, see <https://www.gnu.org/licenses/>.
     60 
     61 
     62 [GNU GPLv3 license] <https://www.gnu.org/licenses/gpl-3.0.html>