On Tue, Apr 15 2025, Yu Huang <hyto...@stu.pku.edu.cn> wrote:

> You may give a try to org-cdlatex-mode, provided by cdlatex.el. It
> offers plenty of useful and convenient snippets (functions) for
> inserting latex environment in org-mode.

Thanks for the suggestion, I will give it a try.

Patch to org-manual.org attached.

Leo

From 6f1e7e59a98a377564e58708a7c936538c66bdde 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index 360260149..ca780be65 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -11573,7 +11573,7 @@ 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
+[[https://github.com/cdominik/cdlatex][CDLaTeX's Github repository]].  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
-- 
2.47.2

Reply via email to