On Thu, Apr 17 2025, Ihor Radchenko <yanta...@posteo.net> wrote: > Leo Butler <leo.but...@umanitoba.ca> writes: > >>> Better https://elpa.nongnu.org/nongnu/cdlatex.html >> >> Take 2. >> -from [[https://elpa.nongnu.org/][NonGNU ELPA]] with the >> [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs >> packaging system]] or alternatively from >> -[[https://staff.fnwi.uva.nl/c.dominik/Tools/cdlatex/]]. Do not use >> +from [[https://elpa.nongnu.org/nongnu/cdlatex.html][NonGNU ELPA]] >> with the >> [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs >> packaging system]] or alternatively from >> +[[https://github.com/cdominik/cdlatex][CDLaTeX's Github repository]]. Do >> not use > > Do you think that github repository is useful here? Won't ELPA be > enough? I slightly object links to github in official manual (due to FSF > frowning upon github), but we already do it, so it is not a big deal. > On the other hand, if it is not necessary to link to github, why should we?
My intention was to replace the broken link (https://staff.fnwi.uva.nl/c.dominik/Tools/cdlatex/) with an uptodate one. I understand your reservation, so I have excised the reference to the github repo. Take 3. Leo
From a2b071c877da4485364a740b67b3d0f7e096e97b Mon Sep 17 00:00:00 2001 From: Leo Butler <leo.but...@umanitoba.ca> Date: Tue, 15 Apr 2025 13:12:13 -0500 Subject: [PATCH] doc/org-manual.org: update CDLaTeX url --- doc/org-manual.org | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 360260149..3ed400ebc 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -11571,13 +11571,14 @@ CDLaTeX mode is a minor mode that is normally used in combination with a major LaTeX mode like AUCTeX in order to speed-up insertion of environments and math templates. Inside Org mode, you can make use of some of the features of CDLaTeX mode. You need to install -=cdlatex.el= and =texmathp.el= (the latter comes also with AUCTeX) -from [[https://elpa.nongnu.org/][NonGNU ELPA]] with the [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs packaging system]] or alternatively from -[[https://staff.fnwi.uva.nl/c.dominik/Tools/cdlatex/]]. Do not use -CDLaTeX mode itself under Org mode, but use the special version Org -CDLaTeX minor mode that comes as part of Org. Turn it on for the -current buffer with {{{kbd(M-x org-cdlatex-mode)}}}, or for all Org -files with +=cdlatex.el= and =texmathp.el= (the latter comes also with AUCTeX). +The =cdlatex= package can be installed from +[[https://elpa.nongnu.org/nongnu/cdlatex.html][NonGNU ELPA]] with the +[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Package-Installation.html][Emacs +packaging system]]. Do not use CDLaTeX mode itself under Org mode, +but use the special version Org CDLaTeX minor mode that comes as part +of Org. Turn it on for the current buffer with {{{kbd(M-x +org-cdlatex-mode)}}}, or for all Org files with #+begin_src emacs-lisp (add-hook 'org-mode-hook #'turn-on-org-cdlatex) -- 2.47.2