New package: orgdiff

This commit is contained in:
TEC 2021-09-16 00:53:45 +08:00
parent 62fc72719e
commit 9999f8a954
Signed by: tec
GPG Key ID: 779591AFDB81F06C
3 changed files with 16 additions and 0 deletions

3
.gitmodules vendored
View File

@ -25,6 +25,9 @@
[submodule "pdftotext"]
path = lisp/pdftotext
url = https://github.com/tecosaur/pdftotext.el.git
[submodule "orgdiff"]
path = lisp/orgdiff
url = https://github.com/tecosaur/orgdiff.git
[submodule "ob-julia"]
path = lisp/ob-julia
url = https://github.com/nico202/ob-julia.git

View File

@ -4998,6 +4998,18 @@ to make that right again, and this package makes that even easier to do.
(use-package! org-pandoc-import
:after org)
#+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
written a package to streamline the process.
#+begin_src emacs-lisp
(package! orgdiff :recipe (:local-repo "lisp/orgdiff"))
#+end_src
#+begin_src emacs-lisp :tangle yes
(use-package! orgdiff :defer t)
#+end_src
*** Behaviour
[[xkcd:1319]]

1
lisp/orgdiff Submodule

@ -0,0 +1 @@
Subproject commit 4512f8aa0fd15ab27a447217c020f8c7644097f3