org 
- Description
- Outline-based notes management and organizer
- Latest
- org-9.8.tar (.sig), 2026-Feb-21, 9.98 MiB
- Maintainer
- Ihor Radchenko <[email protected]>
- Website
- https://orgmode.org
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
This is a distribution of Org Mode, a major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system.
Check the Org Mode website for more.
1. Install Org
Org is part of GNU Emacs: you probably don't need to install it.
To install a more recent version, please use command: M-x
list-packages, find "org" in the list, click on it, and click
"Install" in the popped up window.
2. Join the GNU Project
Org is part of GNU Emacs and GNU Emacs is part of the GNU Operating System, developed by the GNU Project.
If you are the author of an awesome program and want to join us in writing Free (libre) Software, please consider making it an official GNU program and become a GNU Maintainer. Instructions on how to do this are here http://www.gnu.org/help/evaluation.
Don't have a program to contribute? Look at all the other ways to help: https://www.gnu.org/help/help.html.
And to learn more about Free (libre) Software in general, please read and share this page: https://gnu.org/philosophy/free-sw.html
3. License
Org-mode is published under the GNU GPLv3 license or any later version, the same as GNU Emacs.
Org-mode is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Org mode. If not, see https://www.gnu.org/licenses/.
Old versions
| org-9.7.39.tar.lz | 2025-Nov-30 | 1.63 MiB |
| org-9.7.38.tar.lz | 2025-Nov-22 | 1.63 MiB |
| org-9.7.37.tar.lz | 2025-Nov-15 | 1.63 MiB |
| org-9.7.29.tar.lz | 2025-Apr-28 | 1.63 MiB |
| org-9.7.19.tar.lz | 2025-Jan-03 | 1.63 MiB |
| org-9.7.9.tar.lz | 2024-Jul-28 | 1.63 MiB |
| org-9.7.8.tar.lz | 2024-Jul-22 | 1.63 MiB |
| org-9.7.7.tar.lz | 2024-Jul-13 | 1.63 MiB |
| org-9.7.6.tar.lz | 2024-Jun-28 | 1.63 MiB |
| org-9.7.5.tar.lz | 2024-Jun-22 | 1.63 MiB |
| org-9.7.4.tar.lz | 2024-Jun-15 | 1.63 MiB |
| org-9.7.3.tar.lz | 2024-Jun-06 | 1.63 MiB |
| org-9.6.30.tar.lz | 2024-May-10 | 1.54 MiB |
| org-9.6.3.tar.lz | 2023-Apr-02 | 1.54 MiB |
| org-9.5.5.tar.lz | 2022-Sep-03 | 1.45 MiB |
| org-9.4.6.tar.lz | 2021-May-19 | 1.38 MiB |
| org-9.3.8.tar.lz | 2020-Sep-07 | 1.21 MiB |
| org-9.2.6.tar.lz | 2019-Sep-04 | 1.19 MiB |
| org-9.1.14.tar.lz | 2018-Aug-27 | 1.17 MiB |
News
ORG NEWS -- history of user-visible changes. -*- mode: org; coding: utf-8 -*- #+STARTUP: overview #+LINK: doc https://orgmode.org/worg/doc.html#%s #+LINK: msg https://list.orgmode.org/%s/ #+LINK: git https://git.savannah.nongnu.org/cgit/org-mode.git/commit/?id=%s Copyright (C) 2012-2026 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Org bug reports to mailto:[email protected]. * COMMENT Version X.X (not released yet) ** Important announcements and breaking changes # Here, we list the *most important* changes and changes that _likely_ # require user action for most Org mode users. # Sorted from most important to least important. ** New features # We list the most important features, and the features that may # require user action to be used. ** New and changed options # Changes dealing with changing default values of customizations, # adding new customizations, or changing the interpretation of the # existing customizations. ** New functions and changes in function arguments # This also includes changes in function behavior from Elisp perspective. ** Removed or renamed functions and variables ** Miscellaneous * Version 9.8 ** Important announcements and breaking changes # Here, we list the *most important* changes and changes that _likely_ # require user action for most Org mode users. # Sorted from most important to least important. *** You may need to update =org-protocol= bookmarklets for browsers In Firefox 133 and Firefox 128.5 ESR, the previously suggested JavaScript bookmarklets replace the current page with the bookmarklet URL text. We have updated the manual with new bookmarklets that do not have this problem. The new bookmarklets have ~void(0);~ appended at the end, so that they do not return anything. Example: #+begin_example javascript:location.href='org-protocol://store-link?url='+ encodeURIComponent(location.href);void(0); #+end_example *** =C-c C-x C-v= command toggling inline image display has been reworked Previously, =C-c C-x C-v= always toggled image display in the whole buffer (or narrowed part of the buffer). With prefix argument, it also forced displaying image links with description. Now, =C-c C-x C-v= is bound to a new command ~org-link-preview~, which uses different defaults: 1. When the region is active, images in the region are previewed 2. Otherwise, if there is an image at point, it is toggled. If there is no image at point, images in the current entry are previewed 3. With the =C-u= argument, image previews in the active region or at point are cleared instead 4. The =C-u C-u= argument unconditionally shows all images in the accessible portion of the buffer 5. The =C-u C-u C-u= argument unconditionally clears all images in the accessible portion of the buffer 6. Displaying images over links with description can be forced using numeric argument: - ~C-u 1~ for toggling all images at point/current entry - ~C-u 11~ for toggling all images in buffer (The first five of these prefix argument behaviors are the same as that of the ~org-latex-preview~ command.) In addition to images, ~org-link-preview~ can also be used to preview Org links of all types for which preview behavior is defined, see [[#link-preview][previews for arbitrary link types]]. The old ~org-toggle-inline-images~ command is obsolete but still available. You can bind it back to =C-c C-x C-v= by adding the following to your config: #+begin_src emacs-lisp (eval-after-load 'org-keys (org-defkey org-mode-map (kbd "C-c C-x C-v") #'org-toggle-inline-images)) #+end_src *** Org mode no longer treats =:results drawer= as verbatim output Previously, =:results drawer= left the code block results verbatim in some scenarios. This is no longer the case, in line with the manual and the intended purpose of this option. However, the fix may have brought subtle changes in the code block output for users who made use of the previous erroneous behavior. If you use =:results drawer= in your ... ...