emacs-org
Outline-based notes management and organizer
Org is an Emacs mode for keeping notes, maintaining TODO lists, and project planning with a fast and effective lightweight markup language. It also is an authoring system with unique support for literate programming and reproducible research. If you work with the LaTeX output capabilities of Org-mode, you may want to install the emacs-org-texlive-collection
meta-package, which propagates the TexLive components required by the produced .tex
file.
- Versions: 9.7.25
- Website: https://orgmode.org/
- Licenses: GPL 3+
- Package source: gnu/packages/emacs-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of emacs-org
as follows:
guix install emacs-org
Or install a particular version:
guix install emacs-org@9.7.25
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of emacs-org about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/emacs-org'><img src='https://packages.guix.gnu.org/packages/emacs-org/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/emacs-org)
Example Org:
[[https://packages.guix.gnu.org/packages/emacs-org][https://packages.guix.gnu.org/packages/emacs-org/badges/latest-version.svg]]