diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-09-13 11:21:25 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-09-14 01:05:03 +0900 |
commit | ed5ba7eaab3e85942b0d6d0e950a3642cb51b761 (patch) | |
tree | 1128129c3a03c020611c82a99bd006b5137c9916 /gnu | |
parent | 0afd09785d0f71d6ad845f3569917d49cf422352 (diff) | |
download | guix-ed5ba7eaab3e85942b0d6d0e950a3642cb51b761.tar.gz |
gnu: emacs-org: Mention the emacs-org-texlive-collection in description.
* gnu/packages/emacs-xyz.scm (emacs-org) [description]: Add text suggesting the use of the 'emacs-org-texlive-collection' meta-package. Change-Id: Iaba1940843c4de641303b48fa41aa5d036f1cb18
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index de42d9ebd9..17a98a4a2e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -17622,7 +17622,10 @@ passive voice.") (description "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.") +programming and reproducible research. If you work with the LaTeX output +capabilities of Org-mode, you may want to install the +@code{emacs-org-texlive-collection} meta-package, which propagates the TexLive +components required by the produced @file{.tex} file.") (license license:gpl3+))) (define-public emacs-org-contrib |