This package browser is in early development. Mind the rough edges.

emacs-org 9.7.39

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.

Installation

Install emacs-org 9.7.39 as follows:

guix install emacs-org@9.7.39

Or install the latest version:

guix install emacs-org

The emacs-org package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install emacs-org:test

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.