diff mbox series

[bug#73216,2/2] gnu: emacs-org: Mention the emacs-org-texlive-collection in description.

Message ID 43abd79e041d631b26dce2bc545549f468a165d1.1726194205.git.maxim.cournoyer@gmail.com
State New
Headers show
Series [bug#73216,1/2] gnu: Add emacs-org-texlive-collection. | expand

Commit Message

Maxim Cournoyer Sept. 13, 2024, 2:29 a.m. UTC
* gnu/packages/emacs-xyz.scm (emacs-org) [description]: Add text suggesting
the use of the 'emacs-org-texlive-collection' meta-package.

Change-Id: Iaba1940843c4de641303b48fa41aa5d036f1cb18
---
 gnu/packages/emacs-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Liliana Marie Prikler Sept. 13, 2024, 6:26 a.m. UTC | #1
Am Freitag, dem 13.09.2024 um 11:29 +0900 schrieb Maxim Cournoyer:
> * gnu/packages/emacs-xyz.scm (emacs-org) [description]: Add text
> suggesting
> the use of the 'emacs-org-texlive-collection' meta-package.
> 
> Change-Id: Iaba1940843c4de641303b48fa41aa5d036f1cb18
> ---
LGTM!
Maxim Cournoyer Sept. 13, 2024, 4:08 p.m. UTC | #2
Hi,

Pushed! Thanks for the review, Liliana.
Nicolas Goaziou Sept. 13, 2024, 5:02 p.m. UTC | #3
Hello,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org) [description]: Add text suggesting
> the use of the 'emacs-org-texlive-collection' meta-package.
>
> Change-Id: Iaba1940843c4de641303b48fa41aa5d036f1cb18
> ---
>  gnu/packages/emacs-xyz.scm | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> 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 @@ (define-public emacs-org
>      (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.")

Nitpick: IMO, this addendum deserves its own paragrah.

Also: I suggest "TeX Live" and "Org mode".

Regards,
diff mbox series

Patch

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 @@  (define-public emacs-org
     (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