Commit Graph

26 Commits

Author SHA1 Message Date
TEC 567b7b1a63
Be more careful about invalid chars in file name
pdflatex doesn't like ~, and mac/windows doesn't like :
2023-11-18 12:14:12 +08:00
TEC bd3cee1d84
Small refactor to revision selection logic 2023-11-18 12:13:37 +08:00
TEC e5e2d6e57a
Rearrange option code and remove extraneous space 2023-07-06 19:16:45 +08:00
TEC de9c52d24d
Add options for --no-del and citation markup 2023-07-06 19:16:20 +08:00
TEC 10d8c45955
Add floattype option descriptions 2023-07-06 19:15:40 +08:00
TEC fe4329c71a
Code cleanup (no more byte compile warnings!) 2023-07-05 22:52:59 +08:00
TEC a68eb8ded2
Add missing requires 2023-07-05 22:37:18 +08:00
TEC 5455b2e237
Fix bug where no commit selected, but expected 2023-07-05 22:37:15 +08:00
TEC 8c347101bf
Tweak transient selection 2023-07-05 17:28:09 +08:00
Ihor Radchenko caf244ecda get-revisions infix: Use tag names instead of commits when possible
* orgdiff.el (orgdiff--define-infix "-r" "git-revisions" "Git
revision"): Use commit tag names when revision commits are tagged.
2022-06-18 22:33:47 +08:00
TEC 61ea5b6d5e
Add orgdiff-- to transient-lisp-variable-formatted 2022-01-09 19:44:50 +08:00
TEC 98d8c88137
Expand file names when comparing 2022-01-09 19:44:13 +08:00
TEC 6d0ab4747e
Update transient methods to newer version 2022-01-09 19:43:55 +08:00
TEC fdb363bacb
The latex compiler may also want an absolute path 2022-01-09 12:24:28 +08:00
TEC 12512e9642
latexdiff may want absolute file paths 2022-01-09 03:25:28 +08:00
TEC 8385409931
Add version and status badge to Readme 2021-11-12 02:38:31 +08:00
TEC fa8eabcbf7
Add latexdiff red/blue faces for better prompts 2021-09-18 22:24:39 +08:00
TEC 80e4aefcd1
Convert post processing function to hooks 2021-09-18 20:59:18 +08:00
TEC 42b7c87abb
Add a latexdiff post-processing function 2021-09-18 19:17:39 +08:00
TEC 0d94c299df
Fix typo: defun / defvar 2021-09-18 19:16:18 +08:00
TEC 0d6fe35ea1
Let the latexdiff executable be set, not hardcoded 2021-09-18 19:12:53 +08:00
TEC 077270d057
Clean up .tex log files with elisp not latexmk 2021-09-18 19:11:35 +08:00
TEC b195b2c8a8
Make the latex compile command customisable 2021-09-18 19:11:13 +08:00
TEC 0db9e9df04
Minor refactor of setq statement 2021-09-18 19:10:31 +08:00
TEC 04ae629760
Fix flag prompt 2021-09-18 19:10:10 +08:00
TEC 4512f8aa0f
Initial commit 2021-09-16 00:56:15 +08:00