New package: org-glossary

This commit is contained in:
TEC 2022-06-19 00:12:27 +08:00
parent a7f0580ac4
commit a49f7512b1
Signed by: tec
GPG Key ID: 779591AFDB81F06C
3 changed files with 15 additions and 0 deletions

3
.gitmodules vendored
View File

@ -34,3 +34,6 @@
[submodule "ob-julia"]
path = lisp/ob-julia
url = https://github.com/nico202/ob-julia.git
[submodule "org-glossary"]
path = lisp/org-glossary
url = https://github.com/tecosaur/org-glossary.git

View File

@ -5497,6 +5497,17 @@ to make that right again, and this package makes that even easier to do.
:after org)
#+end_src
***** Glossaries and more
#+begin_src emacs-lisp
(package! org-glossary :recipe (:local-repo "lisp/org-glossary"))
#+end_src
#+begin_src emacs-lisp :tangle yes
(use-package! org-glossary
:hook (org-mode . org-glossary-mode))
#+end_src
***** Document comparison
It's quite nice to compare Org files, and the richest way to compare content is
probably =latexdiff=. There are a few annoying steps involved here, and so I've

1
lisp/org-glossary Submodule

@ -0,0 +1 @@
Subproject commit 59132bf4324a3505060a05a823a7d383d2b5fccb